From fb6dcf77382fa30ae1e35a0751a4f9d24b2c96e4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 14 Feb 2010 17:58:30 +0100 Subject: require scalar::util --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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'; -- cgit v1.2.3