summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-27 11:40:30 +0000
committerfukachan <fukachan>2001-11-27 11:40:30 +0000
commit886d8a97bcd3c3e85f5430f61ff60eac6a4967bc (patch)
treeb86f9431b60b83f2842560a8fc292d4606383b9e /fml/lib
parent94a35da35c55bc1de66d654dff8a8961540df764 (diff)
downloadfml8-886d8a97bcd3c3e85f5430f61ff60eac6a4967bc.tar.gz
fml8-886d8a97bcd3c3e85f5430f61ff60eac6a4967bc.tar.bz2
fml8-886d8a97bcd3c3e85f5430f61ff60eac6a4967bc.zip
nuke "#!/usr/local/bin/perl -w" in the head
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Process/Command.pm3
-rw-r--r--fml/lib/FML/Process/ConfViewer.pm3
-rw-r--r--fml/lib/FML/Process/Configure.pm3
-rw-r--r--fml/lib/FML/Process/Distribute.pm3
-rw-r--r--fml/lib/FML/Process/DocViewer.pm3
-rw-r--r--fml/lib/FML/Process/HTMLify.pm3
-rw-r--r--fml/lib/FML/Process/Scheduler.pm3
-rw-r--r--fml/lib/FML/Process/ThreadTrack.pm3
-rw-r--r--fml/lib/FML/Restriction/Base.pm3
-rw-r--r--fml/lib/FML/Restriction/CGI.pm3
10 files changed, 10 insertions, 20 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index e4e1790b..f10fe6a0 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.22 2001/11/25 03:13:50 fukachan Exp $
+# $FML: Command.pm,v 1.23 2001/11/25 07:53:57 fukachan Exp $
#
package FML::Process::Command;
diff --git a/fml/lib/FML/Process/ConfViewer.pm b/fml/lib/FML/Process/ConfViewer.pm
index cb37027d..cfd8f3f1 100644
--- a/fml/lib/FML/Process/ConfViewer.pm
+++ b/fml/lib/FML/Process/ConfViewer.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: ConfViewer.pm,v 1.2 2001/11/25 07:53:13 fukachan Exp $
+# $FML: ConfViewer.pm,v 1.3 2001/11/25 14:53:41 fukachan Exp $
#
package FML::Process::ConfViewer;
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm
index b29e1717..6b34a077 100644
--- a/fml/lib/FML/Process/Configure.pm
+++ b/fml/lib/FML/Process/Configure.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Configure.pm,v 1.30 2001/11/25 03:55:38 fukachan Exp $
+# $FML: Configure.pm,v 1.31 2001/11/25 05:13:22 fukachan Exp $
#
package FML::Process::Configure;
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index a19c8c86..c5361ac3 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.54 2001/11/25 07:53:57 fukachan Exp $
+# $FML: Distribute.pm,v 1.55 2001/11/26 09:12:37 fukachan Exp $
#
package FML::Process::Distribute;
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index ee112efe..9d39abd7 100644
--- a/fml/lib/FML/Process/DocViewer.pm
+++ b/fml/lib/FML/Process/DocViewer.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.6 2001/11/25 03:55:38 fukachan Exp $
+# $FML: DocViewer.pm,v 1.7 2001/11/25 07:53:57 fukachan Exp $
#
package FML::Process::DocViewer;
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm
index 854d3317..905f0539 100644
--- a/fml/lib/FML/Process/HTMLify.pm
+++ b/fml/lib/FML/Process/HTMLify.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000-2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: HTMLify.pm,v 1.3 2001/11/07 10:05:52 fukachan Exp $
+# $FML: HTMLify.pm,v 1.4 2001/11/17 04:01:54 fukachan Exp $
#
package FML::Process::HTMLify;
diff --git a/fml/lib/FML/Process/Scheduler.pm b/fml/lib/FML/Process/Scheduler.pm
index 74a65896..101f7f70 100644
--- a/fml/lib/FML/Process/Scheduler.pm
+++ b/fml/lib/FML/Process/Scheduler.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Scheduler.pm,v 1.7 2001/11/25 10:43:35 fukachan Exp $
+# $FML: Scheduler.pm,v 1.8 2001/11/25 14:53:41 fukachan Exp $
#
package FML::Process::Scheduler;
diff --git a/fml/lib/FML/Process/ThreadTrack.pm b/fml/lib/FML/Process/ThreadTrack.pm
index 13575bcd..aad2a3ae 100644
--- a/fml/lib/FML/Process/ThreadTrack.pm
+++ b/fml/lib/FML/Process/ThreadTrack.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2000-2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: ThreadTrack.pm,v 1.15 2001/11/19 08:49:30 fukachan Exp $
+# $FML: ThreadTrack.pm,v 1.16 2001/11/20 07:32:37 fukachan Exp $
#
package FML::Process::ThreadTrack;
diff --git a/fml/lib/FML/Restriction/Base.pm b/fml/lib/FML/Restriction/Base.pm
index d5da7fb9..22f3ea6a 100644
--- a/fml/lib/FML/Restriction/Base.pm
+++ b/fml/lib/FML/Restriction/Base.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: SafeBase.pm,v 1.1 2001/11/25 09:12:58 fukachan Exp $
+# $FML: Base.pm,v 1.1.1.1 2001/11/25 11:26:04 fukachan Exp $
#
package FML::Restriction::Base;
diff --git a/fml/lib/FML/Restriction/CGI.pm b/fml/lib/FML/Restriction/CGI.pm
index 859bdcd3..215f5c08 100644
--- a/fml/lib/FML/Restriction/CGI.pm
+++ b/fml/lib/FML/Restriction/CGI.pm
@@ -1,10 +1,9 @@
-#!/usr/local/bin/perl -w
#-*- perl -*-
#
# Copyright (C) 2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: SafeCGI.pm,v 1.1 2001/11/25 09:12:58 fukachan Exp $
+# $FML: CGI.pm,v 1.1.1.1 2001/11/25 11:26:04 fukachan Exp $
#
package FML::Restriction::CGI;