[Catalyst-commits] r7128 - trunk/Config-Any
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Tue Nov 13 18:10:57 GMT 2007
Author: bricas
Date: 2007-11-13 18:10:57 +0000 (Tue, 13 Nov 2007)
New Revision: 7128
Modified:
trunk/Config-Any/Changes
Log:
fix up changes a little
Modified: trunk/Config-Any/Changes
===================================================================
--- trunk/Config-Any/Changes 2007-11-13 16:22:35 UTC (rev 7127)
+++ trunk/Config-Any/Changes 2007-11-13 18:10:57 UTC (rev 7128)
@@ -3,12 +3,12 @@
0.09_01 Tue Nov 13 2007
- code and pod cleanups
- use_ext is now on by default
- - when use_ext is on, if a parser throws an error, we throw an error
+ - when use_ext is on, if a loader throws an error, we throw an error
- fix case where use_ext is defined and false, but was behaving like
use_ext => 1
- allow loaders to return multiple documents as an array
- - each plugin now has an is_supported() which helps us figure out if
- the right modules are available
+ - each plugin now has an is_supported() method which helps us figure out
+ if the right modules are available
0.08 Thu Aug 23 2007
- pass config options to each parser
More information about the Catalyst-commits
mailing list