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]
server = gitmo
Authority.authority = cpan:RKITOVER
AutoPrereqs.skip = ^MyRole$
--remove = PodWeaver
[Prereqs / RuntimeRequires]
Package::Stash = 0.26
package MooseX::AlwaysCoerce;
+# ABSTRACT: Automatically enable coercions for Moose attributes
use strict;
use warnings;
=pod
-=head1 NAME
-
-MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
-
=head1 SYNOPSIS
package MyClass;
=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
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