You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ge...@apache.org on 2005/04/15 01:22:18 UTC

svn commit: r161362 - perl/Apache-Test/trunk/lib/Apache/TestMM.pm

Author: geoff
Date: Thu Apr 14 16:22:16 2005
New Revision: 161362

URL: http://svn.apache.org/viewcvs?view=rev&rev=161362
Log:
remove documentation about TestMM::generate_script() not
needing an argument.  TestRun::generate_script() works that
way, but not TestMM::generate_script()

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestMM.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestMM.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/TestMM.pm?view=diff&r1=161361&r2=161362
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestMM.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestMM.pm Thu Apr 14 16:22:16 2005
@@ -244,7 +244,6 @@
 F<t/TEST> will include the contents of F<t/TEST.PL>, and special
 directives, including any configuration options passed via
 C<L<filter_args()|/C_filter_args_>> called from F<Makefile.PL>, special
-fixup code, etc. If no argument is passed to C<generate_script()>,
-it will create a file named F<t/TEST> by default.
+fixup code, etc.
 
 =cut