add a test for makeArrayTabSafe and add comments to WebGUI::Utility

This commit is contained in:
Colin Kuskie 2007-11-16 05:16:44 +00:00
parent b07956fa06
commit d566d0db8c
2 changed files with 13 additions and 2 deletions

View file

@ -225,7 +225,8 @@ Searches through an array looking for tabs and replaces them with four spaces. A
=head3 array
A reference to the array to look through.
A reference to the array to look through. The array itself is modified, rather than
returning useful data.
=cut