X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0b9d6e1da375dfa44de2b2a4d411361ae563372c;hb=1cf035405cb81b780825c083cf7f5c0767b19243;hp=12e9fc48d2aabf1180c2c9c677f46504cb54398d;hpb=c787a57ba53a1929bd083564b2e1f3679668c47e;p=catagits%2FHTML-Zoom.git diff --git a/Makefile.PL b/Makefile.PL index 12e9fc4..0b9d6e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,4 +2,6 @@ use inc::Module::Install; all_from('lib/HTML/Zoom.pm'); +requires 'strictures' => 1; + WriteAll;