summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-06-30 14:49:35 +0200
committerfranck cuny <franck@lumberjaph.net>2009-06-30 14:49:35 +0200
commitf82058cbb60dcc8e4b4cae7aeaf22dd973d32560 (patch)
tree0639b26a89fdcb4bed0dfa5cf3bf878531ef9bdc /Makefile.PL
parentprivate and protectd methods and basic tests (diff)
downloadmoosex-methodprivate-f82058cbb60dcc8e4b4cae7aeaf22dd973d32560.tar.gz
update POD and makefile
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9decef2..bd3a478 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,11 +4,10 @@ all_from 'lib/MooseX/MethodPrivate.pm';
 
 # requires '';
 requires 'Moose';
-requires 'Test::Class';
+requires 'Carp';
 requires 'Test::Exception';
 
 tests 't/*.t';
-author_tests 'xt';
 
 build_requires 'Test::More';
 use_test_base;