Revision history for Perl extension Class-MOP.
-0.35
+0.35 Sat. Sept. 23, 2006
+
+ * scripts/class_browser.pl
+ - initial prototype of a class browser, more
+ on this to come. Comments and patches are
+ very much welcome.
* Class::MOP
- accessors are no longer generated, instead
Makefile.PL
META.yml
MANIFEST
+MANIFEST.SKIP
README
examples/ArrayBasedStorage.pod
examples/AttributesWithHistory.pod
lib/Class/MOP/Object.pm
lib/Class/MOP/Package.pm
lib/Class/MOP/Class/Immutable.pm
+scripts/class_browser.pl
t/000_load.t
t/001_basic.t
t/002_class_precedence_list.t
t/018_anon_class.t
t/020_attribute.t
t/021_attribute_errors_and_edge_cases.t
+t/022_attribute_duplication.t
t/030_method.t
t/031_method_modifiers.t
t/040_metaclass.t