[Catalyst-commits] r14074 - in trunk/Authen-Htpasswd: . lib/Authen
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Tue Aug 9 12:15:05 GMT 2011
Author: matthewt
Date: 2011-08-09 12:15:04 +0000 (Tue, 09 Aug 2011)
New Revision: 14074
Modified:
trunk/Authen-Htpasswd/Changes
trunk/Authen-Htpasswd/MANIFEST.SKIP
trunk/Authen-Htpasswd/lib/Authen/Htpasswd.pm
Log:
update MANIFEST.SKIP to avoid disting MYMETA.* and re-ship
Modified: trunk/Authen-Htpasswd/Changes
===================================================================
--- trunk/Authen-Htpasswd/Changes 2011-08-09 11:14:48 UTC (rev 14073)
+++ trunk/Authen-Htpasswd/Changes 2011-08-09 12:15:04 UTC (rev 14074)
@@ -1,3 +1,7 @@
+0.171 Tue Aug 09 13:09:00 BST 2011
+ - re-disting because I failed to notice MYMETA.* in the dist
+
+0.170 Tue Aug 09 12:17:00 BST 2011
- fix user inflation code to handle arbitrary usernames
0.161 Sun Oct 12 12:13:27 PDT 2008
Modified: trunk/Authen-Htpasswd/MANIFEST.SKIP
===================================================================
--- trunk/Authen-Htpasswd/MANIFEST.SKIP 2011-08-09 11:14:48 UTC (rev 14073)
+++ trunk/Authen-Htpasswd/MANIFEST.SKIP 2011-08-09 12:15:04 UTC (rev 14074)
@@ -32,3 +32,5 @@
# skip OS X finder file
\.DS_Store$
+
+MYMETA.*
Modified: trunk/Authen-Htpasswd/lib/Authen/Htpasswd.pm
===================================================================
--- trunk/Authen-Htpasswd/lib/Authen/Htpasswd.pm 2011-08-09 11:14:48 UTC (rev 14073)
+++ trunk/Authen-Htpasswd/lib/Authen/Htpasswd.pm 2011-08-09 12:15:04 UTC (rev 14074)
@@ -9,11 +9,11 @@
use Scalar::Util qw(blessed);
use vars qw{$VERSION $SUFFIX};
-BEGIN {
- $VERSION = '0.161';
- $SUFFIX = '.new';
-}
+$VERSION = '0.171';
+$VERSION = eval $VERSION;
+$SUFFIX = '.new';
+
__PACKAGE__->mk_accessors(qw/ file encrypt_hash check_hashes /);
=head1 NAME
More information about the Catalyst-commits
mailing list