summaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
Diffstat (limited to 'pl')
-rw-r--r--pl/comment.pl2
-rw-r--r--pl/copyright.pl2
-rw-r--r--pl/editor.pl2
-rw-r--r--pl/fullname.pl2
-rw-r--r--pl/listedit.pl2
-rw-r--r--pl/logname.pl2
-rw-r--r--pl/makedir.pl4
-rw-r--r--pl/manifake.pl2
-rw-r--r--pl/newer.pl2
-rw-r--r--pl/package.pl2
-rw-r--r--pl/patseq.pl2
-rw-r--r--pl/profile.pl2
-rw-r--r--pl/rangeargs.pl2
-rw-r--r--pl/rcsargs.pl6
-rw-r--r--pl/snapshot.pl2
-rw-r--r--pl/tilde.pl2
-rw-r--r--pl/users.pl2
17 files changed, 20 insertions, 20 deletions
diff --git a/pl/comment.pl b/pl/comment.pl
index 8dc1c81..2059466 100644
--- a/pl/comment.pl
+++ b/pl/comment.pl
@@ -1,4 +1,4 @@
-;# $Id: comment.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/copyright.pl b/pl/copyright.pl
index c319497..5216048 100644
--- a/pl/copyright.pl
+++ b/pl/copyright.pl
@@ -1,4 +1,4 @@
-;# $Id: copyright.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/editor.pl b/pl/editor.pl
index 42acc7f..4c59cc4 100644
--- a/pl/editor.pl
+++ b/pl/editor.pl
@@ -1,4 +1,4 @@
-;# $Id: editor.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/fullname.pl b/pl/fullname.pl
index 5ca924f..3305d10 100644
--- a/pl/fullname.pl
+++ b/pl/fullname.pl
@@ -1,4 +1,4 @@
-;# $Id: fullname.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/listedit.pl b/pl/listedit.pl
index fca4a20..4eb5c81 100644
--- a/pl/listedit.pl
+++ b/pl/listedit.pl
@@ -1,4 +1,4 @@
-;# $Id: listedit.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/logname.pl b/pl/logname.pl
index 0f67e24..70e3a03 100644
--- a/pl/logname.pl
+++ b/pl/logname.pl
@@ -1,4 +1,4 @@
-;# $Id: logname.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/makedir.pl b/pl/makedir.pl
index a54dd47..37b9253 100644
--- a/pl/makedir.pl
+++ b/pl/makedir.pl
@@ -1,4 +1,4 @@
-;# $Id: makedir.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
@@ -22,7 +22,7 @@ sub makedir {
local($dir) = $_;
if (!-d && $_ ne '') {
# Make dirname first
- do makedir($_) if s|(.*)/.*|\1|;
+ &makedir($_) if s|(.*)/.*|\1|;
mkdir($dir, 0700) if ! -d $dir;
}
}
diff --git a/pl/manifake.pl b/pl/manifake.pl
index 8cbeff6..1096adf 100644
--- a/pl/manifake.pl
+++ b/pl/manifake.pl
@@ -1,4 +1,4 @@
-;# $Id: manifake.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/newer.pl b/pl/newer.pl
index 324e449..21839d2 100644
--- a/pl/newer.pl
+++ b/pl/newer.pl
@@ -1,4 +1,4 @@
-;# $Id: newer.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/package.pl b/pl/package.pl
index aafa182..ba52e1a 100644
--- a/pl/package.pl
+++ b/pl/package.pl
@@ -1,4 +1,4 @@
-;# $Id: package.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/patseq.pl b/pl/patseq.pl
index 242d85d..6647695 100644
--- a/pl/patseq.pl
+++ b/pl/patseq.pl
@@ -1,4 +1,4 @@
-;# $Id: patseq.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/profile.pl b/pl/profile.pl
index 96bd6f6..5a588ff 100644
--- a/pl/profile.pl
+++ b/pl/profile.pl
@@ -1,4 +1,4 @@
-;# $Id: profile.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/rangeargs.pl b/pl/rangeargs.pl
index 33b3cdc..9212f84 100644
--- a/pl/rangeargs.pl
+++ b/pl/rangeargs.pl
@@ -1,4 +1,4 @@
-;# $Id: rangeargs.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/rcsargs.pl b/pl/rcsargs.pl
index 58678e8..09a7cd9 100644
--- a/pl/rcsargs.pl
+++ b/pl/rcsargs.pl
@@ -1,4 +1,4 @@
-;# $Id: rcsargs.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
@@ -19,11 +19,11 @@ sub rcsargs {
while ($_ = shift(@_)) {
if ($_ =~ /^-/) {
$result .= $_ . ' ';
- } elsif ($#_ >= 0 && do equiv($_,$_[0])) {
+ } elsif ($#_ >= 0 && &equiv($_,$_[0])) {
$result .= $_ . ' ' . $_[0] . ' ';
shift(@_);
} else {
- $result .= $_ . ' ' . do other($_) . ' ';
+ $result .= $_ . ' ' . &other($_) . ' ';
}
}
$result;
diff --git a/pl/snapshot.pl b/pl/snapshot.pl
index 676f353..8eb40d9 100644
--- a/pl/snapshot.pl
+++ b/pl/snapshot.pl
@@ -1,4 +1,4 @@
-;# $Id: snapshot.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/tilde.pl b/pl/tilde.pl
index 5de9ab3..0890ffb 100644
--- a/pl/tilde.pl
+++ b/pl/tilde.pl
@@ -1,4 +1,4 @@
-;# $Id: tilde.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#
diff --git a/pl/users.pl b/pl/users.pl
index b0f2ca2..807e0dc 100644
--- a/pl/users.pl
+++ b/pl/users.pl
@@ -1,4 +1,4 @@
-;# $Id: users.pl 1 2006-08-24 12:32:52Z rmanfredi $
+;# $Id$
;#
;# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
;#