We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64443e1 commit 32c7af2Copy full SHA for 32c7af2
Changes
@@ -1,6 +1,6 @@
1
Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
2
3
-0.26 XXX
+0.26 Mon Aug 10 2009
4
- Fix test to not need "parent" (RT #48547)
5
- Do not localize %ENV, rather, remove potentially conflicting
6
k-v pairs (RT #48557)
lib/Catalyst/Plugin/ConfigLoader.pm
@@ -8,7 +8,7 @@ use MRO::Compat;
8
use Data::Visitor::Callback;
9
use Catalyst::Utils ();
10
11
-our $VERSION = '0.25';
+our $VERSION = '0.26';
12
13
=head1 NAME
14
0 commit comments