From: Dave Rolsky Date: Sat, 11 Feb 2012 20:58:16 +0000 (-0600) Subject: Fix (or remove) broken links in the POD X-Git-Tag: 2.0500~101 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f970df68080aecb7afdbc2978a37ea0ec6473d9;p=gitmo%2FMoose.git Fix (or remove) broken links in the POD --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index dfd2cf9..6406910 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -58,7 +58,7 @@ L =item Read+Write -L +gitmo@git.moose.perl.org:Moose.git =back diff --git a/lib/Moose/Manual/FAQ.pod b/lib/Moose/Manual/FAQ.pod index 00c8868..87315c1 100644 --- a/lib/Moose/Manual/FAQ.pod +++ b/lib/Moose/Manual/FAQ.pod @@ -128,7 +128,7 @@ L. NOTE: This B be set globally in Moose, as that would break other classes which are built with Moose. You can still save on typing -by defining a new L that exports Moose's sugar and then +by defining a new C that exports Moose's sugar and then turns on L. See L. diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index 80106be..e7dc349 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -46,8 +46,8 @@ releases will not change any existing tests in the test suite, although they can add new ones). A minor release can include new features and bug fixes. Major releases may be backwards incompatible. Moose prioritizes -correctness over backwards compatibility or performance; see the L to understand how backwards incompatible changes are announced. +correctness over backwards compatibility or performance; see the L to understand how backwards incompatible changes are announced. Major releases are scheduled to happen during fixed release windows. If the window is missed, then there will not be a major release until the next diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index 9989d75..7b71888 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -1475,7 +1475,7 @@ I Before setting the value, a check is made on the type constraint of the attribute, if it has one, to see if the value passes it. If the -value fails to pass, the set operation dies with a L. +value fails to pass, the set operation dies. Any coercion to convert values is done before checking the type constraint. diff --git a/lib/Moose/Meta/Method/Destructor.pm b/lib/Moose/Meta/Method/Destructor.pm index 1c3ceca..aa3059e 100644 --- a/lib/Moose/Meta/Method/Destructor.pm +++ b/lib/Moose/Meta/Method/Destructor.pm @@ -139,16 +139,16 @@ __END__ =head1 DESCRIPTION -This class is a subclass of L that +This class is a subclass of L that provides Moose-specific functionality for inlining destructors. To understand this class, you should read the the -L documentation as well. +L documentation as well. =head1 INHERITANCE C is a subclass of -L I L. +L I L. =head1 METHODS diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index afa6308..6de1038 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -534,7 +534,7 @@ each of which can be followed by an optional hash reference of options =item B -This function is similar to L, but only applies roles that +This function is similar to C, but only applies roles that C<$applicant> does not already consume. =item B