Skip to content

Commit

Permalink
use base qw(Exporter) instead, see http://rt.cpan.org/Public/Bug/Disp…
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 23, 2009
1 parent a1c8969 commit 565c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HTTP/Parser/XS.pm
Expand Up @@ -3,7 +3,7 @@ package HTTP::Parser::XS;
use strict;
use warnings;

use Exporter qw(import);
use base qw(Exporter);

our %EXPORT_TAGS = (
'all' => [ qw/parse_http_request/ ],
Expand Down

0 comments on commit 565c932

Please sign in to comment.