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 250adb2 commit cbccabaCopy full SHA for cbccaba
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
2
3
+0.34 Wed Apr 16 2014
4
+ - Repackage without non-standard tarball headers.
5
+
6
0.33 Mon Jan 13 2014
7
- Fix config loading so that if passed a directory including
8
a . in the file name, then loading it as a directory works
lib/Catalyst/Plugin/ConfigLoader.pm
@@ -8,7 +8,7 @@ use MRO::Compat;
use Data::Visitor::Callback;
9
use Catalyst::Utils ();
10
11
-our $VERSION = '0.33';
+our $VERSION = '0.34';
12
13
=head1 NAME
14
0 commit comments