summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-14 17:58:30 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-14 17:58:30 +0100
commitfb6dcf77382fa30ae1e35a0751a4f9d24b2c96e4 (patch)
tree1890b984470584fbb32bcbafe96901ec4c4be134
parentadd_{private,protected}_method accept meta method (diff)
downloadmoosex-privacy-fb6dcf77382fa30ae1e35a0751a4f9d24b2c96e4.tar.gz
require scalar::util
-rw-r--r--Makefile.PL1
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';