add BUGS section to docs without one
Dave Rolsky [Mon, 4 Jan 2010 17:58:56 +0000 (11:58 -0600)]
lib/Moose/Exporter.pm
lib/Moose/Meta/Class/Immutable/Trait.pm
lib/Moose/Meta/Method/Constructor.pm
lib/Moose/Meta/Method/Destructor.pm
lib/Moose/Meta/Mixin/AttributeCore.pm
lib/Moose/Util/MetaRole.pm

index 64675d8..076141c 100644 (file)
@@ -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<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHOR
 
 Dave Rolsky E<lt>autarch@urth.orgE<gt>
index c0354d3..29e9590 100644 (file)
@@ -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<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHOR
 
 Yuval Kogman E<lt>nothingmuch@cpan.orgE<gt>
index 202ac70..1137f7d 100644 (file)
@@ -372,6 +372,10 @@ L<Class::MOP::Class::Constructor> documentation as well.
 C<Moose::Meta::Method::Constructor> is a subclass of
 L<Moose::Meta::Method> I<and> L<Class::MOP::Method::Constructor>.
 
+=head1 BUGS
+
+See L<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHORS
 
 Stevan Little E<lt>stevan@iinteractive.comE<gt>
index 6baca32..008ac58 100644 (file)
@@ -177,6 +177,10 @@ of its parents defines a C<DEMOLISH> method, it needs a destructor.
 
 =back
 
+=head1 BUGS
+
+See L<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHORS
 
 Stevan Little E<lt>stevan@iinteractive.comE<gt>
index fad69b5..7630d1f 100644 (file)
@@ -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<Moose::Meta::Attribute> documentation for API details.
 
+=head1 BUGS
+
+See L<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHORS
 
 Dave Rolsky E<lt>autarch@urth.orgE<gt>
index 9e8d71b..0a3f661 100644 (file)
@@ -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<Moose/BUGS> for details on reporting bugs.
+
 =head1 AUTHOR
 
 Dave Rolsky E<lt>autarch@urth.orgE<gt>