From 6b136d1475262f79aa4d085557777ae096cb5e4c Mon Sep 17 00:00:00 2001 From: doy Date: Mon, 20 Apr 2009 02:12:28 -0500 Subject: start stubbing out docs --- lib/MooseX/NonMoose.pm | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'lib') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index ee57c37..3a3f77a 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -2,6 +2,16 @@ package MooseX::NonMoose; use Moose (); use Moose::Exporter; +=head1 NAME + +MooseX::NonMoose - easy subclassing of non-Moose classes + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +=cut + Moose::Exporter->setup_import_methods; sub init_meta { @@ -17,4 +27,61 @@ sub init_meta { return Class::MOP::class_of($options{for_class}); } +=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. + +=head1 TODO + +=head1 SEE ALSO + +L + +L + +=head1 BUGS/CAVEATS + +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. + +=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 * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + +=cut + 1; -- cgit v1.2.3-54-g00ecf