X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FApache%2FMVC.pm;h=203e39449af843943ab904dfb8609adc2afe88f8;hb=fef379e5f473ed4f21f9dc5fa6c36bf46a6b9729;hp=ec701d0edd14dcdd6c73604fc843d03808548f77;hpb=84159627d91360d4ec4f02d0c0de5e7addd6c98f;p=maypole.git 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);