X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=tool%2Fgenerate-mouse-tiny.pl;h=cd9389a214a5842f4d51268b292b3a4aa0603436;hb=3d27a7b791d542856ce729236794338634ae39be;hp=045387d05e9a5e2f335c720ac6fbab986fb77e10;hpb=47c73874c0f53fc133dc692896877b9e936ecae8;p=gitmo%2FMouse.git diff --git a/tool/generate-mouse-tiny.pl b/tool/generate-mouse-tiny.pl index 045387d..cd9389a 100644 --- a/tool/generate-mouse-tiny.pl +++ b/tool/generate-mouse-tiny.pl @@ -68,7 +68,8 @@ print { $handle } << "EOF"; # This file was generated by $0 from Mouse $Mouse::Spec::VERSION. # # ANY CHANGES MADE HERE WILL BE LOST! - +use strict; +use warnings; EOF print { $handle } << 'EOF';