From: Aaron Trevena Date: Tue, 19 Jul 2005 09:02:14 +0000 (+0000) Subject: I think this is 2.10 X-Git-Tag: 2.10~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=d9b26d07eb7f8050825082c3422989460d2a3e0b I think this is 2.10 git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@363 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index b9b635e..030e9ff 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_pre5 Thu 14 Jul 2005 +2.10 Tue 19 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 ) diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 3fea662..7854caf 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_pre5'; +our $VERSION = '2.10'; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors( diff --git a/templates/factory/macros b/templates/factory/macros index 2af0a6c..59d6c92 100644 --- a/templates/factory/macros +++ b/templates/factory/macros @@ -59,7 +59,7 @@ for some. ""; IF col == "url" AND item.url; ' '; item.url; ''; - ELSIF col == classmetadata.stringifycolumn; + ELSIF col == classmetadata.stringify_column; maybe_link_view(item); ELSE; accessor = item.accessor_name(col);