added minimum Perl version
John Napiorkowski [Sat, 8 Nov 2008 03:45:27 +0000 (03:45 +0000)]
lib/MooseX/Types.pm

index eabd450..1743a1e 100644 (file)
@@ -19,6 +19,7 @@ use Carp::Clan                      qw( ^MooseX::Types );
 
 use namespace::clean -except => [qw( meta )];
 
+use 5.008;
 our $VERSION = 0.07;
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};