Forgot SYNOPSIS tag
Shawn M Moore [Sat, 20 Oct 2007 23:08:55 +0000 (23:08 +0000)]
lib/Moose/Cookbook/Recipe11.pod

index 09e4180..ed66f60 100644 (file)
@@ -5,6 +5,8 @@
 
 Moose::Cookbook::Recipe11 - The meta-attribute example
 
+=head1 SYNOPSIS
+
     package MyApp::Meta::Attribute::Labeled;
     use Moose;
     extends 'Moose::Meta::Attribute';