Dinks pre release
Tomas Doran [Fri, 9 Jan 2009 02:21:05 +0000 (02:21 +0000)]
Changes
MANIFEST.SKIP
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 1202b8e..38d67cd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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)
index 219169f..9821cf0 100644 (file)
@@ -30,3 +30,7 @@
 
 # Module::Bane
 \bBuild.PL$
+
+# ShipIt config
+.shipit
+
index da686db..d624cae 100644 (file)
@@ -13,7 +13,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10009";
+our $VERSION = "0.10009_01";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;