Commit Graph

6 Commits (e9f62738fb0c46e6b54edd841ccf83fd3429e659)

Author SHA1 Message Date
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Rob Emery abf963b208 Adding regexp trigger to the cheatsheet and adding regex trigger to the regexp.pm plugin 2013-11-05 13:34:26 +00:00
Jag Talon 7c4076f4f5 Changed the test for the Regexp plugin. 2013-03-14 12:01:58 -04:00
Jag Talon 77d3bfb315 Added tests for the Regexp plugin. 2013-03-11 16:27:50 -04:00