many docs additions and a new test
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
index b1d7785..f77dc25 100644 (file)
@@ -106,11 +106,7 @@ Class::MOP - A Meta Object Protocol for Perl 5
 
 =head1 SYNOPSIS
 
-  use Class::MOP ':universal';
-  
-  package Foo;
-  
-  Foo->meta->add_method('foo' => sub { ... });
+  # ... 
 
 =head1 DESCRIPTON