projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
55a1c97
)
Damian's Filter::Simple test uses FilterTest, not MyFilter.
Jarkko Hietaniemi [Mon, 3 Sep 2001 12:39:11 +0000 (12:39 +0000)]
p4raw-id: //depot/perl@11843
t/lib/FilterTest.pm
[moved from
t/lib/MyFilter.pm
with 89% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/MyFilter.pm
b/t/lib/FilterTest.pm
similarity index 89%
rename from
t/lib/MyFilter.pm
rename to
t/lib/FilterTest.pm
index
e74b10a
..
4e99772
100644
(file)
--- a/
t/lib/MyFilter.pm
+++ b/
t/lib/FilterTest.pm
@@
-1,4
+1,4
@@
-package MyFilter;
+package FilterTest;
BEGIN {
chdir('t') if -d 't';