summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/UnixGroup.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-24 09:00:53 +0000
committerfukachan <fukachan>2004-01-24 09:00:53 +0000
commit22441065efdc239bc5533152f7fc2a61623916c7 (patch)
treee5e7095ab3ddb5f8e9a621925265937d44a825c6 /fml/lib/IO/Adapter/UnixGroup.pm
parenta5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a (diff)
downloadfml8-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.pm10
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.