From 89c581d3ee5960c3f1271d38e7f053642466648d Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Tue, 5 Jul 2005 18:32:37 +0000 Subject: [PATCH] 2.10_pre1 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@347 48953598-375a-da11-a14b-00016c27c3ee --- MANIFEST | 1 + lib/Maypole.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 45978df..7c6a260 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,6 +28,7 @@ MANIFEST MANIFEST.SKIP META.yml Module meta-data (added by MakeMaker) README +AUTHORS t/01basics.t t/02pod.t t/03podcoverage.t diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 582a57b..49281f8 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -7,7 +7,7 @@ use Maypole::Config; use Maypole::Constants; use Maypole::Headers; -our $VERSION = '2.09'; +our $VERSION = '2.10_pre1'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( -- 2.39.2