From: John Napiorkowski Date: Sat, 14 Apr 2012 14:49:29 +0000 (-0400) Subject: updated copyright and prep for release X-Git-Tag: v0.10019~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ded293dddc31387361e3509aac6dd7b5584dd51;p=catagits%2FCatalyst-Plugin-Authentication.git updated copyright and prep for release --- diff --git a/Changes b/Changes index 278cd80..6717b5f 100644 --- 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) diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 04dab2f..7e66427 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -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 Oskari Ojala (Okko), C +John Napiorkowski (jnap) C + =head1 COPYRIGHT & LICENSE -Copyright (c) 2005 - 2011 +Copyright (c) 2005 - 2012 the Catalyst::Plugin::Authentication L as listed above.