From: Dave Rolsky Date: Wed, 7 Sep 2011 14:42:31 +0000 (-0500) Subject: fix some pod errors X-Git-Tag: 2.0300~76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c3b1ed11bbcd9dcc4e03556d557f896fc7b5a1c;p=gitmo%2FMoose.git fix some pod errors --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 77acf92..7c1c2ea 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -62,6 +62,8 @@ L. Use C instead. This will start warning in the 2.0300 release. +=back + =head1 2.0002 =over 4 diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Array.pm b/lib/Moose/Meta/Attribute/Native/Trait/Array.pm index 872e6a6..d3c7704 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Array.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Array.pm @@ -300,7 +300,7 @@ in the array. This method accepts one or two arguments. -=item B +=item * B This method returns a shallow clone of the array reference. The return value is a reference to a new array with the same elements. It is I