From: Tomas Doran Date: Fri, 9 Jan 2009 02:12:06 +0000 (+0000) Subject: Checking in changes prior to tagging of version 0.19_01. Changelog diff is: X-Git-Tag: v0.19_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=7550f09567850af57441dfbd59605e514a9bfad3 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) --- diff --git a/Changes b/Changes index d23ead0..3bfa084 100644 --- 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) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index be8f355..a546648 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -30,3 +30,6 @@ # Module::Bane \bBuild.PL$ + +# Shipit conf +.shipit diff --git a/Makefile.PL b/Makefile.PL index 073ce16..62f2e13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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();