From fef379e5f473ed4f21f9dc5fa6c36bf46a6b9729 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Wed, 27 Oct 2004 12:13:43 +0000 Subject: [PATCH] Apache::MVC version fixed git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@273 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 3 +++ lib/Apache/MVC.pm | 4 ++-- lib/Maypole.pm | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index f3abdda..4ad40f2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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) diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index ec701d0..203e394 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -1,5 +1,7 @@ package Apache::MVC; +our $VERSION = '2.03'; + use strict; use warnings; @@ -17,8 +19,6 @@ if (APACHE2) { else { require Apache } require Apache::Request; -our $VERSION = "2.03"; - sub get_request { my ( $self, $r ) = @_; $self->{ar} = Apache::Request->new($r); diff --git a/lib/Maypole.pm b/lib/Maypole.pm index cfba49e..eed0c74 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -441,8 +441,8 @@ Simon Cozens, C =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 -- 2.39.2