From: Norbert Buchmuller Date: Fri, 2 Apr 2010 07:33:38 +0000 (+0000) Subject: Reverted the version number to 0.7. X-Git-Tag: v0.07~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-RequireSSL.git;a=commitdiff_plain;h=9caebfc0158d3d7d02d94feb0b4a807d3f19ea83 Reverted the version number to 0.7. Thanks rafl for showing me the trick of '*-0.7-TRIAL.tar.gz' and insisting on it. :-) --- diff --git a/Changes b/Changes index 80907e3..6766675 100644 --- 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) diff --git a/lib/Catalyst/Plugin/RequireSSL.pm b/lib/Catalyst/Plugin/RequireSSL.pm index 0a6b896..8ba4e0f 100644 --- a/lib/Catalyst/Plugin/RequireSSL.pm +++ b/lib/Catalyst/Plugin/RequireSSL.pm @@ -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/ );