prepping for release
Stevan Little [Sun, 24 Sep 2006 02:46:08 +0000 (02:46 +0000)]
Changes
MANIFEST

diff --git a/Changes b/Changes
index 1c91d62..e78ae34 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 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 
index 7120051..9053a56 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,6 +3,7 @@ Changes
 Makefile.PL
 META.yml
 MANIFEST
+MANIFEST.SKIP
 README
 examples/ArrayBasedStorage.pod
 examples/AttributesWithHistory.pod
@@ -22,6 +23,7 @@ lib/Class/MOP/Module.pm
 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
@@ -40,6 +42,7 @@ t/017_add_method_modifier.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