summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-13 09:02:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-13 09:02:05 +0000
commit0bf5423d74320816c45cb6728cc5a2f9e033afca (patch)
tree8155bc80f3780b83f2829772b71706c28f3483fe /t
parent835bc3f3709faed7fcdc19f9e1d8703aa21e0355 (diff)
downloadperl-0bf5423d74320816c45cb6728cc5a2f9e033afca.tar.gz
Upgrade to Test::Harness 2.27_04.
p4raw-id: //depot/perl@19195
Diffstat (limited to 't')
-rw-r--r--t/lib/sample-tests/switches2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/sample-tests/switches b/t/lib/sample-tests/switches
new file mode 100644
index 0000000000..8ce9c9a589
--- /dev/null
+++ b/t/lib/sample-tests/switches
@@ -0,0 +1,2 @@
+print "1..1\n";
+print $INC{'strict.pm'} ? "ok 1\n" : "not ok 1\n";