* Fix compilation on 5.8. Reported by ether. (doy)
+ [ENHANCEMENTS]
+
+ * The enum type will now create single value enumerations. Previously, two
+ or more values were required. (rjbs)
+
2.0300 Fri, Sep 23, 2011
[DEPRECATIONS]
constraint. This has changed so that I<all> of its member types must be a
subtype of the specified type.
+=item Enum types now work with just one value
+
+Previously, an C<enum> type needed to have two or more values. Nobody knew
+why, so we fixed it.
+
=item Methods defined in UNIVERSAL now appear in the MOP
Any method introspection methods that look at methods from parent classes now