[Catalyst-commits] r13050 - Catalyst-Authentication-Store-LDAP/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Mar 19 10:03:40 GMT 2010
Author: t0m
Date: 2010-03-19 10:03:40 +0000 (Fri, 19 Mar 2010)
New Revision: 13050
Modified:
Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
Log:
Generate README automatically, remove auto_install
Modified: Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL 2010-03-19 10:03:25 UTC (rev 13049)
+++ Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL 2010-03-19 10:03:40 UTC (rev 13050)
@@ -15,9 +15,12 @@
build_requires('Test::MockObject');
build_required('Test::Exception');
-auto_install();
-
resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/';
-&WriteAll;
+if ($Module::Install::AUTHOR) {
+ system("pod2text lib/Catalyst/Authentication/Store/LDAP.pm > README")
+ and die $!;
+}
+WriteAll;
+
More information about the Catalyst-commits
mailing list