From: Dave Rolsky Date: Tue, 17 Mar 2009 17:10:54 +0000 (-0500) Subject: fix a pod error X-Git-Tag: 0.80_01~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=929e9565b551d2f16c00b9c33a7d0549ccde5336;p=gitmo%2FClass-MOP.git fix a pod error --- diff --git a/lib/Class/MOP/Module.pm b/lib/Class/MOP/Module.pm index 1ca2e40..8ff573c 100644 --- a/lib/Class/MOP/Module.pm +++ b/lib/Class/MOP/Module.pm @@ -90,7 +90,7 @@ package, if one exists. This constructs a string which combines the name, version and authority. -=item B<< Class::MOP::Module->meta > +=item B<< Class::MOP::Module->meta >> This will return a L instance for this class.