[Catalyst-commits] r13376 - in
Catalyst-Plugin-ConfigLoader/branches: . gsoc-breadboard
arcanez at dev.catalyst.perl.org
arcanez at dev.catalyst.perl.org
Wed Jun 30 15:38:29 GMT 2010
Author: arcanez
Date: 2010-06-30 16:38:29 +0100 (Wed, 30 Jun 2010)
New Revision: 13376
Added:
Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/
Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL
Removed:
Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL
Log:
now I make myself a branch to play in
Deleted: Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL
===================================================================
--- Catalyst-Plugin-ConfigLoader/trunk/Makefile.PL 2010-06-30 15:20:33 UTC (rev 13374)
+++ Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL 2010-06-30 15:38:29 UTC (rev 13376)
@@ -1,21 +0,0 @@
-use inc::Module::Install 0.95;
-
-if ( -e 'MANIFEST.SKIP' ) {
- system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' );
-}
-
-perl_version '5.008';
-
-name 'Catalyst-Plugin-ConfigLoader';
-all_from 'lib/Catalyst/Plugin/ConfigLoader.pm';
-
-requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value()
-requires 'Data::Visitor' => '0.24';
-requires 'Config::Any' => '0.08';
-requires 'MRO::Compat' => '0.09';
-
-test_requires 'Test::More';
-
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader/';
-
-WriteAll;
Copied: Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL (from rev 13375, Catalyst-Plugin-ConfigLoader/trunk/Makefile.PL)
===================================================================
--- Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL (rev 0)
+++ Catalyst-Plugin-ConfigLoader/branches/gsoc-breadboard/Makefile.PL 2010-06-30 15:38:29 UTC (rev 13376)
@@ -0,0 +1,21 @@
+use inc::Module::Install 0.95;
+
+if ( -e 'MANIFEST.SKIP' ) {
+ system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' );
+}
+
+perl_version '5.008';
+
+name 'Catalyst-Plugin-ConfigLoader';
+all_from 'lib/Catalyst/Plugin/ConfigLoader.pm';
+
+requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value()
+requires 'Data::Visitor' => '0.24';
+requires 'Config::Any' => '0.08';
+requires 'MRO::Compat' => '0.09';
+
+test_requires 'Test::More';
+
+resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/trunk/';
+
+WriteAll;
More information about the Catalyst-commits
mailing list