]> git.decadent.org.uk Git - maypole.git/commitdiff
Apache::MVC version fixed
authorSebastian Riedel <sri@labs.kraih.com>
Wed, 27 Oct 2004 12:13:43 +0000 (12:13 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Wed, 27 Oct 2004 12:13:43 +0000 (12:13 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@273 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Apache/MVC.pm
lib/Maypole.pm

diff --git a/Changes b/Changes
index f3abdda7cde1feb86a2287b0df49b662aef6d3d6..4ad40f2c0b3f1b7d411fbb022c2c843038c43172 100644 (file)
--- 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)
index ec701d0edd14dcdd6c73604fc843d03808548f77..203e39449af843943ab904dfb8609adc2afe88f8 100644 (file)
@@ -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);
index cfba49e6ee114feffb3bfd2cd80363a44f3f3181..eed0c74aa1a49ac89f23b8d089104ce61cdd42e3 100644 (file)
@@ -441,8 +441,8 @@ Simon Cozens, C<simon@cpan.org>
 =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