From: Dave Rolsky Date: Mon, 4 Jan 2010 17:58:56 +0000 (-0600) Subject: add BUGS section to docs without one X-Git-Tag: 0.93_01~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5fc2c2158738aaf493b6ae45e93596978c6eb1d;p=gitmo%2FMoose.git add BUGS section to docs without one --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 64675d8..076141c 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -770,6 +770,10 @@ These traits will be applied to the caller's metaclass instance. Providing traits for an exporting class that does not create a metaclass for the caller is an error. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHOR Dave Rolsky Eautarch@urth.orgE diff --git a/lib/Moose/Meta/Class/Immutable/Trait.pm b/lib/Moose/Meta/Class/Immutable/Trait.pm index c0354d3..29e9590 100644 --- a/lib/Moose/Meta/Class/Immutable/Trait.pm +++ b/lib/Moose/Meta/Class/Immutable/Trait.pm @@ -34,6 +34,10 @@ Moose::Meta::Class::Immutable::Trait - Implements immutability for metaclass obj This class makes some Moose-specific metaclass methods immutable. This is deep guts. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHOR Yuval Kogman Enothingmuch@cpan.orgE diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 202ac70..1137f7d 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -372,6 +372,10 @@ L documentation as well. C is a subclass of L I L. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHORS Stevan Little Estevan@iinteractive.comE diff --git a/lib/Moose/Meta/Method/Destructor.pm b/lib/Moose/Meta/Method/Destructor.pm index 6baca32..008ac58 100644 --- a/lib/Moose/Meta/Method/Destructor.pm +++ b/lib/Moose/Meta/Method/Destructor.pm @@ -177,6 +177,10 @@ of its parents defines a C method, it needs a destructor. =back +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHORS Stevan Little Estevan@iinteractive.comE diff --git a/lib/Moose/Meta/Mixin/AttributeCore.pm b/lib/Moose/Meta/Mixin/AttributeCore.pm index fad69b5..7630d1f 100644 --- a/lib/Moose/Meta/Mixin/AttributeCore.pm +++ b/lib/Moose/Meta/Mixin/AttributeCore.pm @@ -61,6 +61,10 @@ Moose::Meta::Mixin::AttributeCore - Core attributes shared by attribute metaclas This class implements the core attributes (aka properties) shared by all Moose attributes. See the L documentation for API details. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHORS Dave Rolsky Eautarch@urth.orgE diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index 9e8d71b..0a3f661 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -303,6 +303,10 @@ It accepts the following keys: This function will apply the specified roles to the object's base class. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHOR Dave Rolsky Eautarch@urth.orgE