Bump versions and Changelog 0.04
Tomas Doran [Tue, 9 Feb 2010 04:37:31 +0000 (04:37 +0000)]
Changes
README
lib/MooseX/MetaDescription.pm
lib/MooseX/MetaDescription/Description.pm
lib/MooseX/MetaDescription/Meta/Attribute.pm
lib/MooseX/MetaDescription/Meta/Class.pm
lib/MooseX/MetaDescription/Meta/Trait.pm

diff --git a/Changes b/Changes
index 07ea4a9..7cecfd1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for Perl extension MooseX::MetaDescription
 
-0.04
+0.04 Tue. Feb 8, 2010
     * Fix tests to work without undocumented features which
-      aren't present in the latest refactor of attributes in roles.
+      aren't present in the latest refactor of attributes in roles
+      in Moose 0.91 (RT#54159).
 
 0.03
     * MooseX::MetaDescription::Meta::Trait
diff --git a/README b/README
index 4924488..d465790 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX::MetaDescription version 0.03
+MooseX::MetaDescription version 0.04
 ===========================
 
 See the individual module documentation for more information
index f5f2a90..1d3832a 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription;
 use Moose;
 
-our $VERSION   = '0.03';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use MooseX::MetaDescription::Meta::Class;
index 03c87fd..cacb6a2 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription::Description;
 use Moose;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'descriptor' => (
index a46e2dd..9185315 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription::Meta::Attribute;
 use Moose;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
 extends 'Moose::Meta::Attribute';
index 5d1e2cc..8d91e69 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription::Meta::Class;
 use Moose;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
 extends 'Moose::Meta::Class';
index 1600d31..9d2ed37 100644 (file)
@@ -1,7 +1,7 @@
 package MooseX::MetaDescription::Meta::Trait;
 use Moose::Role;
 
-our $VERSION   = '0.03';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
 has 'description' => (