Revision history for Perl extension MooseX::MetaDescription
+0.06 Tue. Dec 11, 2012
* Fix tests to work regardless of order of get_all_attributes
return value (RT#81713)
-<<<<<<< HEAD
0.05 Sat. Mar 3, 2012
* Fix undeclared dependency on Test::Excpetion. RT#75491
-=======
->>>>>>> 3724a0d... Fix tests to work regardless of order of get_all_attributes return value (RT#81713)
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
-MooseX::MetaDescription version 0.05
+MooseX::MetaDescription version 0.06
===========================
See the individual module documentation for more information
package MooseX::MetaDescription;
use Moose;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
use MooseX::MetaDescription::Meta::Class;
package MooseX::MetaDescription::Description;
use Moose;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
has 'descriptor' => (
package MooseX::MetaDescription::Meta::Attribute;
use Moose;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Attribute';
package MooseX::MetaDescription::Meta::Class;
use Moose;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
extends 'Moose::Meta::Class';
package MooseX::MetaDescription::Meta::Trait;
use Moose::Role;
-our $VERSION = '0.05';
+our $VERSION = '0.06';
our $AUTHORITY = 'cpan:STEVAN';
has 'description' => (