[Catalyst-commits] r6630 - in trunk/Catalyst-Plugin-Authentication-Store-LDAP: . lib/Catalyst/Plugin/Authentication/Store

omega at dev.catalyst.perl.org omega at dev.catalyst.perl.org
Thu Aug 9 08:59:46 GMT 2007


Author: omega
Date: 2007-08-09 08:59:45 +0100 (Thu, 09 Aug 2007)
New Revision: 6630

Modified:
   trunk/Catalyst-Plugin-Authentication-Store-LDAP/
   trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes
   trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm
Log:
 r15922 at andreas-marienborgs-computer:  andreas | 2007-08-09 09:23:16 +0200
 Version-bump



Property changes on: trunk/Catalyst-Plugin-Authentication-Store-LDAP
___________________________________________________________________
Name: svk:merge
   - ea49d7f7-7c45-40ca-be27-1349e20c1c07:/local/c-p-a-store-ldap:15920
   + ea49d7f7-7c45-40ca-be27-1349e20c1c07:/local/c-p-a-store-ldap:15922

Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes	2007-08-09 07:53:20 UTC (rev 6629)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes	2007-08-09 07:59:45 UTC (rev 6630)
@@ -1,3 +1,6 @@
+0.0600  omega Thu Aug 09 09:22:00 CET 2007
+    - Someone had put some 0.052 version out, need to bump past that
+    
 0.06 omega Thu Aug 09 09:00:00 CET 2007
     - Added support for entry_class in the same way that Catalyst::Model::LDAP
       supports it, allowing one to override what class is returned from

Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm	2007-08-09 07:53:20 UTC (rev 6629)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm	2007-08-09 07:59:45 UTC (rev 6630)
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.06';
+our $VERSION = '0.0600';
 
 use Catalyst::Plugin::Authentication::Store::LDAP::Backend;
 




More information about the Catalyst-commits mailing list