[Catalyst-commits] r9049 - in trunk/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin

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


Author: t0m
Date: 2009-01-09 02:21:05 +0000 (Fri, 09 Jan 2009)
New Revision: 9049

Modified:
   trunk/Catalyst-Plugin-Authentication/
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/MANIFEST.SKIP
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Dinks pre release


Property changes on: trunk/Catalyst-Plugin-Authentication
___________________________________________________________________
Name: svn:ignore
   + README
META.yml
.shipit
blib
pm_to_blib
inc
Makefile
Makefile.old


Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2009-01-09 02:12:09 UTC (rev 9048)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2009-01-09 02:21:05 UTC (rev 9049)
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10009_01
       - Fix POD escaping, from RT#38694 (Luke Ross)
       - Change authentication backwards compatibility handling to not rely on
         Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe (t0m)

Modified: trunk/Catalyst-Plugin-Authentication/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Authentication/MANIFEST.SKIP	2009-01-09 02:12:09 UTC (rev 9048)
+++ trunk/Catalyst-Plugin-Authentication/MANIFEST.SKIP	2009-01-09 02:21:05 UTC (rev 9049)
@@ -30,3 +30,7 @@
 
 # Module::Bane
 \bBuild.PL$
+
+# ShipIt config
+.shipit
+

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-09 02:12:09 UTC (rev 9048)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-09 02:21:05 UTC (rev 9049)
@@ -13,7 +13,7 @@
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10009";
+our $VERSION = "0.10009_01";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list