X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=048499037ed887127f539c7530ac89360e58bd13;hb=586c57d99badfbf772877206564f7041adb03ea9;hp=55fdc2413e2310e437144fc28b40e138fe120f9f;hpb=8c57b129c2c6419c9d339e3c6acca4c1628ca485;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 55fdc24..0484990 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -43,7 +43,7 @@ Most common is the case of: use base qw/Component1 Component2/; And the Catalyst plugin most often causing this, is -L - if you are using this plugin +L - 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 @@ should change to using the public API, or, if you do not feel the public API 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