From: Mark Ellis Date: Wed, 7 Jan 2015 21:53:56 +0000 (+0000) Subject: added links to UTF8 docs in delta and upgrading X-Git-Tag: 5.90079_008~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d63cc9c82b21555490c13a14f6a586764b200bfa added links to UTF8 docs in delta and upgrading also fixed typos in UTF8 doc --- diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index e1d89c6..0f0d4f2 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -19,6 +19,8 @@ If this change causes you trouble, you can disable it: __PACKAGE__->config(encoding=>undef); +For further information, please see L + But please report bugs. You will find that a number of common Views have been updated for this release (such as L). In all cases that the author is aware of these updates were to fix test cases only. You shouldn't diff --git a/lib/Catalyst/UTF8.pod b/lib/Catalyst/UTF8.pod index f311f2e..d48def5 100644 --- a/lib/Catalyst/UTF8.pod +++ b/lib/Catalyst/UTF8.pod @@ -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 uses when dealing with UTF8 and encoding issues. You should also review the Changes file, L and L 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. diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index fe9da9c..66a22c4 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -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 + A number of projects in the wider ecosystem required minor updates to be able to work correctly. Here's the known list: