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/InsideOut.pm | 18 +----------------- lib/MooseX/NonMoose/Meta/Role/Class.pm | 18 +----------------- lib/MooseX/NonMoose/Meta/Role/Constructor.pm | 18 +----------------- 3 files changed, 3 insertions(+), 51 deletions(-) (limited to 'lib/MooseX/NonMoose') diff --git a/lib/MooseX/NonMoose/InsideOut.pm b/lib/MooseX/NonMoose/InsideOut.pm index 58bdcbd..8946003 100644 --- a/lib/MooseX/NonMoose/InsideOut.pm +++ b/lib/MooseX/NonMoose/InsideOut.pm @@ -1,9 +1,6 @@ package MooseX::NonMoose::InsideOut; use Moose::Exporter; - -=head1 NAME - -MooseX::NonMoose::InsideOut - easy subclassing of non-Moose non-hashref classes +# ABSTRACT: easy subclassing of non-Moose non-hashref classes =head1 SYNOPSIS @@ -51,17 +48,4 @@ sub init_meta { $package->$init_meta(@_); } -=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; diff --git a/lib/MooseX/NonMoose/Meta/Role/Class.pm b/lib/MooseX/NonMoose/Meta/Role/Class.pm index cc7275e..1b90c7d 100644 --- a/lib/MooseX/NonMoose/Meta/Role/Class.pm +++ b/lib/MooseX/NonMoose/Meta/Role/Class.pm @@ -1,10 +1,7 @@ package MooseX::NonMoose::Meta::Role::Class; use Moose::Role; use List::MoreUtils qw(any); - -=head1 NAME - -MooseX::NonMoose::Meta::Role::Class - metaclass trait for L +# ABSTRACT: metaclass trait for L =head1 SYNOPSIS @@ -234,17 +231,4 @@ around superclasses => sub { no Moose::Role; -=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; diff --git a/lib/MooseX/NonMoose/Meta/Role/Constructor.pm b/lib/MooseX/NonMoose/Meta/Role/Constructor.pm index 50ddec6..38c70f0 100644 --- a/lib/MooseX/NonMoose/Meta/Role/Constructor.pm +++ b/lib/MooseX/NonMoose/Meta/Role/Constructor.pm @@ -1,9 +1,6 @@ package MooseX::NonMoose::Meta::Role::Constructor; use Moose::Role; - -=head1 NAME - -MooseX::NonMoose::Meta::Role::Constructor - constructor method trait for L +# ABSTRACT: constructor method trait for L =head1 SYNOPSIS @@ -79,17 +76,4 @@ sub _generate_instance { no Moose::Role; -=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