Checking in changes prior to tagging of version 0.05. Changelog diff is: 0.05
Dave Rolsky [Sat, 19 Apr 2008 03:46:05 +0000 (03:46 +0000)]
lib/MooseX/StrictConstructor.pm

index ea1f719..b980b10 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::StrictConstructor;
 use strict;
 use warnings;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use MooseX::Object::StrictConstructor;