From d7fd5b9d9c2a137d73f2c42751011503ec96dd37 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 4 Jul 2007 21:43:11 +0200 Subject: [PATCH] test-suite directory Anticipating more tests. Also clarifies (limited) testing scope by filename. --- MANIFEST | 2 +- test.pl => t/Functions.t | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.pl => t/Functions.t (100%) diff --git a/MANIFEST b/MANIFEST index 849bb72..a3ecb09 100644 --- a/MANIFEST +++ b/MANIFEST @@ -5,7 +5,6 @@ PLP.pm README plp.cgi plp.vim -test.pl PLP/FAQ.pod PLP/Fields.pm PLP/Functions.pm @@ -13,3 +12,4 @@ PLP/HowTo.pod PLP/Tie/Delay.pm PLP/Tie/Headers.pm PLP/Tie/Print.pm +t/Functions.t diff --git a/test.pl b/t/Functions.t similarity index 100% rename from test.pl rename to t/Functions.t -- 2.30.0