[Catalyst-commits] r7924 - in trunk/Catalyst-View-TT: .
lib/Catalyst/Helper/View lib/Catalyst/View
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Fri Jun 13 15:16:06 BST 2008
Author: bricas
Date: 2008-06-13 15:16:06 +0100 (Fri, 13 Jun 2008)
New Revision: 7924
Modified:
trunk/Catalyst-View-TT/Changes
trunk/Catalyst-View-TT/lib/Catalyst/Helper/View/TT.pm
trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm
Log:
tidy up changes file, fix generated pod (RT #33983)
Modified: trunk/Catalyst-View-TT/Changes
===================================================================
--- trunk/Catalyst-View-TT/Changes 2008-06-13 14:06:24 UTC (rev 7923)
+++ trunk/Catalyst-View-TT/Changes 2008-06-13 14:16:06 UTC (rev 7924)
@@ -1,31 +1,34 @@
Revision history for Perl extension Catalyst::View::TT.
-0.27
- - Add copy_config support to PROVIDERS
- - Document providers and support unary plus for fully qualified class
- names as in the example in TT pod.
+0.28 XXXX
+ - fix pod generated by the helper (RT #33983)
-0.26 2008-01-11 20:12:00
- - Fix pod coverage
- - Change from =item to =head2
- - Update docs to reflect action change
+0.27 2008-04-30 12:30:00
+ - Add copy_config support to PROVIDERS
+ - Document providers and support unary plus for fully qualified class
+ names as in the example in TT pod.
-0.25 2007-01-15 16:06
- - The little typo that cold
+0.26 2008-01-11 20:12:00
+ - Fix pod coverage
+ - Change from =item to =head2
+ - Update docs to reflect action change
-0.24 2006-11-15 16:34
- - Default to .tt extension
- - pod cleanups for generated file
- - Move to Module::Install
- - Use Data::Dump for debug
+0.25 2007-01-15 16:06
+ - The little typo that cold
-0.23 Sun Mar 23 20:45:00 2006
- - Added render suport. (Ash Berlin)
+0.24 2006-11-15 16:34
+ - Default to .tt extension
+ - pod cleanups for generated file
+ - Move to Module::Install
+ - Use Data::Dump for debug
+0.23 Sun Mar 23 20:45:00 2006
+ - Added render suport. (Ash Berlin)
+
0.22 Fri Jan 16 18:25:00 2006
- - stringify $c->action for automatic template match instead of $c->req->action.
- * NOTE * This will change the match to the private name of the matched action! if you
- use template_suffix you have to move your templates around!
+ - stringify $c->action for automatic template match instead of $c->req->action.
+ * NOTE * This will change the match to the private name of the matched action!
+ if you use template_suffix you have to move your templates around!
0.21 Fri Dec 16 18:25:00 2005
- Added Template::Provider support (Jess Robinson)
@@ -37,74 +40,76 @@
- Fixed TTSite helper to use correct app name.
- Added support for dynamic includes.
-0.19 - Tue Nov 15 09:52:00 2005
+0.19 Tue Nov 15 09:52:00 2005
- unbreak config.
-0.18 - Mon Nov 14 20:43:00 2005
+0.18 Mon Nov 14 20:43:00 2005
- Fixed more typos
-0.17 - Mon Nov 14 20:43:00 2005
+0.17 Mon Nov 14 20:43:00 2005
- Fixed some typos
-0.16 - Mon Nov 14 20:43:00 2005
+0.16 Mon Nov 14 20:43:00 2005
- Updated TTSite for Catalyst 5.5
-0.15 - Mon Nov 14 14:43:00 2005
+0.15 Mon Nov 14 14:43:00 2005
- Updated for Catalyst 5.5
- Fix docs
- Added TEMPLATE_SUFFIX config variable
-0.14 - Fri Oct 21 10:20:00 2005
+0.14 Fri Oct 21 10:20:00 2005
- Turn timer off by default, even for debug.
- removed superflous 'templates' inside 'root'
- made it possible to forward to the message action by
passing the message in the stash. (example)
- Updated docs to show correct config syntax.
-0.13 Fri Oct 07 13:30:00 2005
+0.13 Fri Oct 07 13:30:00 2005
- Fixed constructor
- Big update by Andy Wardley
- Much improved docs
-0.12 Wed Jul 06 15:24:00 2005
+0.12 Wed Jul 06 15:24:00 2005
- Fixed, don't set Content-Type on failure
- Fixed helper to use [%author%]
- Fixed helper templates
- Rewrote docs
-0.11 Fri Apr 15 16:00:00 2005
+0.11 Fri Apr 15 16:00:00 2005
- Fixed broken helper.
-0.10 Fri Apr 15 16:00:00 2005
+0.10 Fri Apr 15 16:00:00 2005
- Added POD tests and made them pass.
- updated for Catalyst 5
- New TT Helpers.
-0.09 Wed Mar 29 13:47:00 2005
+0.09 Wed Mar 29 13:47:00 2005
- Don't override user-set charset/content-type
- Cleaned up the content-type we set.
- Updated README to current POD to current POD
-0.08 Wed Mar 29 12:22:00 2005
+0.08 Wed Mar 29 12:22:00 2005
- changed order of stash so stash can override c/base/name
- fixed some typos
- extended the documentation (Andrew Ford)
-0.07 Sat Mar 04 23:00:00 2005
+
+0.07 Sat Mar 04 23:00:00 2005
- fixed the bugs produced by draven and the_jester ;)
-0.06 Fri Mar 04 20:00:00 2005
+0.06 Fri Mar 04 20:00:00 2005
- new helper api
-0.05 Mon Feb 28 10:00:00 2005
+0.05 Mon Feb 28 10:00:00 2005
- added helper
-0.04 Sun Feb 27 22:00:00 2005
+0.04 Sun Feb 27 22:00:00 2005
- better debug messages (Marcus Ramberg)
-0.03 Thu Feb 17 22:00:00 2005
+0.03 Thu Feb 17 22:00:00 2005
- don't try to render something without a template
-0.02 Tue Feb 01 02:00:00 2005
+0.02 Tue Feb 01 02:00:00 2005
- using $c->req->match instead of $c->req->action
-0.01 Fri Jan 28 22:00:00 2
+0.01 Fri Jan 28 22:00:00 2005
+ - first release
Modified: trunk/Catalyst-View-TT/lib/Catalyst/Helper/View/TT.pm
===================================================================
--- trunk/Catalyst-View-TT/lib/Catalyst/Helper/View/TT.pm 2008-06-13 14:06:24 UTC (rev 7923)
+++ trunk/Catalyst-View-TT/lib/Catalyst/Helper/View/TT.pm 2008-06-13 14:16:06 UTC (rev 7924)
@@ -63,12 +63,12 @@
TT View for [% app %].
-=head1 AUTHOR
-
=head1 SEE ALSO
L<[% app %]>
+=head1 AUTHOR
+
[% author %]
=head1 LICENSE
Modified: trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm
===================================================================
--- trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm 2008-06-13 14:06:24 UTC (rev 7923)
+++ trunk/Catalyst-View-TT/lib/Catalyst/View/TT.pm 2008-06-13 14:16:06 UTC (rev 7924)
@@ -7,7 +7,7 @@
use Template::Timer;
use NEXT;
-our $VERSION = '0.26';
+our $VERSION = '0.28';
__PACKAGE__->mk_accessors('template');
__PACKAGE__->mk_accessors('include_path');
More information about the Catalyst-commits
mailing list