Revision history for Perl extension Maypole
+2.03 Tue Oct 26 13:00:00 2004
+ - increased version number of Apache::MVC
+
2.02 Mon Oct 25 13:00:00 2004
- Fixed charset in http header.
- replaced action links with forms in factory templates
else { require Apache }
require Apache::Request;
-our $VERSION = "0.4";
+our $VERSION = "2.03";
sub get_request {
my ( $self, $r ) = @_;
use Maypole::Config;
use Maypole::Constants;
-our $VERSION = '2.02';
+our $VERSION = '2.03';
__PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
__PACKAGE__->mk_accessors(