Damian's Filter::Simple test uses FilterTest, not MyFilter.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 3 Sep 2001 12:39:11 +0000 (12:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
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]

similarity index 89%
rename from t/lib/MyFilter.pm
rename to t/lib/FilterTest.pm
index e74b10a..4e99772 100644 (file)
@@ -1,4 +1,4 @@
-package MyFilter;
+package FilterTest;
 
 BEGIN {
     chdir('t') if -d 't';