From: phaylon Date: Thu, 9 Aug 2007 18:59:01 +0000 (+0000) Subject: Bumped version to 0.05 X-Git-Tag: 0.06~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=badcd0e52dcf5a60d6857898ad85462a47423edb Bumped version to 0.05 --- diff --git a/Changes b/Changes index ba387a4..dedb2a6 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ +0.05 ... + - ... + 0.04 Thu Aug 9 20:56:14 CEST 2007 - Automatically set strict and warnings like Moose does diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 15fc683..32d248b 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -20,7 +20,7 @@ use Moose; use namespace::clean -except => [qw( meta )]; -our $VERSION = 0.04; +our $VERSION = 0.05; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};