X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FApache%2FMVC.pm;h=7c016ebc82060866b54466985f9ffc1242979f0e;hb=15f2c20e85df52d515b73801a9af99ff4d6a3213;hp=30112251cf2473d0fc1a7b03e0ee9265dfdc1d87;hpb=95cf9d3a86c4282f68b1cdd535aee1ae9ac6d303;p=maypole.git 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 ) = @_;