From: Graham Knop Date: Sun, 22 Sep 2013 07:57:05 +0000 (-0400) Subject: some pod cleanups X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c600e70640098ae6ad958dc7a07187464abd37d3;p=gitmo%2FMoo.git some pod cleanups --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 31a52ce..0dfaf8d 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -191,6 +191,8 @@ sub _constructor_maker_for { } 1; +__END__ + =pod =encoding utf-8 diff --git a/lib/Moo/Role.pm b/lib/Moo/Role.pm index 21b304a..71db848 100644 --- a/lib/Moo/Role.pm +++ b/lib/Moo/Role.pm @@ -343,6 +343,7 @@ sub _handle_constructor { } 1; +__END__ =head1 NAME @@ -408,3 +409,5 @@ See L for authors. =head1 COPYRIGHT AND LICENSE See L for the copyright and license. + +=cut diff --git a/lib/Sub/Defer.pm b/lib/Sub/Defer.pm index 7162609..28b3e13 100644 --- a/lib/Sub/Defer.pm +++ b/lib/Sub/Defer.pm @@ -59,6 +59,7 @@ sub CLONE { } 1; +__END__ =head1 NAME @@ -114,3 +115,5 @@ See L for authors. =head1 COPYRIGHT AND LICENSE See L for the copyright and license. + +=cut diff --git a/lib/Sub/Quote.pm b/lib/Sub/Quote.pm index d56cacd..bd75a3a 100644 --- a/lib/Sub/Quote.pm +++ b/lib/Sub/Quote.pm @@ -121,6 +121,7 @@ sub CLONE { } 1; +__END__ =head1 NAME @@ -290,3 +291,5 @@ See L for authors. =head1 COPYRIGHT AND LICENSE See L for the copyright and license. + +=cut