Skip to content

Commit 0d5960f

Browse files
haargoalders
authored andcommitted
import clone from Clone rather than inheriting
Clone is an Exporter. HTTP::Headers should not be an Exporter.
1 parent 6b89d6b commit 0d5960f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/HTTP/Headers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
our $VERSION = '6.44';
77

8-
use parent 'Clone';
8+
use Clone qw(clone);
99
use Carp ();
1010

1111
# The $TRANSLATE_UNDERSCORE variable controls whether '_' can be used

0 commit comments

Comments
 (0)