[Catalyst-commits] r9745 - Catalyst-Runtime/5.80/trunk/lib/Catalyst

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Sat Apr 18 23:03:04 GMT 2009


Author: hobbs
Date: 2009-04-19 00:03:03 +0100 (Sun, 19 Apr 2009)
New Revision: 9745

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
Log:
Fix a typo that slipped through the previous fix, and a confusing section name


Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-04-18 22:50:25 UTC (rev 9744)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Upgrading.pod	2009-04-18 23:03:03 UTC (rev 9745)
@@ -43,7 +43,7 @@
     use base qw/Component1 Component2/;
 
 And the Catalyst plugin most often causing this, is
-L<Catalyst::Plugin::Sesssion::Store::FastMmap> - if you are using this plugin
+L<Catalyst::Plugin::Session::Store::FastMmap> - if you are using this plugin
 and see issues, then please upgrade!
 
 This can, however, be found in your own application - the only solution is to
@@ -287,7 +287,7 @@
 adequately supports your use-case, please email the development list to
 discuss what API features you need so that you can be appropriately supported.
 
-=head2 Class naming to packages defined does not correspond.
+=head2 Class files with names that don't correspond to the packages they define
 
 In this version of Catalyst, if a component is loaded from disk, but no
 symbols are defined in that component's name space after it is loaded, this




More information about the Catalyst-commits mailing list