From f30e7b2117f62252e2ebf408acfa4340837d6d1a Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Wed, 13 Jul 2005 14:12:18 +0000 Subject: [PATCH] 2.10_pre4 - final pre-release, honest git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@359 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 3 ++- lib/Maypole.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2597c9a..468ab1d 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ This file documents the revision history for Perl extension Maypole. For information about current developments and future releases, see: http://maypole.perl.org/?TheRoadmap -2.10_pre3 Tues 12 Jul 2005 +2.10_pre4 Wed 13 Jul 2005 Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 ) Small fix to templates/factory/frontpage ( http://rt.cpan.org/NoAuth/Bug.html?id=11236 ) MasonX support in Maypole::Application ( https://rt.cpan.org/NoAuth/Bug.html?id=12383 ) @@ -11,6 +11,7 @@ For information about current developments and future releases, see: Fix to setup_database in Maypole::Model::CDBI ( Bug #12384 ) Fix to plugin to allow Maypole::Plugin::Config::YAML to work Fix to Maypole::Model::CDBI order sub from list + Improvement to primary display column using CDBI Additional Requirements : Digest::MD5 diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 30384eb..f3978ab 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.10_pre3'; +our $VERSION = '2.10_pre4'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( -- 2.39.2