From: Karen Etheridge Date: Sat, 13 Oct 2012 23:41:25 +0000 (-0700) Subject: add pod coverage tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AlwaysCoerce.git;a=commitdiff_plain;h=f40171989399ce5dd1b0dd5675f67c2696e2553d add pod coverage tests --- diff --git a/Changes b/Changes index 23d8020..70873f3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ Revision history for {{$dist->name}} {{$NEXT}} - fixed reference to writable git repository + - pod coverage tests added 0.18 2012-10-13 16:57:07 PDT-0700 (Karen Etheridge) - added missing prerequisite declaration diff --git a/dist.ini b/dist.ini index 89e161a..456f621 100644 --- a/dist.ini +++ b/dist.ini @@ -39,6 +39,7 @@ Package::Stash = 0.26 [NoTabsTests] [EOLTests] [PodSyntaxTests] +[PodCoverageTests] [Test::Pod::LinkCheck] [Test::Pod::No404s] diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm index 14d5767..620812c 100644 --- a/lib/MooseX/AlwaysCoerce.pm +++ b/lib/MooseX/AlwaysCoerce.pm @@ -112,6 +112,13 @@ sub init_meta { goto $init_meta; } +1; +# vim:et sts=4 sw=4 tw=0: +__END__ + +=for Pod::Coverage + init_meta + =head1 AUTHOR Rafael Kitover, C<< >> @@ -165,6 +172,3 @@ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut - -1; # End of MooseX::AlwaysCoerce -# vim:et sts=4 sw=4 tw=0: