Version 0.34 0.34
Dagfinn Ilmari Mannsåker [Wed, 16 Apr 2014 14:36:40 +0000 (15:36 +0100)]
Repackage without non-standard tarball headers.

Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 33fb6e5..2463863 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+0.34  Wed Apr 16 2014
+   - Repackage without non-standard tarball headers.
+
 0.33  Mon Jan 13 2014
    - Fix config loading so that if passed a directory including
      a . in the file name, then loading it as a directory works
index 826af28..753b76f 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.33';
+our $VERSION = '0.34';
 
 =head1 NAME