diff options
| author | fukachan <fukachan> | 2003-10-15 01:03:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-10-15 01:03:27 +0000 |
| commit | 1b370892c9c5af0aabda61cd7ff1d6c15347b902 (patch) | |
| tree | b466798f77bf17af818809b01ecff765360cc7ec /fml/lib/Tie/JournaledFile.pm | |
| parent | c086a07a0e8e7e88e77e3a75d2174dac70bf1e12 (diff) | |
| download | fml8-1b370892c9c5af0aabda61cd7ff1d6c15347b902.tar.gz fml8-1b370892c9c5af0aabda61cd7ff1d6c15347b902.tar.bz2 fml8-1b370892c9c5af0aabda61cd7ff1d6c15347b902.zip | |
space cosmetics
Diffstat (limited to 'fml/lib/Tie/JournaledFile.pm')
| -rw-r--r-- | fml/lib/Tie/JournaledFile.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/Tie/JournaledFile.pm b/fml/lib/Tie/JournaledFile.pm index 5bc9475e..8690b919 100644 --- a/fml/lib/Tie/JournaledFile.pm +++ b/fml/lib/Tie/JournaledFile.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: JournaledFile.pm,v 1.28 2003/02/01 08:48:09 fukachan Exp $ +# $FML: JournaledFile.pm,v 1.29 2003/07/21 09:40:31 fukachan Exp $ # package Tie::JournaledFile; @@ -45,8 +45,8 @@ By default, FETCH() returns the first value with the key. It meas first match. use Tie::JournaledFile; - tie %db, 'Tie::JournaledFile', { - match_condition => "first", + tie %db, 'Tie::JournaledFile', { + match_condition => "first", file => 'cache.txt', }; print $db{ rudo }, "\n"; |
