Skip to content

Commit 10a2e6a

Browse files
author
Gisle Aas
committed
Made %current_level visible outside this file.
1 parent 2d3c5cf commit 10a2e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/LWP/Debug.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/bin/perl -w
22
#
3-
# $Id: Debug.pm,v 1.8 1996/02/26 19:09:17 aas Exp $
3+
# $Id: Debug.pm,v 1.9 1996/02/26 20:14:25 aas Exp $
44
#
55
package LWP::Debug;
66

@@ -68,7 +68,7 @@ require Exporter;
6868
use Carp ();
6969

7070
my @levels = qw(trace debug conns);
71-
my %current_level = ();
71+
%current_level = ();
7272

7373

7474
sub level

0 commit comments

Comments
 (0)