From: John Napiorkowski Date: Wed, 11 Jan 2012 14:40:21 +0000 (-0500) Subject: fixed for cpan X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=gitmo%2FMooseX-Attribute-ENV.git fixed for cpan --- diff --git a/Changes b/Changes index 7ca334a..84cab6e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension MooseX-Attribute-ENV. - + +0.02 11 January 2011 + - fixed a bug caused by the fact my generated default code was returning + an explicit undef, and not nothing. This caused errors when the + attribute was optional but had a type constraint. + - Removed some unneeded whitespace from code + 0.01 07 June 2008 - Setup repository, created application skeleton - Created tests, released. diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index d164814..f7dc1d0 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -4,6 +4,7 @@ \bCVS\b ,v$ \B\.svn\b +\B\.git\b # Avoid Makemaker generated and utility files. \bMakefile$ @@ -37,4 +38,4 @@ \.tar\.gz$ # Skip maint stuff -^maint/ \ No newline at end of file +^maint/ diff --git a/lib/MooseX/Attribute/ENV.pm b/lib/MooseX/Attribute/ENV.pm index 1f73156..c1e57ff 100644 --- a/lib/MooseX/Attribute/ENV.pm +++ b/lib/MooseX/Attribute/ENV.pm @@ -2,7 +2,7 @@ package MooseX::Attribute::ENV; use Moose::Role; -our $VERSION = "0.01"; +our $VERSION = "0.02"; our $AUTHORITY = 'cpan:JJNAPIORK'; =head1 NAME