From: Dave Rolsky Date: Wed, 14 Jul 2010 18:55:17 +0000 (-0500) Subject: dzilized all modules X-Git-Tag: v0.09^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.09;hp=71ea10f6cb8d1c8d81504041db1bd5d3dbc9a3bd;p=gitmo%2FMooseX-StrictConstructor.git dzilized all modules --- diff --git a/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm b/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm index fa3e7a6..9c869e8 100644 --- a/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm +++ b/lib/MooseX/StrictConstructor/Role/Meta/Method/Constructor.pm @@ -37,14 +37,12 @@ no Moose::Role; 1; +# ABSTRACT: A role to make immutable constructors strict + __END__ =pod -=head1 NAME - -MooseX::StrictConstructor::Role::Meta::Method::Constructor - A role to make immutable constructors strict - =head1 SYNOPSIS Moose::Util::MetaRole::apply_metaclass_roles @@ -59,16 +57,5 @@ This role simply wraps C<_generate_BUILDALL()> (from C) so that immutable classes have a strict constructor. -=head1 AUTHOR - -Dave Rolsky, C<< >> - -=head1 COPYRIGHT & LICENSE - -Copyright 2007-2008 Dave Rolsky, All Rights Reserved. - -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut diff --git a/lib/MooseX/StrictConstructor/Role/Object.pm b/lib/MooseX/StrictConstructor/Role/Object.pm index 2e1d871..f755234 100644 --- a/lib/MooseX/StrictConstructor/Role/Object.pm +++ b/lib/MooseX/StrictConstructor/Role/Object.pm @@ -29,14 +29,12 @@ no Moose::Role; 1; +# ABSTRACT: A role which implements a strict constructor for Moose::Object + __END__ =pod -=head1 NAME - -MooseX::StrictConstructor::Role::Object - A role which implements a strict constructor for Moose::Object - =head1 SYNOPSIS Moose::Util::MetaRole::apply_base_class_roles @@ -52,15 +50,4 @@ role applied to them. It provides a method modifier for C from C that implements strict argument checking for your class. -=head1 AUTHOR - -Dave Rolsky, C<< >> - -=head1 COPYRIGHT & LICENSE - -Copyright 2007-2008 Dave Rolsky, All Rights Reserved. - -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut