remove use of 'use base'
[catagits/Web-Simple.git] / lib / Web / Dispatch / HTTPMethods.pm
index c78c650..5a73e5e 100644 (file)
@@ -3,7 +3,7 @@ package Web::Dispatch::HTTPMethods;
 use strictures 1;
 use Web::Dispatch::Predicates qw(match_method);
 use Scalar::Util qw(blessed);
-use base qw(Exporter);
+use Exporter 'import';
 
 our @EXPORT = qw(GET HEAD POST PUT DELETE OPTIONS);