diff options
| author | fukachan <fukachan> | 2006-11-12 14:39:14 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-11-12 14:39:14 +0000 |
| commit | 1023e1a91c643994366d0f474ae8d4f5b431dda5 (patch) | |
| tree | 548cdbff91bb1bc8ac0c7b56437b8784be541621 /fml/lib | |
| parent | 799a9c62c8cce48d0f5345879a7238ade5059305 (diff) | |
| download | fml8-1023e1a91c643994366d0f474ae8d4f5b431dda5.tar.gz fml8-1023e1a91c643994366d0f474ae8d4f5b431dda5.tar.bz2 fml8-1023e1a91c643994366d0f474ae8d4f5b431dda5.zip | |
fix comments
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/FML/Config/Tiny.pm | 9 | ||||
| -rw-r--r-- | fml/lib/FML/IPC/Message.pm | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/fml/lib/FML/Config/Tiny.pm b/fml/lib/FML/Config/Tiny.pm index 9fb725f6..200fa1b8 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: Tiny.pm,v 1.2 2003/08/23 04:35:34 fukachan Exp $ +# $FML: Tiny.pm,v 1.3 2005/05/26 10:20:05 fukachan Exp $ # package FML::Config::Tiny; @@ -18,8 +18,15 @@ FML::Config::Tiny - just read and return without variable expansion. =head1 SYNOPSIS +use FML::Config::Tiny; +my $tinyconfig = new FML::Config::Tiny; +$new_main_cf = $tinyconfig->read($default_main_cf); + =head1 DESCRIPTION +This class provides simplest function of configuration file parser. +It reads and returns config hash without variable expansion. + =head1 METHODS =head2 new() diff --git a/fml/lib/FML/IPC/Message.pm b/fml/lib/FML/IPC/Message.pm index 508a0dc9..784715d4 100644 --- a/fml/lib/FML/IPC/Message.pm +++ b/fml/lib/FML/IPC/Message.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: Message.pm,v 1.6 2004/07/23 12:57:17 fukachan Exp $ +# $FML: Message.pm,v 1.7 2004/07/23 15:59:07 fukachan Exp $ # package FML::IPC::Message; @@ -29,6 +29,8 @@ message queue library. =head2 new() +constructor. + =cut |
