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
C<Moose::Meta::Method::Constructor>) so that immutable classes have a
strict constructor.
-=head1 AUTHOR
-
-Dave Rolsky, C<< <autarch@urth.org> >>
-
-=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
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
from C<Moose::Object> that implements strict argument checking for
your class.
-=head1 AUTHOR
-
-Dave Rolsky, C<< <autarch@urth.org> >>
-
-=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