Changelog and sed s/website authors/application authors/
Tomas Doran [Tue, 14 Apr 2009 23:18:31 +0000 (23:18 +0000)]
Changes
lib/Catalyst/DispatchType/Chained.pm
lib/Catalyst/DispatchType/Default.pm
lib/Catalyst/DispatchType/Index.pm
lib/Catalyst/DispatchType/Path.pm
lib/Catalyst/DispatchType/Regex.pm

diff --git a/Changes b/Changes
index 51b5b89..b651b53 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Extra cross links in dispatch types POD (Ian Wells)
         - Test uri_with clears query params when they are set to undef 
           (Ian Wells)
         - Complain about old Catalyst::Devel versions which generated
index 602894c..49fad32 100644 (file)
@@ -60,7 +60,7 @@ dispatch types, see:
 
 =over 4
 
-=item * L<Catalyst::Manual::Intro> for how they affect website authors
+=item * L<Catalyst::Manual::Intro> for how they affect application authors
 
 =item * L<Catalyst::DispatchType> for implementation information.
 
index e12816f..f1ad104 100644 (file)
@@ -20,7 +20,7 @@ dispatch types, see:
 
 =over 4
 
-=item * L<Catalyst::Manual::Intro> for how they affect website authors
+=item * L<Catalyst::Manual::Intro> for how they affect application authors
 
 =item * L<Catalyst::DispatchType> for implementation information.
 
index 8f0707e..3f4d722 100644 (file)
@@ -19,7 +19,7 @@ dispatch types, see:
 
 =over 4
 
-=item * L<Catalyst::Manual::Intro> for how they affect website authors
+=item * L<Catalyst::Manual::Intro> for how they affect application authors
 
 =item * L<Catalyst::DispatchType> for implementation information.
 
index f792fc5..29c418f 100644 (file)
@@ -31,7 +31,7 @@ dispatch types, see:
 
 =over 4
 
-=item * L<Catalyst::Manual::Intro> for how they affect website authors
+=item * L<Catalyst::Manual::Intro> for how they affect application authors
 
 =item * L<Catalyst::DispatchType> for implementation information.
 
index 4c6bf4c..0b6f97c 100644 (file)
@@ -31,7 +31,7 @@ more information on dispatch types, see:
 
 =over 4
 
-=item * L<Catalyst::Manual::Intro> for how they affect website authors
+=item * L<Catalyst::Manual::Intro> for how they affect application authors
 
 =item * L<Catalyst::DispatchType> for implementation information.