From: Ricardo Signes Date: Fri, 23 Apr 2010 23:13:32 +0000 (-0400) Subject: pod fixes X-Git-Tag: 0.11~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27fc2bf85a4b556518a421f8204e8315372bbf74;p=gitmo%2FMoose-Autobox.git pod fixes --- diff --git a/lib/Moose/Autobox/Hash.pm b/lib/Moose/Autobox/Hash.pm index 5d030f9..f1b5dc4 100644 --- a/lib/Moose/Autobox/Hash.pm +++ b/lib/Moose/Autobox/Hash.pm @@ -162,6 +162,8 @@ Slices a hash but returns the keys and values as a new hashref. =item B +=item B + =back =over 4 diff --git a/lib/Moose/Autobox/Scalar.pm b/lib/Moose/Autobox/Scalar.pm index 5f2b66f..e7bd1c6 100644 --- a/lib/Moose/Autobox/Scalar.pm +++ b/lib/Moose/Autobox/Scalar.pm @@ -45,8 +45,6 @@ Flattening a scalar just returns the scalar. This means that you can say: # Given $input of 5, @array is (5); # Given $input of [ 5, 2, 0], @array is (5, 2, 0) -=back - =item B As per flatten. @@ -55,6 +53,8 @@ As per flatten. As per flatten. +=back + =head1 BUGS All complex software has bugs lurking in it, and this module is no