diff options
| author | fukachan <fukachan> | 2004-01-24 09:00:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-24 09:00:53 +0000 |
| commit | 22441065efdc239bc5533152f7fc2a61623916c7 (patch) | |
| tree | e5e7095ab3ddb5f8e9a621925265937d44a825c6 /fml/lib/IO/Adapter/UnixGroup.pm | |
| parent | a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a (diff) | |
| download | fml8-22441065efdc239bc5533152f7fc2a61623916c7.tar.gz fml8-22441065efdc239bc5533152f7fc2a61623916c7.tar.bz2 fml8-22441065efdc239bc5533152f7fc2a61623916c7.zip | |
fix comments.
Diffstat (limited to 'fml/lib/IO/Adapter/UnixGroup.pm')
| -rw-r--r-- | fml/lib/IO/Adapter/UnixGroup.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm index 4184e7ac..e5100833 100644 --- a/fml/lib/IO/Adapter/UnixGroup.pm +++ b/fml/lib/IO/Adapter/UnixGroup.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # 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.19 2003/08/23 04:35:44 fukachan Exp $ +# $FML: UnixGroup.pm,v 1.20 2003/08/23 15:33:16 fukachan Exp $ # package IO::Adapter::UnixGroup; @@ -51,14 +51,14 @@ Configure object for array IO operation. =cut -# Descriptions: initialize /etc/group specific configuration +# Descriptions: initialize /etc/group specific configuration. # Arguments: OBJ($self) HASH_REF($me) # Side Effects: none # Return Value: ARRAY_REF sub configure { my ($self, $me) = @_; - my ($type) = ref($self) || $self; + my ($type) = ref($self) || $self; # emulate an array on memory my (@x) = getgrnam( $me->{_name} ); @@ -81,7 +81,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
