summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-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;