summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/UnixGroup.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-24 07:40:55 +0000
committerfukachan <fukachan>2001-12-24 07:40:55 +0000
commit09daa35160a012328aef1fe60017dcc98c9f696b (patch)
treed216c1988fbf37534c20e3d9493fceb4fb423a59 /fml/lib/IO/Adapter/UnixGroup.pm
parent0b7a915175bb0130e9916bd764a62f9542f47cdf (diff)
downloadfml8-09daa35160a012328aef1fe60017dcc98c9f696b.tar.gz
fml8-09daa35160a012328aef1fe60017dcc98c9f696b.tar.bz2
fml8-09daa35160a012328aef1fe60017dcc98c9f696b.zip
update documents, comments
Diffstat (limited to 'fml/lib/IO/Adapter/UnixGroup.pm')
-rw-r--r--fml/lib/IO/Adapter/UnixGroup.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/fml/lib/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm
index b3a25300..13c2c4e1 100644
--- a/fml/lib/IO/Adapter/UnixGroup.pm
+++ b/fml/lib/IO/Adapter/UnixGroup.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: UnixGroup.pm,v 1.13 2001/05/30 14:35:11 fukachan Exp $
+# $FML: UnixGroup.pm,v 1.14 2001/12/22 09:21:13 fukachan Exp $
#
package IO::Adapter::UnixGroup;
@@ -38,6 +38,7 @@ IO::Adapter::UnixGroup - IO wrapper to read /etc/group
=head1 DESCRIPTION
See L<IO::Adapter::Array> for more details.
+It inherits C<IO::Adapter::Array> class.
C<CAUTION: this map is read only>.
@@ -50,6 +51,10 @@ Configure object for array IO operation.
=cut
+# Descriptions: initialize /etc/group specific configuration
+# Arguments: OBJ($self) HASH_REF($me)
+# Side Effects: none
+# Return Value: ARRAY_REF
sub configure
{
my ($self, $me) = @_;