X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9701c9e7f53ec8501857bd198938885b47c718ee;hb=refs%2Ftags%2F0.07;hp=5415322e13f2a50e0963c10472a783074c362cf5;hpb=006c55004087d2410d11929aa2bb672c46e39d06;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Makefile.PL b/Makefile.PL index 5415322..9701c9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ license 'perl'; build_requires 'Test::More'; -requires 'Moose'; +requires 'Moose' => '0.89'; +requires 'Moose::Exporter'; WriteAll;