summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-11 23:18:00 +0000
committerfukachan <fukachan>2002-09-11 23:18:00 +0000
commitca99f29a2fcbf713c643693a24e3fb9c65035380 (patch)
tree342518b76899f3ae0d00dce603c3dff6840e20e8 /fml/lib/IO
parent098335394326aebb81cfe800adaafbc213313577 (diff)
downloadfml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.gz
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.tar.bz2
fml8-ca99f29a2fcbf713c643693a24e3fb9c65035380.zip
fml5 -> fml8
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter.pm4
-rw-r--r--fml/lib/IO/Adapter/Array.pm4
-rw-r--r--fml/lib/IO/Adapter/AtomicFile.pm4
-rw-r--r--fml/lib/IO/Adapter/DBI.pm4
-rw-r--r--fml/lib/IO/Adapter/ErrorStatus.pm4
-rw-r--r--fml/lib/IO/Adapter/File.pm4
-rw-r--r--fml/lib/IO/Adapter/LDAP.pm4
-rw-r--r--fml/lib/IO/Adapter/MySQL.pm4
-rw-r--r--fml/lib/IO/Adapter/NIS.pm4
-rw-r--r--fml/lib/IO/Adapter/UnixGroup.pm4
10 files changed, 20 insertions, 20 deletions
diff --git a/fml/lib/IO/Adapter.pm b/fml/lib/IO/Adapter.pm
index d2be6aed..c9206589 100644
--- a/fml/lib/IO/Adapter.pm
+++ b/fml/lib/IO/Adapter.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: Adapter.pm,v 1.20 2002/07/24 11:05:49 fukachan Exp $
+# $FML: Adapter.pm,v 1.21 2002/08/21 14:28:47 fukachan Exp $
#
package IO::Adapter;
@@ -512,7 +512,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter appeared in fml5 mailing list driver package.
+IO::Adapter first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm
index 94583f10..5c669682 100644
--- a/fml/lib/IO/Adapter/Array.pm
+++ b/fml/lib/IO/Adapter/Array.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: Array.pm,v 1.23 2002/02/17 03:13:50 fukachan Exp $
+# $FML: Array.pm,v 1.24 2002/06/01 05:02:34 fukachan Exp $
#
package IO::Adapter::Array;
@@ -233,7 +233,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::Array appeared in fml5 mailing list driver package.
+IO::Adapter::Array first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/AtomicFile.pm b/fml/lib/IO/Adapter/AtomicFile.pm
index 539847e2..a786d169 100644
--- a/fml/lib/IO/Adapter/AtomicFile.pm
+++ b/fml/lib/IO/Adapter/AtomicFile.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: AtomicFile.pm,v 1.1 2002/07/25 11:34:02 fukachan Exp $
+# $FML: AtomicFile.pm,v 1.2 2002/08/21 14:27:21 fukachan Exp $
#
package IO::Adapter::AtomicFile;
@@ -303,7 +303,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::AtomicFile appeared in fml5 mailing list driver package.
+IO::Adapter::AtomicFile first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/DBI.pm b/fml/lib/IO/Adapter/DBI.pm
index 1b94e298..7589b336 100644
--- a/fml/lib/IO/Adapter/DBI.pm
+++ b/fml/lib/IO/Adapter/DBI.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DBI.pm,v 1.18 2002/07/24 13:01:40 fukachan Exp $
+# $FML: DBI.pm,v 1.19 2002/08/03 13:13:27 fukachan Exp $
#
package IO::Adapter::DBI;
@@ -393,7 +393,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::Array appeared in fml5 mailing list driver package.
+IO::Adapter::Array first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/ErrorStatus.pm b/fml/lib/IO/Adapter/ErrorStatus.pm
index 87451a1d..3851a301 100644
--- a/fml/lib/IO/Adapter/ErrorStatus.pm
+++ b/fml/lib/IO/Adapter/ErrorStatus.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$
+# $FML: ErrorStatus.pm,v 1.3 2002/06/01 03:29:09 fukachan Exp $
#
package IO::Adapter::ErrorStatus;
@@ -118,7 +118,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::ErrorStatus appeared in fml5 mailing list driver package.
+IO::Adapter::ErrorStatus first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm
index 1c6f98c3..978605d9 100644
--- a/fml/lib/IO/Adapter/File.pm
+++ b/fml/lib/IO/Adapter/File.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: File.pm,v 1.39 2002/08/21 14:31:05 fukachan Exp $
+# $FML: File.pm,v 1.40 2002/08/26 03:39:58 fukachan Exp $
#
package IO::Adapter::File;
@@ -524,7 +524,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::File appeared in fml5 mailing list driver package.
+IO::Adapter::File first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/LDAP.pm b/fml/lib/IO/Adapter/LDAP.pm
index aca67a00..4c59ad13 100644
--- a/fml/lib/IO/Adapter/LDAP.pm
+++ b/fml/lib/IO/Adapter/LDAP.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: LDAP.pm,v 1.10 2001/12/22 09:21:13 fukachan Exp $
+# $FML: LDAP.pm,v 1.11 2001/12/24 07:40:57 fukachan Exp $
#
package IO::Adapter::LDAP;
@@ -59,7 +59,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::LDAP appeared in fml5 mailing list driver package.
+IO::Adapter::LDAP first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/MySQL.pm b/fml/lib/IO/Adapter/MySQL.pm
index 51f9afcf..446c6fc1 100644
--- a/fml/lib/IO/Adapter/MySQL.pm
+++ b/fml/lib/IO/Adapter/MySQL.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: MySQL.pm,v 1.20 2002/02/01 12:03:59 fukachan Exp $
+# $FML: MySQL.pm,v 1.21 2002/07/23 13:06:36 fukachan Exp $
#
@@ -192,7 +192,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::File appeared in fml5 mailing list driver package.
+IO::Adapter::File first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/NIS.pm b/fml/lib/IO/Adapter/NIS.pm
index 2ba2acd8..3611f630 100644
--- a/fml/lib/IO/Adapter/NIS.pm
+++ b/fml/lib/IO/Adapter/NIS.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: NIS.pm,v 1.16 2001/12/22 09:21:13 fukachan Exp $
+# $FML: NIS.pm,v 1.17 2001/12/24 07:40:57 fukachan Exp $
#
package IO::Adapter::NIS;
@@ -85,7 +85,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::NIS appeared in fml5 mailing list driver package.
+IO::Adapter::NIS first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut
diff --git a/fml/lib/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm
index 13c2c4e1..919d6241 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.14 2001/12/22 09:21:13 fukachan Exp $
+# $FML: UnixGroup.pm,v 1.15 2001/12/24 07:40:57 fukachan Exp $
#
package IO::Adapter::UnixGroup;
@@ -84,7 +84,7 @@ redistribute it and/or modify it under the same terms as Perl itself.
=head1 HISTORY
-IO::Adapter::UnixGroup appeared in fml5 mailing list driver package.
+IO::Adapter::UnixGroup first appeared in fml8 mailing list driver package.
See C<http://www.fml.org/> for more details.
=cut