summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-12-20 00:39:20 -0600
committerJesse Luehrs <doy@tozt.net>2009-12-20 00:39:20 -0600
commit7b7f4ca149ac88a108213a6f62cf4a2d15bd0d8a (patch)
tree2e51f3e31c41d5add13c71fa6bc64021a37ca1fa
parent2386379e2fde6d28027ee8bdf6be8d25bf2baa56 (diff)
downloadmoosex-abc-7b7f4ca149ac88a108213a6f62cf4a2d15bd0d8a.tar.gz
moosex-abc-7b7f4ca149ac88a108213a6f62cf4a2d15bd0d8a.zip
changelog and version bump0.03
-rw-r--r--Changes3
-rw-r--r--dist.ini2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 4712596..876c131 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for MooseX::ABC
+0.03 12/20/2009
+ Allow creation of abstract subclasses of abstract classes
+
0.02 7/10/2009
Fix a warning on make_immutable when extending a class extended from an
abstract class
diff --git a/dist.ini b/dist.ini
index a30c377..00ad369 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = MooseX-ABC
-version = 0.02
+version = 0.03
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs