From: Dave Rolsky Date: Sun, 31 Aug 2008 04:17:37 +0000 (+0000) Subject: bump version and update changes X-Git-Tag: 0.06_02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=343ac26e83fa998ed8a8adde671ce5f6d1b6c657;p=gitmo%2FMooseX-StrictConstructor.git bump version and update changes --- diff --git a/Changes b/Changes index 7b8ffae..8471de7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.06_02 2008-08-30 + +* This module no longer exports Moose's sugar. Just use Moose instead. + + 0.06_01 2008-08-30 - Rewrote this distro's functionality as roles to take advantage of diff --git a/lib/MooseX/StrictConstructor.pm b/lib/MooseX/StrictConstructor.pm index ab58b8f..7faa178 100644 --- a/lib/MooseX/StrictConstructor.pm +++ b/lib/MooseX/StrictConstructor.pm @@ -3,7 +3,7 @@ package MooseX::StrictConstructor; use strict; use warnings; -our $VERSION = '0.06_01'; +our $VERSION = '0.06_02'; $VERSION = eval $VERSION; use Class::MOP ();