[Bps-public-commit] lcore branch, master, updated. 3f48554d588dfca50b9d2ea7d8876b9dccd283cd

? sunnavy sunnavy at bestpractical.com
Mon May 17 11:50:46 EDT 2010


The branch, master has been updated
       via  3f48554d588dfca50b9d2ea7d8876b9dccd283cd (commit)
      from  2d54384bed9ab375a7ecf4816e9fe1ebd5ba5853 (commit)

Summary of changes:
 Makefile.PL |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit 3f48554d588dfca50b9d2ea7d8876b9dccd283cd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon May 17 23:42:13 2010 +0800

    add dep MooseX::AttributeHelpers

diff --git a/Makefile.PL b/Makefile.PL
index 9aa882f..0c38a51 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,16 +4,19 @@ use inc::Module::Install;
 
 all_from('lib/LCore.pm');
 
-test_requires (Test::More => 0,
-				Data::Dumper =>0,
-				Test::Exception =>0);
-
-requires ( Data::SExpression => 0.41,
-			Moose => 0,
-			MooseX::Traits => 0.06,
-			MooseX::ClassAttribute => 0,
-		);
+test_requires(
+    Test::More      => 0,
+    Data::Dumper    => 0,
+    Test::Exception => 0,
+);
 
+requires(
+    Data::SExpression        => 0.41,
+    Moose                    => 0,
+    MooseX::Traits           => 0.06,
+    MooseX::ClassAttribute   => 0,
+    MooseX::AttributeHelpers => 0,
+);
 
 
 &WriteAll();

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list