diff options
author | franck cuny <franck@lumberjaph.net> | 2010-02-10 14:11:55 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-02-10 14:11:55 +0100 |
commit | 083ef4169ffc7a95658ce6141bf6c90b4ebf4ba0 (patch) | |
tree | e3a67a92aba1c004687cf2418ac7feb66a12aa68 | |
parent | add basic tests (diff) | |
download | moosex-privacy-083ef4169ffc7a95658ce6141bf6c90b4ebf4ba0.tar.gz |
makefile
-rw-r--r-- | Makefile.PL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3e92921..4e3f4d4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,11 +2,15 @@ use inc::Module::Install; name 'MooseX-Privacy'; all_from 'lib/MooseX/Privacy.pm'; -# requires ''; +requires 'Moose'; 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; |