From: Shawn M Moore Date: Sat, 20 Oct 2007 23:08:55 +0000 (+0000) Subject: Forgot SYNOPSIS tag X-Git-Tag: 0_27~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d8832a495d75024beb34c2426cbc83493aa37d1;p=gitmo%2FMoose.git Forgot SYNOPSIS tag --- diff --git a/lib/Moose/Cookbook/Recipe11.pod b/lib/Moose/Cookbook/Recipe11.pod index 09e4180..ed66f60 100644 --- a/lib/Moose/Cookbook/Recipe11.pod +++ b/lib/Moose/Cookbook/Recipe11.pod @@ -5,6 +5,8 @@ Moose::Cookbook::Recipe11 - The meta-attribute example +=head1 SYNOPSIS + package MyApp::Meta::Attribute::Labeled; use Moose; extends 'Moose::Meta::Attribute';