]> git.decadent.org.uk Git - maypole.git/commitdiff
I think this is 2.10
authorAaron Trevena <aaron.trevena@gmail.com>
Tue, 19 Jul 2005 09:02:14 +0000 (09:02 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Tue, 19 Jul 2005 09:02:14 +0000 (09:02 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@363 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole.pm
templates/factory/macros

diff --git a/Changes b/Changes
index b9b635ed757f9ea52dacc01b4f94f0c63fa6d505..030e9ffd46da0029754f90458543c5e67a1ff186 100644 (file)
--- 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 )
index 3fea662803af2e9867b6423f62791f0e9b46f129..7854caf42f02b4d297f70df6ea8be5f556b4afab 100644 (file)
@@ -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(
index 2af0a6ceb2eef18778330590fa3fcf3f2fc494d4..59d6c925358a9cfa57a27f981a21ed927ab4f339 100644 (file)
@@ -59,7 +59,7 @@ for some.
         "<td>";
         IF col == "url" AND item.url;
             '<a href="'; item.url; '"> '; item.url; '</a>';
-        ELSIF col == classmetadata.stringifycolumn;
+        ELSIF col == classmetadata.stringify_column;
             maybe_link_view(item);
         ELSE;
             accessor = item.accessor_name(col);