stas 01/11/19 19:52:01
Modified: perl-framework/Apache-Test/lib/Apache TestUtil.pm
Log:
- use a better explanation of exporting
Revision Changes Path
1.16 +8 -6
httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm
Index: TestUtil.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- TestUtil.pm 2001/11/20 03:32:12 1.15
+++ TestUtil.pm 2001/11/20 03:52:01 1.16
@@ -262,7 +262,7 @@
{1 => [2..3,{5..8}], 4 => [5..6]},
"hash of array of hashes");
-This function is automatically exported.
+This function is exported by default.
=item t_debug()
@@ -276,6 +276,8 @@
change (e.g. redirected into a file) your tests won't need to be
changed.
+This function is exported by default.
+
=item t_write_file()
t_write_file($filename, @lines);
@@ -287,7 +289,7 @@
The generated file will be automatically deleted at the end of the
program's execution.
-This function is automatically exported.
+This function is exported by default.
=item write_shell_script()
@@ -310,7 +312,7 @@
The generated file will be automatically deleted at the end of the
program's execution.
-This function is automatically exported.
+This function is exported by default.
=item t_mkdir()
@@ -325,7 +327,7 @@
The generated directory will be automatically deleted at the end of
the program's execution.
-This function is automatically exported.
+This function is exported by default.
=item t_rmtree()
@@ -333,7 +335,7 @@
t_rmtree() deletes the whole directories trees passed in I<@dirs>.
-This function is automatically exported.
+This function is exported by default.
=item t_is_equal()
@@ -352,7 +354,7 @@
If comparing non-scalars make sure to pass the references to the
datastructures.
-This function is automatically exported.
+This function is exported by default.
=back