use Pod::Weaver
Karen Etheridge [Tue, 17 Sep 2013 00:56:42 +0000 (17:56 -0700)]
dist.ini
lib/MooseX/AlwaysCoerce.pm
weaver.ini [new file with mode: 0644]

index 3339c0e..c73b380 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -2,7 +2,6 @@ name        = MooseX-AlwaysCoerce
 author      = Rafael Kitover <rkitover@cpan.org>
 copyright_holder = Rafael Kitover <rkitover@cpan.org>
 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
index b86935d..aa37cbc 100644 (file)
@@ -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<< <rkitover at cpan.org> >>
-
-=head1 CONTRIBUTORS
-
-Schwern: Michael G. Schwern <mschwern@cpan.org>
-Ether: Karen Etheridge <ether@cpan.org>
-
 =head1 BUGS
 
 Please report any bugs or feature requests to C<bug-moosex-alwayscoerce at rt.cpan.org>, 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<Moose> 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 (file)
index 0000000..7592644
--- /dev/null
@@ -0,0 +1,10 @@
+[@Default]
+
+[-Transformer]
+transformer = List
+
+[-StopWords]
+
+[-Encoding]
+
+[Contributors]