Commit Graph

8 Commits (df205e2335748e3ab265dafb820eda0330ca82c7)

Author SHA1 Message Date
Ben Moon 83b9bbd6b7 Fix newline at end of file 2016-05-16 14:19:39 +01:00
Ben Moon 5f85cf4121 Update Goodies to use Test::Deep
* Ensure Test::Deep is imported.

* Replace '-ANY-' with ignore()

* Replace regexes with re(...)
2016-05-16 14:07:57 +01: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
Dylan Lloyd c1fbba91dd whoops, update test to reflect last commit 2014-02-19 18:45:11 -08:00
Dylan Lloyd 998b85cef7 strip additional optional keywords from query 2014-02-18 17:52:58 -08:00
Dylan Lloyd a2dbf74b37 dashes for txt and <ul> for html in kerneltaint 2014-02-16 02:50:46 -05:00
Dylan Lloyd 541bb41ce9 added additional triggers for KernelTaint 2014-02-06 17:14:44 -05:00
Dylan Lloyd b037ac5cb5 wrote KernelTaint goodie 2014-02-05 22:26:36 -05:00