projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a9a6431
)
New test welcome.
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:20:02 +0000 (
03:20
+0000)]
p4raw-id: //depot/perl@11907
lib/Test/Simple/t/simple.t
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/Test/Simple/t/simple.t
b/lib/Test/Simple/t/simple.t
new file mode 100644
(file)
index 0000000..
7f4f1f4
--- /dev/null
+++ b/
lib/Test/Simple/t/simple.t
@@ -0,0
+1,10
@@
+use strict;
+
+BEGIN { $| = 1; $^W = 1; }
+
+use Test::Simple tests => 3;
+
+ok(1, 'compile');
+
+ok(1);
+ok(1, 'foo');