projects
/
gitmo/MooseX-Emulate-Class-Accessor-Fast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5e2dfe0
)
Turn build_requires on Test::More into test_requires.
Florian Ragwitz [Thu, 23 Apr 2009 19:40:49 +0000 (21:40 +0200)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
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
diff --git
a/Makefile.PL
b/Makefile.PL
index
fb5430d
..
b744efe
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-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;