From: Mischa POSLAWSKY Date: Wed, 4 Jul 2007 19:43:11 +0000 (+0200) Subject: test-suite directory X-Git-Tag: 3.20~34 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/d7fd5b9d9c2a137d73f2c42751011503ec96dd37 test-suite directory Anticipating more tests. Also clarifies (limited) testing scope by filename. --- 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