diff options
| author | fukachan <fukachan> | 2001-04-08 13:25:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-08 13:25:37 +0000 |
| commit | 8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b (patch) | |
| tree | 9aa050978d390c12041f552728600e1cfbd941c6 /fml/lib/File | |
| parent | 011b9510e51ea389595001cf01c86dcf9bffe6a8 (diff) | |
| download | fml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.tar.gz fml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.tar.bz2 fml8-8ff4b4e616c1f63ec678fbc3f8a5853a176a3b9b.zip | |
relocate error() et. al. definitions for each module to have each
handlers within under the hierarchy.
Diffstat (limited to 'fml/lib/File')
| -rw-r--r-- | fml/lib/File/Sequence.pm | 4 | ||||
| -rw-r--r-- | fml/lib/File/SimpleLock.pm | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/File/Sequence.pm b/fml/lib/File/Sequence.pm index b8e59a9e..e42a3801 100644 --- a/fml/lib/File/Sequence.pm +++ b/fml/lib/File/Sequence.pm @@ -5,14 +5,14 @@ # redistribute it and/or modify it under the same terms as Perl itself. # # $Id$ -# $FML$ +# $FML: Sequence.pm,v 1.6 2001/04/03 09:31:27 fukachan Exp $ # package File::Sequence; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK); use Carp; -use ErrorMessages::Status qw(error_set error error_clear); +use ErrorStatus qw(error_set error error_clear); =head1 NAME diff --git a/fml/lib/File/SimpleLock.pm b/fml/lib/File/SimpleLock.pm index afc9cf54..4b546d2e 100644 --- a/fml/lib/File/SimpleLock.pm +++ b/fml/lib/File/SimpleLock.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000 Ken'ichi Fukamachi # # $Id$ -# $FML$ +# $FML: SimpleLock.pm,v 1.6 2001/04/03 09:31:27 fukachan Exp $ # package File::SimpleLock; @@ -11,7 +11,7 @@ package File::SimpleLock; use vars qw(%LockedFileHandle %FileIsLocked @ISA $Error); use strict; use Carp; -use ErrorMessages::Status qw(error_set error error_clear); +use ErrorStatus qw(error_set error error_clear); =head1 NAME @@ -137,7 +137,7 @@ sub _simple_funlock =head1 SEE ALSO L<FileHandle>, -L<ErrorMessages::Status>, +L<ErrorStatus>, =head1 AUTHOR |
