[Catalyst-commits] r10571 - Catalyst-Devel/1.00/branches/helper_refactor

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Wed Jun 17 10:12:27 GMT 2009


Author: dhoss
Date: 2009-06-17 10:12:27 +0000 (Wed, 17 Jun 2009)
New Revision: 10571

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/Changes
Log:
updated changelog


Modified: Catalyst-Devel/1.00/branches/helper_refactor/Changes
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/Changes	2009-06-17 09:55:28 UTC (rev 10570)
+++ Catalyst-Devel/1.00/branches/helper_refactor/Changes	2009-06-17 10:12:27 UTC (rev 10571)
@@ -1,5 +1,33 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+NOO-STUFFS 2009-06-17
+         - added File::ShareDir capabilities
+         - added Path::Class::Dir and Path::Class:File for ease of F::ShareDir
+           file manip
+         - modified the following methods:
+         --  _mk_appclass    - sends the new filename to be rendered
+         --  _mk_rootclass   - ''
+         --  _mk_makefile    - ''
+         --  _mk_config      - ''
+         --  _mk_readme      - ''
+         --  _mk_changes     - ''
+         --  _mk_apptest     - ''
+         --  _mk_cgi         - ''
+         --  _mk_fastcgi     - ''
+         --  _mk_server      - ''
+         --  _mk_test        - ''
+         --  _mk_create      - ''
+         --  _mk_compclass   - ''
+         --  _mk_comptestsub - ''
+         --  _mk_images      - ''
+         --  _mk_images      - ''
+         --  _mk_favicon     - ''
+         --  render_file     - this now calls render_file_contents to DTRT
+         - new methods:
+         -- get_sharedir_file    - this grabs a file out of share/ dir
+         -- render_sharedir_file - this renders our sharedir file properly, using render_file_contents
+
+
 1.16    2009-05-23 17:29:29
         - Catalyst prereq changed to 5.80. Thanks, kold! (jhannah)
         - Fixed the restarter to actually work on Win32. The fix means




More information about the Catalyst-commits mailing list