File: Changes

package info (click to toggle)
libmoosex-attribute-env-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 2,059; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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.