Turn build_requires on Test::More into test_requires.
Florian Ragwitz [Thu, 23 Apr 2009 19:40:49 +0000 (21:40 +0200)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 1ca5abd..3378467 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+          - Turn build_requires on Test::More into test_requires. (rafl)
           - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)
 
 0.00801    Apr 09, 2009
index fb5430d..b744efe 100644 (file)
@@ -10,6 +10,6 @@ all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm';
 # Specific dependencies
 requires 'Moose' => '0.74';
 requires 'namespace::clean' => 0;
-build_requires 'Test::More' => 0;
+test_requires 'Test::More' => 0;
 
 WriteAll;