summaryrefslogtreecommitdiff
path: root/fml/lib/File
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-02-24 15:05:11 +0000
committerfukachan <fukachan>2001-02-24 15:05:11 +0000
commitaee17f4c0899cd60af2d2fb374bedf4578cc687b (patch)
tree28cd452a9d96819377f67e556d6e6333761fc3e3 /fml/lib/File
parent1dab78e6cea0eb908ac1c8b3ba68c536b1399d9e (diff)
downloadfml8-aee17f4c0899cd60af2d2fb374bedf4578cc687b.tar.gz
fml8-aee17f4c0899cd60af2d2fb374bedf4578cc687b.tar.bz2
fml8-aee17f4c0899cd60af2d2fb374bedf4578cc687b.zip
clean up documenets
Diffstat (limited to 'fml/lib/File')
-rw-r--r--fml/lib/File/Errors.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/fml/lib/File/Errors.pm b/fml/lib/File/Errors.pm
index bf8779e7..3846eb1e 100644
--- a/fml/lib/File/Errors.pm
+++ b/fml/lib/File/Errors.pm
@@ -38,6 +38,9 @@ When you use Something module,
$obj = new Something;
unless ($obj->error) { $obj->do_somting( ...); };
+=head1 DESCRIPTION
+
+utility functions to manipulate error messages.
=head1 METHODS