bump version and update changes
Dave Rolsky [Sun, 31 Aug 2008 04:17:37 +0000 (04:17 +0000)]
Changes
lib/MooseX/StrictConstructor.pm

diff --git a/Changes b/Changes
index 7b8ffae..8471de7 100644 (file)
--- 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
index ab58b8f..7faa178 100644 (file)
@@ -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 ();