| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2010/06/08 16:51:05 | 1260 | 1260 | sno | * Applied patch from RT#48989 to avoid Template::Plugin::Procedural from adding target class' methods AUTOLOAD and new methods multiple times (Jens Rehsack) |
| 2009/07/31 06:59:44 | 1259 | 1259 | abw | Deleted some cruft that found its way into the last commit |
| 2009/07/31 06:57:22 | 1258 | 1258 | abw | Added the experimental TRACE_VARS option to trace variable usage. Added variables() method to Template::Document and template() method to Template |
| 2009/07/31 06:55:40 | 1257 | 1257 | abw | Minor doc fix |
| 2009/07/31 06:54:56 | 1256 | 1256 | abw | Tweaked Template::Constants to subclass from Exporter the old fashioned way - Perl::MinimumVersion seems to think C<use base Exporter> is a Perl 5.008ism. ?!? |
| 2009/07/31 06:52:13 | 1255 | 1255 | abw | Fixed tab damage in t/constants.t |
| 2009/07/31 06:51:55 | 1254 | 1254 | abw | Disabled t/zz-pmv.t because PPI can't parse UTF8 hash keys |
| 2009/07/21 11:28:50 | 1253 | 1253 | abw | Added RELEASE document and updated MANIFEST.SKIP to ignore it |
| 2009/07/21 11:28:07 | 1252 | 1252 | abw | Updated svn:ignore properties to ignore temporary files |
| 2009/07/21 11:22:40 | 1251 | 1251 | abw | Added Template::Plugin::Simple test module |
| 2009/07/21 11:21:56 | 1250 | 1250 | abw | Bumped version number to 2.20. Moved some tests around so all release tests are prefixed zz-. Added John Napiorkowski to Template::Manual::Credits. Updated release docs: Changes, README, etc Copied from /trunk/t/pod_coverage.t:1249 Copied from /trunk/t/pod_kwalitee.t:1249 |
| 2009/07/20 16:52:49 | 1249 | 1249 | jnapiorkowski | added a bit of code to the top of these tests so we skip them unless the RELEASE_TESTING or AUTOMATED_TESTING %ENV variable exist. Since these are authorship tests, any failures at install time for end users are false positive tests |
| 2009/07/20 13:19:38 | 1248 | 1248 | abw | Fixed links like L<xxx|http:/xxx> that break strict POD spec |
| 2009/07/04 17:32:48 | 1247 | 1247 | abw | Bumped version number to 2.20_02, removed some cruft |
| 2009/07/04 17:12:13 | 1246 | 1246 | abw | Added some credits |
| 2009/07/04 17:02:52 | 1245 | 1245 | abw | Applied/reworked a patch to allow list.sort to sort on multiple fields |
| 2009/07/04 16:30:33 | 1244 | 1244 | abw | Fixed bug (unbugged previous fix) in Template::Plugin::Filter that was causing the $self reference in a dynamic filter closure to be garbage collected too soon |
| 2009/07/04 15:32:19 | 1243 | 1243 | abw | Fixed a bug in the parser/grammar to make NEXT/LAST work correctly inside nested loops |
| 2009/07/04 13:22:26 | 1242 | 1242 | abw | Fixed the truncate filter to handle lengths shorter than the "..." continuation string being appended |
| 2009/07/04 13:20:41 | 1241 | 1241 | abw | Deleted some cruft from t/stash-xs-unicode.t |