set perl version to 5.008 and document 5.6.2 bugs in POD
Chris Prather [Mon, 4 May 2009 17:03:16 +0000 (13:03 -0400)]
Makefile.PL
lib/Mouse.pm

index 2f3193f..8c23c33 100755 (executable)
@@ -1,4 +1,5 @@
 use inc::Module::Install;
+use 5.008;
 
 name     'Mouse';
 all_from 'lib/Mouse.pm';
index f5dc1a3..9c880ee 100644 (file)
@@ -446,7 +446,9 @@ with plenty of code borrowed from L<Class::MOP> and L<Moose>
 
 =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<bug-mouse at rt.cpan.org>, or browse