Revision history for Perl extension Moose
+0.48 Thurs. May 29, 2008
+ (early morning release engineering)--
+
+ - fixing the version in Moose::Meta::Method::Destructor
+ which was causing the indexer to choke
+
0.47 Thurs. May 29, 2008
(late night release engineering)--
-Moose version 0.47
+Moose version 0.48
===========================
See the individual module documentation for more information
use strict;
use warnings;
-our $VERSION = '0.47';
+our $VERSION = '0.48';
our $AUTHORITY = 'cpan:STEVAN';
use Scalar::Util 'blessed', 'reftype';
use Carp 'confess';
use Scalar::Util 'blessed', 'weaken';
-our $VERSION = '0.02';
+our $VERSION = '0.04';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Moose::Meta::Method',