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 )
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(
"<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);