From: Karen Etheridge Date: Tue, 17 Sep 2013 01:23:07 +0000 (-0700) Subject: make release tests pass X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4914d048cc14705110d7d47b9f0acec69647154;p=gitmo%2FMooseX-AlwaysCoerce.git make release tests pass --- diff --git a/dist.ini b/dist.ini index c73b380..457078b 100644 --- a/dist.ini +++ b/dist.ini @@ -9,6 +9,7 @@ license = Perl_5 server = gitmo Authority.authority = cpan:RKITOVER AutoPrereqs.skip = ^MyRole$ +-remove = Test::UnusedVars ; we like our $class [Prereqs / RuntimeRequires] Package::Stash = 0.26 diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm index aa37cbc..5ea5559 100644 --- a/lib/MooseX/AlwaysCoerce.pm +++ b/lib/MooseX/AlwaysCoerce.pm @@ -15,6 +15,8 @@ Moose::Exporter->setup_import_methods; =pod +=for stopwords coercions + =head1 SYNOPSIS package MyClass; @@ -30,7 +32,7 @@ Moose::Exporter->setup_import_methods; =head1 DESCRIPTION -Have you ever spent an hour or more trying to figure out "WTF, why did my +Have you ever spent an hour or more trying to figure out "Hey, why did my coercion not run?" only to find out that you forgot C<< coerce => 1 >> ? Just load this module in your L class and C<< coerce => 1 >> will be @@ -126,6 +128,8 @@ You can find more information at: L +=for stopwords AnnoCPAN + =item * AnnoCPAN: Annotated CPAN documentation L @@ -144,6 +148,8 @@ L My own stupidity, for inspiring me to write this module. +=for stopwords Rolsky + Dave Rolsky, for telling me how to do it the L way. =cut