diff options
| author | fukachan <fukachan> | 2002-07-25 13:35:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-25 13:35:22 +0000 |
| commit | 51fa0922cc599e107861e0a19ad7f4f03f070e43 (patch) | |
| tree | d4ce01941123383dce877797c480826bc45c29ac /fml/lib/IO | |
| parent | d1e84c03570cc15e54c36855555580961fa2ff45 (diff) | |
| download | fml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.tar.gz fml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.tar.bz2 fml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.zip | |
disabled
Diffstat (limited to 'fml/lib/IO')
| -rwxr-xr-x | fml/lib/IO/t/replace.pl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fml/lib/IO/t/replace.pl b/fml/lib/IO/t/replace.pl index de5cc24f..7f65b1ad 100755 --- a/fml/lib/IO/t/replace.pl +++ b/fml/lib/IO/t/replace.pl @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001 Ken'ichi Fukamachi +# Copyright (C) 2001,2002 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: replace.pl,v 1.4 2001/08/19 16:12:25 fukachan Exp $ +# $FML: replace.pl,v 1.5 2002/04/01 23:41:15 fukachan Exp $ # use strict; @@ -17,6 +17,10 @@ my $map = "file:". $file; my $regexp = '^root'; my $value = '@root'; + +exit 0; + + ### MAIN ### print "${map}->replace() "; |
