diff options
author | franck cuny <franck@lumberjaph.net> | 2010-02-14 17:58:30 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-02-14 17:58:30 +0100 |
commit | fb6dcf77382fa30ae1e35a0751a4f9d24b2c96e4 (patch) | |
tree | 1890b984470584fbb32bcbafe96901ec4c4be134 | |
parent | add_{private,protected}_method accept meta method (diff) | |
download | moosex-privacy-fb6dcf77382fa30ae1e35a0751a4f9d24b2c96e4.tar.gz |
require scalar::util
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4e3f4d4..c631c9c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ name 'MooseX-Privacy'; all_from 'lib/MooseX/Privacy.pm'; requires 'Moose'; +requires 'Scalar::Util'; tests 't/*.t'; author_tests 'xt'; |