summaryrefslogtreecommitdiff
path: root/fml/lib/File
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-17 03:13:47 +0000
committerfukachan <fukachan>2002-02-17 03:13:47 +0000
commit9413c6ebe8380f0deece09baaf3b742b8e5bc49b (patch)
treeb473560c1cdf845b806c2c0260a26d028328dfac /fml/lib/File
parentab2ef9ed7dcb834731c6a853c246fe5de6f8cc72 (diff)
downloadfml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.tar.gz
fml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.tar.bz2
fml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.zip
remove \s*$
Diffstat (limited to 'fml/lib/File')
-rw-r--r--fml/lib/File/Sequence.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/File/Sequence.pm b/fml/lib/File/Sequence.pm
index 703bc7d9..92d1ce20 100644
--- a/fml/lib/File/Sequence.pm
+++ b/fml/lib/File/Sequence.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: Sequence.pm,v 1.17 2002/01/27 08:28:11 fukachan Exp $
+# $FML: Sequence.pm,v 1.18 2002/02/01 12:03:58 fukachan Exp $
#
package File::Sequence;
@@ -198,7 +198,7 @@ To search max_id in hash key,
to search max_id among all keys,
- $self->search_max_id( {
+ $self->search_max_id( {
hash => \%hash_table,
full_search => 1,
});