From: Karen Etheridge Date: Tue, 17 Sep 2013 00:56:42 +0000 (-0700) Subject: use Pod::Weaver X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bf372113dd2412f6875622c85086a018b569d54;p=gitmo%2FMooseX-AlwaysCoerce.git use Pod::Weaver --- diff --git a/dist.ini b/dist.ini index 3339c0e..c73b380 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,6 @@ name = MooseX-AlwaysCoerce author = Rafael Kitover copyright_holder = Rafael Kitover copyright_year = 2009 -abstract = Automatically enable coercions for Moose attributes license = Perl_5 [@Author::ETHER] @@ -10,7 +9,6 @@ license = Perl_5 server = gitmo Authority.authority = cpan:RKITOVER AutoPrereqs.skip = ^MyRole$ --remove = PodWeaver [Prereqs / RuntimeRequires] Package::Stash = 0.26 diff --git a/lib/MooseX/AlwaysCoerce.pm b/lib/MooseX/AlwaysCoerce.pm index b86935d..aa37cbc 100644 --- a/lib/MooseX/AlwaysCoerce.pm +++ b/lib/MooseX/AlwaysCoerce.pm @@ -1,4 +1,5 @@ package MooseX::AlwaysCoerce; +# ABSTRACT: Automatically enable coercions for Moose attributes use strict; use warnings; @@ -14,10 +15,6 @@ Moose::Exporter->setup_import_methods; =pod -=head1 NAME - -MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes - =head1 SYNOPSIS package MyClass; @@ -113,15 +110,6 @@ __END__ =for Pod::Coverage init_meta -=head1 AUTHOR - -Rafael Kitover, C<< >> - -=head1 CONTRIBUTORS - -Schwern: Michael G. Schwern -Ether: Karen Etheridge - =head1 BUGS Please report any bugs or feature requests to C, or through @@ -158,11 +146,4 @@ My own stupidity, for inspiring me to write this module. Dave Rolsky, for telling me how to do it the L way. -=head1 COPYRIGHT & LICENSE - -Copyright (c) 2009-2010 Rafael Kitover - -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - =cut diff --git a/weaver.ini b/weaver.ini new file mode 100644 index 0000000..7592644 --- /dev/null +++ b/weaver.ini @@ -0,0 +1,10 @@ +[@Default] + +[-Transformer] +transformer = List + +[-StopWords] + +[-Encoding] + +[Contributors]