- Updated to 0.10022
ChangeLog: 0.10022 08 Jan 2013 - Fix NoPasswd store (skaufman) 0.10021 30 June 2012 - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast, fixing undeclared dependency on Class::Accessor::Fast. - Change Catalyst::Authentication::Realm to use String::RewritePrefix rather than doing namespace mangling manually. - Fix whitespace and tabs, add Test::EOL and Test::NoTabs - Document optional methods in stores needed for auto_create_user and auto_update_user in realms. - Clarify support channels - Note primary maintainer in docs. - Add x_authority metadata. - Get the NAME right by making it 1 line, due to crappy parsing in EU::MM (RT#77028) 0.10020 05 May 2012 - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal (Jochen Lutz <jlu@akk.org>) 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)
This commit is contained in:
parent
e1f5d65341
commit
6224035b1b
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/28 06:30:32 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2013/01/27 07:57:23 rhaen Exp $
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Authentication-0.10018
|
||||
DISTNAME= Catalyst-Plugin-Authentication-0.10022
|
||||
PKGNAME= p5-${DISTNAME}0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2011/08/23 10:15:52 abs Exp $
|
||||
$NetBSD: distinfo,v 1.11 2013/01/27 07:57:23 rhaen Exp $
|
||||
|
||||
SHA1 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = fd11745b4d6a692ec5a1e89ca230de042b3fc37f
|
||||
RMD160 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 21a1dcab6ac3d369248a7ffd280401e6557270ac
|
||||
Size (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 71470 bytes
|
||||
SHA1 (Catalyst-Plugin-Authentication-0.10022.tar.gz) = 203a26a12c6565d4a444326b54592460241538d5
|
||||
RMD160 (Catalyst-Plugin-Authentication-0.10022.tar.gz) = ea1fd47deb638ac1b6295d9a21570999e29b9957
|
||||
Size (Catalyst-Plugin-Authentication-0.10022.tar.gz) = 79498 bytes
|
||||
|
|
Loading…
Reference in a new issue