Checking in changes prior to tagging of version 0.10020.
Tomas Doran [Sat, 5 May 2012 13:31:29 +0000 (14:31 +0100)]
Changelog diff is:

diff --git a/Changes b/Changes
index f47ad6b..67216d1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication

+0.10020 05 May 2012
      - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal
        (Jochen Lutz <jlu@akk.org>)

.shipit
Changes
MANIFEST.SKIP
lib/Catalyst/Plugin/Authentication.pm

diff --git a/.shipit b/.shipit
index aeb2bb3..1eb58b2 100644 (file)
--- a/.shipit
+++ b/.shipit
@@ -1,7 +1,7 @@
 # auto-generated shipit config file.
 steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist
 
-svn.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Authentication/0.10000/tags/%v
+git.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Authentication/0.10000/tags/%v
 
 CheckChangeLog.files = Changes
 
diff --git a/Changes b/Changes
index f47ad6b..67216d1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10020 05 May 2012
      - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal
        (Jochen Lutz <jlu@akk.org>)
 
index d259216..481a4c6 100644 (file)
@@ -1,3 +1,6 @@
+MYMETA.json
+MYMETA.yml
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
index dda3b92..f157149 100644 (file)
@@ -11,7 +11,7 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 
 __PACKAGE__->mk_accessors(qw/_user/);
 
-our $VERSION = "0.10019";
+our $VERSION = "0.10020";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;