From: John Napiorkowski Date: Sat, 8 Nov 2008 03:45:27 +0000 (+0000) Subject: added minimum Perl version X-Git-Tag: 0.08~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=eba488057d3ede0558f415202c0f5d6cfac4a9a1 added minimum Perl version --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index eabd450..1743a1e 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -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'};