From: Chris Prather Date: Mon, 4 May 2009 17:03:16 +0000 (-0400) Subject: set perl version to 5.008 and document 5.6.2 bugs in POD X-Git-Tag: 0.23~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=9e3c345e4b8c719e6750c3b6c6ff43a31c55ba5f set perl version to 5.008 and document 5.6.2 bugs in POD --- 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'; diff --git a/lib/Mouse.pm b/lib/Mouse.pm index f5dc1a3..9c880ee 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -446,7 +446,9 @@ with plenty of code borrowed from L and L =head1 BUGS -No known bugs. +There is a known issue with Mouse on 5.6.2 regarding the @ISA tests. Until +this is resolve the minimum version of Perl for Mouse is set to 5.8.0. Patches +to resolve these tests are more than welcome. Please report any bugs through RT: email C, or browse