From: Stevan Little Date: Tue, 21 Feb 2006 02:55:59 +0000 (+0000) Subject: 0.11 finally X-Git-Tag: 0_12~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0dea728044fd1f11392f207116ab39cb55d2a9b5;p=gitmo%2FClass-MOP.git 0.11 finally --- diff --git a/Changes b/Changes index 3e520d1..1228b1f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Class-MOP. -0.11 +0.11 Mon Feb. 20, 2006 * examples/ - added example of changing method dispatch order to C3 diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index b973fcf..950e031 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -11,7 +11,7 @@ use Class::MOP::Class; use Class::MOP::Attribute; use Class::MOP::Method; -our $VERSION = '0.10'; +our $VERSION = '0.11'; ## ---------------------------------------------------------------------------- ## Setting up our environment ... diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index a6514cd..d7073f8 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -10,7 +10,7 @@ use Sub::Name 'subname'; use B 'svref_2object'; use Clone (); -our $VERSION = '0.04'; +our $VERSION = '0.05'; # Self-introspection