diff options
| author | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-23 04:35:25 +0000 |
| commit | d0c5a95389829a94a429717d0ae10c2872eb25ce (patch) | |
| tree | e9240d92a7f7470d3bd0a43621b2bf19cc64fe9c /fml/lib/FML/Config | |
| parent | 19aa62773b6f8eebf1d35c4458d9a89b7c1036a7 (diff) | |
| download | fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.gz fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.tar.bz2 fml8-d0c5a95389829a94a429717d0ae10c2872eb25ce.zip | |
fix comments: =head2 function(...) form
Diffstat (limited to 'fml/lib/FML/Config')
| -rw-r--r-- | fml/lib/FML/Config/Tiny.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Config/Tiny.pm b/fml/lib/FML/Config/Tiny.pm index 5b367707..b8434231 100644 --- a/fml/lib/FML/Config/Tiny.pm +++ b/fml/lib/FML/Config/Tiny.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: @template.pm,v 1.7 2003/01/01 02:06:22 fukachan Exp $ +# $FML: Tiny.pm,v 1.1 2003/03/11 06:17:11 fukachan Exp $ # package FML::Config::Tiny; @@ -22,7 +22,7 @@ FML::Config::Tiny - just read and return without variable expansion. =head1 METHODS -=head2 C<new()> +=head2 new() constructor. |
