From: Dave Rolsky Date: Sat, 11 Feb 2012 21:06:25 +0000 (-0600) Subject: Fix some broken web links X-Git-Tag: 2.0500~99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40340d0dd4affa257096bdafe96baf50d0c328b1;p=gitmo%2FMoose.git Fix some broken web links --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index ead8390..2a626d4 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -1024,7 +1024,7 @@ This paper is on how Traits can be used to do safe metaclass composition, and offers an excellent introduction section which delves into the topic of metaclass compatibility. -L +L =item "Safe Metaclass Programming" diff --git a/lib/Moose/Manual/FAQ.pod b/lib/Moose/Manual/FAQ.pod index 87315c1..5d104a7 100644 --- a/lib/Moose/Manual/FAQ.pod +++ b/lib/Moose/Manual/FAQ.pod @@ -15,11 +15,11 @@ __END__ Yes! Many sites with household names are using Moose to build high-traffic services. Countless others are using Moose in production. -See L for +See L for a partial list. As of this writing, Moose is a dependency of several hundred CPAN -modules. L +modules. L =head3 Is Moose's API stable?