summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-25 13:35:22 +0000
committerfukachan <fukachan>2002-07-25 13:35:22 +0000
commit51fa0922cc599e107861e0a19ad7f4f03f070e43 (patch)
treed4ce01941123383dce877797c480826bc45c29ac /fml/lib/IO
parentd1e84c03570cc15e54c36855555580961fa2ff45 (diff)
downloadfml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.tar.gz
fml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.tar.bz2
fml8-51fa0922cc599e107861e0a19ad7f4f03f070e43.zip
disabled
Diffstat (limited to 'fml/lib/IO')
-rwxr-xr-xfml/lib/IO/t/replace.pl8
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() ";