stas 2003/01/21 22:59:42 Modified: src/docs/general/testing testing.pod Log: document the new under_construction skip shortcut Revision Changes Path 1.8 +10 -0 modperl-docs/src/docs/general/testing/testing.pod Index: testing.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- testing.pod 22 Jan 2003 06:54:50 -0000 1.7 +++ testing.pod 22 Jan 2003 06:59:42 -0000 1.8 @@ -1903,6 +1903,16 @@ plan tests => 2, have_threads; +=item * under_construction() + +this is just a shortcut to skip the test while printing: + + "skipped: this test is under construction"; + +For example: + + plan tests => 2, under_construction; + =item * have_lwp() Tests whether the Perl module LWP is installed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]