summaryrefslogtreecommitdiff
path: root/t/urn-oid.t
diff options
context:
space:
mode:
Diffstat (limited to 't/urn-oid.t')
-rw-r--r--t/urn-oid.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/urn-oid.t b/t/urn-oid.t
index 88e60ac..105f3a1 100644
--- a/t/urn-oid.t
+++ b/t/urn-oid.t
@@ -1,8 +1,10 @@
#!perl -w
+use strict;
+use warnings;
+
print "1..4\n";
-use strict;
use URI;
my $u = URI->new("urn:oid");