X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=8c23c33d25f96fdaffedf763ba6b0e8df4c63788;hp=2f3193fe4e5cb49457772fe59540125e2a0fe8c5;hb=9e3c345e4b8c719e6750c3b6c6ff43a31c55ba5f;hpb=d5b41c02fdd3bb8c5c706a7578bae8b7a380b088 diff --git a/Makefile.PL b/Makefile.PL index 2f3193f..8c23c33 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,5 @@ use inc::Module::Install; +use 5.008; name 'Mouse'; all_from 'lib/Mouse.pm';