updated copyright and prep for release
John Napiorkowski [Sat, 14 Apr 2012 14:49:29 +0000 (10:49 -0400)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 278cd80..6717b5f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10019 14 April 2012
      - Upgrade code to use Moose compatibility layer (jnap)
      - Added some rules to .gitignore for people using macs (jnap)
+     - Updated copyright info
      - Catalyst::Plugin::Authentication::Credential::NoPassword added
        (Okko)
      - Convert repository to git (fREW Schmidt)
index 04dab2f..7e66427 100644 (file)
@@ -11,8 +11,8 @@ with 'MooseX::Emulate::Class::Accessor::Fast';
 
 __PACKAGE__->mk_accessors(qw/_user/);
 
-our $VERSION = "0.10018";
-
+our $VERSION = "0.10019";
+`
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;
 
@@ -1134,9 +1134,11 @@ Stephan Jauernick C<stephanj@cpan.org>
 
 Oskari Ojala (Okko), C<perl@okko.net>
 
+John Napiorkowski (jnap) C<jjnapiork@cpan.org>
+
 =head1 COPYRIGHT & LICENSE
 
-Copyright (c) 2005 - 2011
+Copyright (c) 2005 - 2012
 the Catalyst::Plugin::Authentication L</AUTHORS>
 as listed above.