]> git.decadent.org.uk Git - maypole.git/commitdiff
increased version number to 2.01
authorSebastian Riedel <sri@labs.kraih.com>
Sun, 24 Oct 2004 12:55:00 +0000 (12:55 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Sun, 24 Oct 2004 12:55:00 +0000 (12:55 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@259 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole.pm

diff --git a/Changes b/Changes
index 9ecca6437953d1722c8688450ebc2722d9d17cb9..71390457fdf9d15e0656ed2b155d6b71a78a309e 100644 (file)
--- 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
index 5fd048eb354f5b891cc5bd6d87edfffff9925998..7c9a8462eb7fb7237ef8713b0e7c34bcdbc88cf0 100644 (file)
@@ -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(