fixed for cpan
[gitmo/MooseX-Attribute-ENV.git] / Changes
1 Revision history for Perl extension MooseX-Attribute-ENV.
2
3 0.02    11 January 2011
4         - fixed a bug caused by the fact my generated default code was returning
5           an explicit undef, and not nothing.  This caused errors when the
6           attribute was optional but had a type constraint.
7         - Removed some unneeded whitespace from code
8
9 0.01    07 June 2008
10         - Setup repository, created application skeleton
11         - Created tests, released.