Revision history for Perl extension Maypole
+2.04 Tue Oct 27 14:00:00 2004
+ - Fixed Apache::MVC version (Randal Schwartz)
+
2.03 Tue Oct 26 13:00:00 2004
- increased version number of Apache::MVC
- fixed display_tables bug (Steve Simms)
package Apache::MVC;
+our $VERSION = '2.03';
+
use strict;
use warnings;
else { require Apache }
require Apache::Request;
-our $VERSION = "2.03";
-
sub get_request {
my ( $self, $r ) = @_;
$self->{ar} = Apache::Request->new($r);
=head1 THANKS TO
Danijel Milicevic, Dave Slack, Jesse Sheidlower, Jody Belka, Marcus Ramberg,
-Mickael Joanne, Simon Flack, Steve Simms, Veljko Vidovic and all the others
-who've helped.
+Mickael Joanne, Randal Schwartz, Simon Flack, Steve Simms, Veljko Vidovic
+and all the others who've helped.
=head1 LICENSE