summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-10 14:11:55 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-10 14:11:55 +0100
commit083ef4169ffc7a95658ce6141bf6c90b4ebf4ba0 (patch)
treee3a67a92aba1c004687cf2418ac7feb66a12aa68
parentadd basic tests (diff)
downloadmoosex-privacy-083ef4169ffc7a95658ce6141bf6c90b4ebf4ba0.tar.gz
makefile
-rw-r--r--Makefile.PL6
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;