foo
Stevan Little [Sat, 10 Jun 2006 00:43:36 +0000 (00:43 +0000)]
Changes
MANIFEST
lib/Moose/Autobox.pm
t/002_role_hierarchy.t [moved from t/002_example.t with 100% similarity]
t/003_p6_example.t

diff --git a/Changes b/Changes
index 94f667f..4302474 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
 Revision history for Perl extension Moose::Autobox
 
-0.01
-    - Autoboxing - all the cool kids are doing it ;)
\ No newline at end of file
+0.01 Fri. June 9, 2006
+    - Autoboxing, all the cool kids are doing it ;)
+    
\ No newline at end of file
index 92ed5d2..2e2f6ea 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -21,7 +21,7 @@ lib/Moose/Autobox/Undef.pm
 lib/Moose/Autobox/Value.pm
 t/000_load.t
 t/001_basic.t
-t/002_example.t
+t/002_role_hierarchy.t
 t/003_p6_example.t
 t/004_list_compressions.t
 t/005_string.t
index 6940fac..6a490ad 100644 (file)
@@ -78,6 +78,9 @@ shiney new technology (L<Moose::Role>) to accomplish it's goals.
 Use this at your own risk. If it breaks the lamp in the living room
 and your mother yells at you, don't come complaining to me.
 
+Also, as this is so experimental, it's API should not be considered 
+to be stable. It could very well change in radical ways.
+
 =head1 DESCRIPTION
 
 Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH
@@ -123,6 +126,16 @@ autoboxed types (SCALAR, ARRAY, HASH & CODE).
   +------------------------+-------------------------------+
                                                           
   * indicates actual autoboxed types
+
+=head1 TODO
+
+=over 4
+
+=item More docs
+
+=item More tests
+
+=back
   
 =head1 NOTES  
   
similarity index 100%
rename from t/002_example.t
rename to t/002_role_hierarchy.t
index 65845a5..273e478 100644 (file)
@@ -10,6 +10,12 @@ BEGIN {
     use_ok('Moose::Autobox');
 }
 
+=pod
+
+This comes from one of the examples in the Pugs distro.
+
+=cut
+
 {
     package Units::Bytes;
     use Moose::Role;