[Catalyst-commits] r10199 - in
trunk/Catalyst-Plugin-Authentication-Store-LDAP: .
lib/Catalyst/Plugin/Authentication/Store
lib/Catalyst/Plugin/Authentication/Store/LDAP
karpet at dev.catalyst.perl.org
karpet at dev.catalyst.perl.org
Mon May 18 16:33:29 GMT 2009
Author: karpet
Date: 2009-05-18 16:33:29 +0000 (Mon, 18 May 2009)
New Revision: 10199
Modified:
trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes
trunk/Catalyst-Plugin-Authentication-Store-LDAP/MANIFEST
trunk/Catalyst-Plugin-Authentication-Store-LDAP/META.yml
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/Backend.pm
trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/User.pm
Log:
release 0.0602 per t0m
Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/Changes 2009-05-18 16:33:29 UTC (rev 10199)
@@ -1,4 +1,4 @@
-SVN UNRELEASED:
+0.0602
- Remove Module::Install generated inc directory, should not be in svn (t0m)
- Removed all of the now failing tests (t0m)
Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/MANIFEST
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/MANIFEST 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/MANIFEST 2009-05-18 16:33:29 UTC (rev 10199)
@@ -1,6 +1,5 @@
Changes
-inc/ExtUtils/AutoInstall.pm
-#inc/Module/AutoInstall.pm
+inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
@@ -14,12 +13,12 @@
lib/Catalyst/Plugin/Authentication/Store/LDAP.pm
lib/Catalyst/Plugin/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Plugin/Authentication/Store/LDAP/User.pm
+Makefile.old
Makefile.PL
MANIFEST This list of files
META.yml
-t/entry_class.t
+README
t/lib/EntryClass.pm
-t/01-pre_realms_api.t
-t/02-realms_api.t
t/pod-coverage.t
t/pod.t
+TODO
Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/META.yml
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/META.yml 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/META.yml 2009-05-18 16:33:29 UTC (rev 10199)
@@ -1,22 +1,27 @@
----
-abstract: Authenticate Users against LDAP Directories
-author:
- - Adam Jacob <holoway at cpan.org>
-build_requires:
+---
+abstract: 'Authenticate Users against LDAP Directories'
+author:
+ - 'Adam Jacob <holoway at cpan.org>'
+build_requires:
+ ExtUtils::MakeMaker: 6.42
Test::More: 0
+configure_requires:
+ ExtUtils::MakeMaker: 6.42
distribution_type: module
-generated_by: Module::Install version 0.68
+generated_by: 'Module::Install version 0.87'
license: perl
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
name: Catalyst-Plugin-Authentication-Store-LDAP
-no_index:
- directory:
+no_index:
+ directory:
- inc
- t
-requires:
+requires:
Catalyst::Model::LDAP: 0
Catalyst::Plugin::Authentication: 0.10002
Net::LDAP: 0
-version: 0.0601
+resources:
+ license: http://dev.perl.org/licenses/
+version: 0.0602
Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/Backend.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/Backend.pm 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/Backend.pm 2009-05-18 16:33:29 UTC (rev 10199)
@@ -78,7 +78,7 @@
use strict;
use warnings;
-our $VERSION = '0.0601';
+our $VERSION = '0.0602';
use Catalyst::Plugin::Authentication::Store::LDAP::User;
use Net::LDAP;
Modified: trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/User.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/User.pm 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP/User.pm 2009-05-18 16:33:29 UTC (rev 10199)
@@ -47,7 +47,7 @@
use strict;
use warnings;
-our $VERSION = '0.0601';
+our $VERSION = '0.0602';
BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }
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 2009-05-18 15:16:29 UTC (rev 10198)
+++ trunk/Catalyst-Plugin-Authentication-Store-LDAP/lib/Catalyst/Plugin/Authentication/Store/LDAP.pm 2009-05-18 16:33:29 UTC (rev 10199)
@@ -5,7 +5,7 @@
use strict;
use warnings;
-our $VERSION = '0.0601';
+our $VERSION = '0.0602';
use Catalyst::Plugin::Authentication::Store::LDAP::Backend;
More information about the Catalyst-commits
mailing list