Checking in changes prior to tagging of version 0.19_01. Changelog diff is: v0.19_01
Tomas Doran [Fri, 9 Jan 2009 02:12:06 +0000 (02:12 +0000)]
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)

Changes
MANIFEST.SKIP
Makefile.PL

diff --git a/Changes b/Changes
index d23ead0..3bfa084 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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)
index be8f355..a546648 100644 (file)
@@ -30,3 +30,6 @@
 
 # Module::Bane
 \bBuild.PL$
+
+# Shipit conf
+.shipit
index 073ce16..62f2e13 100644 (file)
@@ -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();