From: Stevan Little Date: Sun, 20 Aug 2006 16:48:11 +0000 (+0000) Subject: fixing Moose versions and changes X-Git-Tag: 0_12~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef83aa9b39937ed8270c6115fd5c1d9bb101d937;p=gitmo%2FMoose.git fixing Moose versions and changes --- diff --git a/Changes b/Changes index 1e8557c..dc8501c 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,5 @@ Revision history for Perl extension Moose -0.13 - * Moose - - fixed "bad meta" error message to be more descriptive - 0.12 * Moose::Cookbook - Recipe5 (subtypes & coercion) has been written @@ -11,6 +7,7 @@ Revision history for Perl extension Moose * Moose - added ROADMAP section to detail the near term plans for Moose + - fixed "bad meta" error message to be more descriptive * Moose::Object - added &dump method, cause it makes all out lives diff --git a/lib/Moose.pm b/lib/Moose.pm index 708d73b..a0253d2 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.13'; +our $VERSION = '0.12'; use Scalar::Util 'blessed', 'reftype'; use Carp 'confess';