added links to UTF8 docs in delta and upgrading
Mark Ellis [Wed, 7 Jan 2015 21:53:56 +0000 (21:53 +0000)]
also fixed typos in UTF8 doc

lib/Catalyst/Delta.pod
lib/Catalyst/UTF8.pod
lib/Catalyst/Upgrading.pod

index e1d89c6..0f0d4f2 100755 (executable)
@@ -19,6 +19,8 @@ If this change causes you trouble, you can disable it:
 
     __PACKAGE__->config(encoding=>undef);
 
+For further information, please see L<Catalyst::UTF8>
+
 But please report bugs.  You will find that a number of common Views have been
 updated for this release (such as L<Catalyst::View::TT>).  In all cases that the
 author is aware of these updates were to fix test cases only.  You shouldn't
index f311f2e..d48def5 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 Name
 
-Catalyst::UTF8 - All Abouy UTF8 and Catalyst Encoding
+Catalyst::UTF8 - All About UTF8 and Catalyst Encoding
 
 =head1 Description
 
@@ -13,7 +13,7 @@ an overview of the assumptions and practices that  L<Catalyst> uses when
 dealing with UTF8 and encoding issues.  You should also review the
 Changes file, L<Catalyst::Delta> and L<Catalyst::Upgrading> for more.
 
-We attempt to describe all relevent processes, try to give some advice
+We attempt to describe all relevant processes, try to give some advice
 and explain where we may have been exceptional to respect our commitment
 to backwards compatibility.
 
index fe9da9c..66a22c4 100644 (file)
@@ -15,6 +15,8 @@ UTF8 is enabled going forwards and the expectation is that other ecosystem
 projects will assume this as well.  At some point you application will not
 correctly function without this setting.
 
+For further information, please see L<Catalyst::UTF8>
+
 A number of projects in the wider ecosystem required minor updates to be able
 to work correctly.  Here's the known list: