Reverted the version number to 0.7.
Norbert Buchmuller [Fri, 2 Apr 2010 07:33:38 +0000 (07:33 +0000)]
Thanks rafl for showing me the trick of '*-0.7-TRIAL.tar.gz'
and insisting on it. :-)

Changes
lib/Catalyst/Plugin/RequireSSL.pm

diff --git a/Changes b/Changes
index 80907e3..6766675 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::RequireSSL
 
-0.06999_01
+0.07   2010-04-02 07:28:00
        - Converted to use Module::Install instead of Module::Build.
         - Removed unused 'default' method from the app (triggered a deprecation warning).
         - Fix Perl Critic test for hard tabs (t0m)
index 0a6b896..8ba4e0f 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use base qw/Class::Accessor::Fast/;
 use MRO::Compat;
 
-our $VERSION = '0.06_01';
+our $VERSION = '0.07';
 
 __PACKAGE__->mk_accessors( qw/_require_ssl _allow_ssl _ssl_strip_output/ );