From 60c5f48aff6a579ce22bd4b4245f7be346609901 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Jun 2010 01:36:37 -0500 Subject: convert to new dzil stuff --- lib/MooseX/NonMoose.pm | 52 ++++++-------------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) (limited to 'lib/MooseX/NonMoose.pm') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index a05ca30..cd14526 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -1,9 +1,6 @@ package MooseX::NonMoose; use Moose::Exporter; - -=head1 NAME - -MooseX::NonMoose - easy subclassing of non-Moose classes +# ABSTRACT: easy subclassing of non-Moose classes =head1 SYNOPSIS @@ -89,7 +86,7 @@ sub init_meta { =back -=head1 BUGS/CAVEATS +=head1 CAVEATS =over 4 @@ -112,56 +109,19 @@ in the future. =back -Please report any bugs through RT: email -C, or browse to -L. - =head1 SEE ALSO -L - -L - serves the same purpose, but with a radically different (and -far more hackish) implementation. - -=head1 SUPPORT - -You can find this documentation for this module with the perldoc command. - - perldoc MooseX::NonMoose - -You can also look for information at: - =over 4 -=item * AnnoCPAN: Annotated CPAN documentation - -L +=item * L -=item * CPAN Ratings +=item * L -L - -=item * RT: CPAN's request tracker - -L - -=item * Search CPAN - -L +serves the same purpose, but with a radically different (and far more hackish) +implementation. =back -=head1 AUTHOR - - Jesse Luehrs - -=head1 COPYRIGHT AND LICENSE - -This software is copyright (c) 2009 by Jesse Luehrs. - -This is free software; you can redistribute it and/or modify it under -the same terms as perl itself. - =cut 1; -- cgit v1.2.3-54-g00ecf