X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;h=7c016ebc82060866b54466985f9ffc1242979f0e;hp=30112251cf2473d0fc1a7b03e0ee9265dfdc1d87;hb=15f2c20e85df52d515b73801a9af99ff4d6a3213;hpb=7a5d8104289f1781b0909e79c4e4ab51fa193104 diff --git a/lib/Apache/MVC.pm b/lib/Apache/MVC.pm index 3011225..7c016eb 100644 --- a/lib/Apache/MVC.pm +++ b/lib/Apache/MVC.pm @@ -17,7 +17,7 @@ if (APACHE2) { else { require Apache } require Apache::Request; -our $VERSION = "0.4"; +our $VERSION = "2.03"; sub get_request { my ( $self, $r ) = @_;