diff options
author | franck cuny <franck@lumberjaph.net> | 2010-04-29 09:41:53 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-04-29 09:41:53 +0200 |
commit | ec7b9072e8793eea0e9c81ca8599f70d59657eb6 (patch) | |
tree | 8cb10960c0af984d9a708e23b085a4ec3ef6b49f | |
parent | regen README (diff) | |
download | moosex-privacy-ec7b9072e8793eea0e9c81ca8599f70d59657eb6.tar.gz |
update makefile
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index c631c9c..f2bda4e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,15 +4,18 @@ all_from 'lib/MooseX/Privacy.pm'; requires 'Moose'; requires 'Scalar::Util'; +requires 'MooseX::Role::Parameterized'; +requires 'MooseX::Types'; tests 't/*.t'; author_tests 'xt'; -author 'Franck Cuny'; license 'perl'; readme_from 'lib/MooseX/Privacy.pm'; build_requires 'Test::More'; use_test_base; auto_include; +author_tests 'xt'; +auto_set_repository; WriteAll; |