diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-10 09:09:09 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-10 09:09:09 +0100 |
| commit | 06fd12a0d8d71352b8de826b178d3b6ecee091c6 (patch) | |
| tree | 0cab67eb6d710d62b154364e2da9ff0eb943ea3c /Makefile.PL | |
| download | moosex-privacy-06fd12a0d8d71352b8de826b178d3b6ecee091c6.tar.gz | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..3e92921 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +use inc::Module::Install; +name 'MooseX-Privacy'; +all_from 'lib/MooseX/Privacy.pm'; + +# requires ''; + +tests 't/*.t'; +author_tests 'xt'; + +build_requires 'Test::More'; +use_test_base; +auto_include; +WriteAll; |
