[Catalyst-commits] r9047 - trunk/Catalyst-Plugin-Session

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jan 9 02:12:06 GMT 2009


Author: t0m
Date: 2009-01-09 02:12:06 +0000 (Fri, 09 Jan 2009)
New Revision: 9047

Modified:
   trunk/Catalyst-Plugin-Session/
   trunk/Catalyst-Plugin-Session/Changes
   trunk/Catalyst-Plugin-Session/MANIFEST.SKIP
   trunk/Catalyst-Plugin-Session/Makefile.PL
Log:
Checking in changes prior to tagging of version 0.19_01.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 9046)
+++ Changes	(working copy)
@@ -1,8 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
 0.19_01 2009-01-09
-        - Use shipit to package the dist
-        - Switch to Module::install
+        - Switch from using NEXT to Class::C3 for method re-dispatch.
+        - Use shipit to package the dist.
+        - Switch to Module::install.
         - Flash data is now stored inside the session (key "__flash") to avoid
           duplicate entry errors caused by simultaneous select/insert/delete of
           flash rows when using DBI as a Store. (Sergio Salvi)



Property changes on: trunk/Catalyst-Plugin-Session
___________________________________________________________________
Name: svn:ignore
   - Build
_build
blib

   + inc
Makefile
Makefile.old
MANIFEST
README
META.yml
Build
_build
blib


Modified: trunk/Catalyst-Plugin-Session/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session/Changes	2009-01-09 02:05:18 UTC (rev 9046)
+++ trunk/Catalyst-Plugin-Session/Changes	2009-01-09 02:12:06 UTC (rev 9047)
@@ -1,8 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
 0.19_01 2009-01-09
-        - Use shipit to package the dist
-        - Switch to Module::install
+        - Switch from using NEXT to Class::C3 for method re-dispatch.
+        - Use shipit to package the dist.
+        - Switch to Module::install.
         - Flash data is now stored inside the session (key "__flash") to avoid
           duplicate entry errors caused by simultaneous select/insert/delete of
           flash rows when using DBI as a Store. (Sergio Salvi)

Modified: trunk/Catalyst-Plugin-Session/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Session/MANIFEST.SKIP	2009-01-09 02:05:18 UTC (rev 9046)
+++ trunk/Catalyst-Plugin-Session/MANIFEST.SKIP	2009-01-09 02:12:06 UTC (rev 9047)
@@ -30,3 +30,6 @@
 
 # Module::Bane
 \bBuild.PL$
+
+# Shipit conf
+.shipit

Modified: trunk/Catalyst-Plugin-Session/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session/Makefile.PL	2009-01-09 02:05:18 UTC (rev 9046)
+++ trunk/Catalyst-Plugin-Session/Makefile.PL	2009-01-09 02:12:06 UTC (rev 9047)
@@ -1,7 +1,8 @@
 use inc::Module::Install 0.68;
 
 if ( -e 'MANIFEST.SKIP' ) {
-    system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' );
+    system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' )
+        and die("Could not run pod2text on lib/Catalyst/Plugin/Session.pm");
 }
 
 is_upgrading_needed();




More information about the Catalyst-commits mailing list