summaryrefslogtreecommitdiff
path: root/mcon/pl/files.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/pl/files.pl')
-rw-r--r--mcon/pl/files.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/mcon/pl/files.pl b/mcon/pl/files.pl
index f669b7e..3962fa6 100644
--- a/mcon/pl/files.pl
+++ b/mcon/pl/files.pl
@@ -1,12 +1,12 @@
-;# $Id: files.pl,v 3.0.1.2 1994/10/29 16:35:48 ram Exp $
+;# $Id$
;#
-;# Copyright (c) 1991-1993, Raphael Manfredi
+;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
;# You may redistribute only under the terms of the Artistic Licence,
;# as specified in the README file that comes with the distribution.
;# You may reuse parts of this distribution only within the terms of
;# that same Artistic Licence; a copy of which may be found at the root
-;# of the source tree for dist 3.0.
+;# of the source tree for dist 4.0.
;#
;# $Log: files.pl,v $
;# Revision 3.0.1.2 1994/10/29 16:35:48 ram
@@ -102,8 +102,7 @@ EOF
# Remove ':' quotations in front of the lines
sub q {
local($_) = @_;
- local($*) = 1;
- s/^://g;
+ s/^://gm;
$_;
}