From: Sebastian Riedel Date: Sun, 24 Oct 2004 12:55:00 +0000 (+0000) Subject: increased version number to 2.01 X-Git-Tag: 2.10~103 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=3c53e0b127e3f369a252bec0e4580567f6e85f2a increased version number to 2.01 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@259 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 9ecca64..7139045 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Maypole +2.01 Fri Oct 24 14:50:00 2004 + - documentation fix to make t/03podcoverage happy + 2.0 Fri Oct 22 20:00:00 2004 - added parse_args() (Simon Flack) - call additional_data() and authenticate() for plain templates diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 5fd048e..7c9a846 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -6,7 +6,7 @@ use warnings; use Maypole::Config; use Maypole::Constants; -our $VERSION = '2.0'; +our $VERSION = '2.01'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors(