summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
Diffstat (limited to 'fml')
-rwxr-xr-xfml/doc/en/tutorial/.fix_charset.pl4
-rwxr-xr-xfml/doc/ja/tutorial/.fix_charset.pl4
-rwxr-xr-xfml/doc/ja/utils/bin/data2sgml.pl4
-rwxr-xr-xfml/doc/ja/utils/bin/fix_charset.pl4
-rwxr-xr-xfml/utils/bin/dir2url.pl4
-rwxr-xr-xfml/utils/bin/distdir2url.pl4
-rw-r--r--fml/utils/bin/gen_table.pl4
-rwxr-xr-xfml/utils/bin/html2sgml.pl4
-rwxr-xr-xfml/utils/bin/pm2txt.pl4
-rwxr-xr-xfml/utils/bin/show_hierarchy.pl4
-rwxr-xr-xfml/utils/bin/text2html.pl4
11 files changed, 22 insertions, 22 deletions
diff --git a/fml/doc/en/tutorial/.fix_charset.pl b/fml/doc/en/tutorial/.fix_charset.pl
index 664c5fb9..974639af 100755
--- a/fml/doc/en/tutorial/.fix_charset.pl
+++ b/fml/doc/en/tutorial/.fix_charset.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML$
+# $FML: .fix_charset.pl,v 1.1 2003/07/24 15:37:34 fukachan Exp $
# $jaFML: .fix_charset.pl,v 1.1 2001/04/23 17:15:52 fukachan Exp $
#
diff --git a/fml/doc/ja/tutorial/.fix_charset.pl b/fml/doc/ja/tutorial/.fix_charset.pl
index 53ffd882..fa779938 100755
--- a/fml/doc/ja/tutorial/.fix_charset.pl
+++ b/fml/doc/ja/tutorial/.fix_charset.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML$
+# $FML: .fix_charset.pl,v 1.1 2001/04/23 17:15:52 fukachan Exp $
#
use strict;
diff --git a/fml/doc/ja/utils/bin/data2sgml.pl b/fml/doc/ja/utils/bin/data2sgml.pl
index 3deaee7b..7b76a016 100755
--- a/fml/doc/ja/utils/bin/data2sgml.pl
+++ b/fml/doc/ja/utils/bin/data2sgml.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML: data2sgml.pl,v 1.1 2001/04/28 14:37:05 fukachan Exp $
+# $FML: data2sgml.pl,v 1.2 2002/04/01 23:41:08 fukachan Exp $
#
use strict;
diff --git a/fml/doc/ja/utils/bin/fix_charset.pl b/fml/doc/ja/utils/bin/fix_charset.pl
index 0a6853df..671361b2 100755
--- a/fml/doc/ja/utils/bin/fix_charset.pl
+++ b/fml/doc/ja/utils/bin/fix_charset.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML: .fix_charset.pl,v 1.1 2001/04/23 17:15:52 fukachan Exp $
+# $FML: fix_charset.pl,v 1.1.1.1 2001/04/28 09:31:43 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/dir2url.pl b/fml/utils/bin/dir2url.pl
index 49f3aef1..4fe2c43e 100755
--- a/fml/utils/bin/dir2url.pl
+++ b/fml/utils/bin/dir2url.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: dir2url.pl,v 1.2 2001/08/19 16:11:27 fukachan Exp $
+# $FML: dir2url.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/distdir2url.pl b/fml/utils/bin/distdir2url.pl
index 0947a70d..99b08c6f 100755
--- a/fml/utils/bin/distdir2url.pl
+++ b/fml/utils/bin/distdir2url.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: distdir2url.pl,v 1.2 2001/07/15 12:17:19 fukachan Exp $
+# $FML: distdir2url.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/gen_table.pl b/fml/utils/bin/gen_table.pl
index 52aabb3b..33dd010a 100644
--- a/fml/utils/bin/gen_table.pl
+++ b/fml/utils/bin/gen_table.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: gen_table.pl,v 1.1 2001/04/30 10:47:47 fukachan Exp $
+# $FML: gen_table.pl,v 1.2 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/html2sgml.pl b/fml/utils/bin/html2sgml.pl
index 94c06494..2e71f1ef 100755
--- a/fml/utils/bin/html2sgml.pl
+++ b/fml/utils/bin/html2sgml.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: html2sgml.pl,v 1.2 2001/05/01 13:45:53 fukachan Exp $
+# $FML: html2sgml.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/pm2txt.pl b/fml/utils/bin/pm2txt.pl
index 32f4a8c7..932f650a 100755
--- a/fml/utils/bin/pm2txt.pl
+++ b/fml/utils/bin/pm2txt.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: pm2txt.pl,v 1.2 2001/04/28 10:55:06 fukachan Exp $
+# $FML: pm2txt.pl,v 1.3 2002/04/01 23:41:23 fukachan Exp $
#
use strict;
diff --git a/fml/utils/bin/show_hierarchy.pl b/fml/utils/bin/show_hierarchy.pl
index 95ec9301..a26a323c 100755
--- a/fml/utils/bin/show_hierarchy.pl
+++ b/fml/utils/bin/show_hierarchy.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#
-# $FML: show_hierarchy.pl,v 1.2 2001/08/19 16:11:28 fukachan Exp $
+# $FML: show_hierarchy.pl,v 1.3 2002/04/01 23:41:24 fukachan Exp $
#
use lib qw(./lib/3RDPARTY ./lib/fml5 ./lib/CPAN ./lib);
diff --git a/fml/utils/bin/text2html.pl b/fml/utils/bin/text2html.pl
index 135b89cb..92b58449 100755
--- a/fml/utils/bin/text2html.pl
+++ b/fml/utils/bin/text2html.pl
@@ -1,11 +1,11 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
#-*- perl -*-
#
# Copyright (C) 2001 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: text2html.pl,v 1.2 2001/08/19 16:11:28 fukachan Exp $
+# $FML: text2html.pl,v 1.3 2002/04/01 23:41:24 fukachan Exp $
#
use strict;