From: Dave Rolsky Date: Sat, 19 Apr 2008 03:46:05 +0000 (+0000) Subject: Checking in changes prior to tagging of version 0.05. Changelog diff is: X-Git-Tag: 0.05^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ce8f3a2a548683e22100fe668aa708288f002cd;p=gitmo%2FMooseX-StrictConstructor.git Checking in changes prior to tagging of version 0.05. Changelog diff is: --- diff --git a/lib/MooseX/StrictConstructor.pm b/lib/MooseX/StrictConstructor.pm index ea1f719..b980b10 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.04'; +our $VERSION = '0.05'; use Moose; use MooseX::Object::StrictConstructor;