From: Dylan William Hardison Date: Thu, 11 Jun 2009 15:18:01 +0000 (+0000) Subject: bumped version, updated Changes, added myself to authors list. X-Git-Tag: 0.86~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20f5ccefc7a287a0429a83a5c56e19e601b85d16;p=gitmo%2FClass-MOP.git bumped version, updated Changes, added myself to authors list. --- diff --git a/Changes b/Changes index feb68b0..91acab4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. +0.86 Thu, Jun 11, 2009 + * Class::MOP::Class + - make_immutable issues a warning instead of overriding a + DESTROY method on immutable classes. (Dylan William Hardison). + 0.85 Sat, Jun 6, 2009 * Class::MOP::Attribute - Allow default values to be Class::MOP::Methods. (Florian diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 6571090..8e8136b 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -29,7 +29,7 @@ BEGIN { *check_package_cache_flag = \&mro::get_pkg_gen; } -our $VERSION = '0.85'; +our $VERSION = '0.86'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -1160,6 +1160,8 @@ Yuval (nothingmuch) Kogman Scott (konobi) McWhirter +Dylan Hardison + =head1 COPYRIGHT AND LICENSE Copyright 2006-2009 by Infinity Interactive, Inc.