diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-06-30 14:49:35 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-06-30 14:49:35 +0200 |
| commit | f82058cbb60dcc8e4b4cae7aeaf22dd973d32560 (patch) | |
| tree | 0639b26a89fdcb4bed0dfa5cf3bf878531ef9bdc /Makefile.PL | |
| parent | private and protectd methods and basic tests (diff) | |
| download | moosex-methodprivate-f82058cbb60dcc8e4b4cae7aeaf22dd973d32560.tar.gz | |
update POD and makefile
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 3 |
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; |
