| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2008/06/26 12:34:12 | 1116 | 1116 | abw | Added "no warnings once" pragma in Template::Base to prevent "BASEARGS used only once" warning |
| 2008/06/26 12:31:32 | 1115 | 1115 | abw | Added comment to docsrc README about it being deprecation |
| 2008/06/11 07:01:03 | 1114 | 1114 | abw | Added Unicode/BOM/ENCODING question to FAQ |
| 2008/06/11 06:56:55 | 1113 | 1113 | abw | Added ENCODING option to documentation for Template::Provider |
| 2008/01/25 00:57:34 | 1112 | 1112 | sean | Fixed bug in atan2. |
| 2008/01/24 05:45:33 | 1111 | 1111 | sean | Documentation fix. |
| 2008/01/23 22:45:22 | 1110 | 1110 | sean | Fixed test for missing templates/html directory. |
| 2008/01/22 23:48:08 | 1109 | 1109 | sean | Fixes typo. |
| 2008/01/22 23:44:19 | 1108 | 1108 | sean | Introduces a convention that lexical variables declared in generated code shall have names that start with a "_tt_" prefix. The variables $context, $stash, and $output, which are meant to be accessible by user code, are excepted. |
| 2008/01/22 22:58:24 | 1107 | 1107 | sean | Forces scalar context on pattern-match arguments to Template::Test::ok(). |
| 2008/01/21 19:05:30 | 1106 | 1106 | abw | Added Template::Plugin::Assert and some tests |
| 2008/01/21 18:59:28 | 1105 | 1105 | abw | Exposed dotop() method in Template::Stash and added some tests |
| 2008/01/21 15:35:17 | 1104 | 1104 | abw | Fixed some typos in FAQ.pod |
| 2008/01/21 15:31:03 | 1103 | 1103 | abw | Added Template::Plugin::Scalar to allow subroutines and object methods to be called in scalar context |
| 2007/11/21 07:53:42 | 1102 | 1102 | abw | Fixed bug in XS stash which prevented it from updating hash entries with empty keys |
| 2007/06/05 19:22:10 | 1101 | 1101 | abw | removed dependency on File::HomeDir from Makefile.PL |
| 2007/06/05 19:21:36 | 1100 | 1100 | abw | whitespace |
| 2007/06/05 19:20:29 | 1099 | 1099 | abw | POD link fixes |
| 2007/06/05 19:20:06 | 1098 | 1098 | abw | cleaned up some tab damage |
| 2007/06/05 19:19:46 | 1097 | 1097 | abw | tweaked Provider _decode_unicode() to return straight away if $string in undefined |