diff options
| -rwxr-xr-x | fml/doc/en/tutorial/.fix_charset.pl | 4 | ||||
| -rwxr-xr-x | fml/doc/ja/tutorial/.fix_charset.pl | 4 | ||||
| -rwxr-xr-x | fml/doc/ja/utils/bin/data2sgml.pl | 4 | ||||
| -rwxr-xr-x | fml/doc/ja/utils/bin/fix_charset.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/dir2url.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/distdir2url.pl | 4 | ||||
| -rw-r--r-- | fml/utils/bin/gen_table.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/html2sgml.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/pm2txt.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/show_hierarchy.pl | 4 | ||||
| -rwxr-xr-x | fml/utils/bin/text2html.pl | 4 | ||||
| -rwxr-xr-x | regress/ISO2022JP/is_iso2022jp_string | 2 | ||||
| -rwxr-xr-x | regress/errormails/.fix_addr.pl | 4 | ||||
| -rwxr-xr-x | regress/header/message_id.pl | 4 | ||||
| -rwxr-xr-x | regress/header/subject_tag.pl | 4 | ||||
| -rwxr-xr-x | regress/message/bounce.pl | 4 | ||||
| -rwxr-xr-x | regress/message/dup_header.pl | 4 | ||||
| -rwxr-xr-x | regress/message/extrace_message_id.pl | 4 | ||||
| -rwxr-xr-x | regress/message/make.pl | 4 | ||||
| -rwxr-xr-x | regress/message/send.pl | 4 | ||||
| -rwxr-xr-x | regress/message/send2.pl | 4 | ||||
| -rwxr-xr-x | regress/simulation/.fmldoc.pl | 4 | ||||
| -rwxr-xr-x | regress/testmails/.fix_addr.pl | 4 |
23 files changed, 45 insertions, 45 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; diff --git a/regress/ISO2022JP/is_iso2022jp_string b/regress/ISO2022JP/is_iso2022jp_string index c58cc953..c4489273 100755 --- a/regress/ISO2022JP/is_iso2022jp_string +++ b/regress/ISO2022JP/is_iso2022jp_string @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl use Dialect::ISO2022JP qw(is_iso2022jp_string); diff --git a/regress/errormails/.fix_addr.pl b/regress/errormails/.fix_addr.pl index 9d19313d..88ded5ba 100755 --- a/regress/errormails/.fix_addr.pl +++ b/regress/errormails/.fix_addr.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: .fix_addr.pl,v 1.2 2001/04/10 14:34:54 fukachan Exp $ +# $FML: .fix_addr.pl,v 1.1 2001/04/12 14:44:22 fukachan Exp $ # use strict; diff --git a/regress/header/message_id.pl b/regress/header/message_id.pl index 59f31943..945ac634 100755 --- a/regress/header/message_id.pl +++ b/regress/header/message_id.pl @@ -1,6 +1,6 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl # -# $FML: message_id.pl,v 1.2 2001/04/15 13:28:46 fukachan Exp $ +# $FML: message_id.pl,v 1.3 2001/08/05 13:09:00 fukachan Exp $ # use strict; diff --git a/regress/header/subject_tag.pl b/regress/header/subject_tag.pl index 8035d3e5..e8e4634b 100755 --- a/regress/header/subject_tag.pl +++ b/regress/header/subject_tag.pl @@ -1,6 +1,6 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/env perl -w # -# $FML: subject_tag.pl,v 1.2 2001/01/23 09:03:31 fukachan Exp $ +# $FML: subject_tag.pl,v 1.3 2001/06/17 09:00:31 fukachan Exp $ # use lib qw(../../fml/lib); diff --git a/regress/message/bounce.pl b/regress/message/bounce.pl index 9c5971bf..7a97949a 100755 --- a/regress/message/bounce.pl +++ b/regress/message/bounce.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: bounce.pl,v 1.7 2001/05/05 06:21:12 fukachan Exp $ +# $FML: bounce.pl,v 1.8 2001/07/30 23:00:06 fukachan Exp $ # use strict; diff --git a/regress/message/dup_header.pl b/regress/message/dup_header.pl index 22c31a83..13804469 100755 --- a/regress/message/dup_header.pl +++ b/regress/message/dup_header.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: basic_io.pl,v 1.1.1.1 2001/04/07 12:47:01 fukachan Exp $ +# $FML: dup_header.pl,v 1.1 2001/04/08 05:10:44 fukachan Exp $ # use strict; diff --git a/regress/message/extrace_message_id.pl b/regress/message/extrace_message_id.pl index 0d72e8eb..5743b67d 100755 --- a/regress/message/extrace_message_id.pl +++ b/regress/message/extrace_message_id.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: basic_io.pl,v 1.4 2001/04/13 04:34:07 fukachan Exp $ +# $FML: extrace_message_id.pl,v 1.1 2001/04/23 17:32:45 fukachan Exp $ # use strict; diff --git a/regress/message/make.pl b/regress/message/make.pl index eca795f2..3b4d5113 100755 --- a/regress/message/make.pl +++ b/regress/message/make.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: send.pl,v 1.1 2001/05/05 13:50:59 fukachan Exp $ +# $FML: make.pl,v 1.1 2001/05/06 13:00:11 fukachan Exp $ # use strict; diff --git a/regress/message/send.pl b/regress/message/send.pl index 155b415b..174e283d 100755 --- a/regress/message/send.pl +++ b/regress/message/send.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: basic_io.pl,v 1.4 2001/04/13 04:34:07 fukachan Exp $ +# $FML: send.pl,v 1.1 2001/05/05 13:50:59 fukachan Exp $ # use strict; diff --git a/regress/message/send2.pl b/regress/message/send2.pl index b5890fda..1b29e2b0 100755 --- a/regress/message/send2.pl +++ b/regress/message/send2.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: send2.pl,v 1.3 2001/05/08 14:14:25 fukachan Exp $ +# $FML: send2.pl,v 1.4 2001/05/09 00:55:56 fukachan Exp $ # use strict; diff --git a/regress/simulation/.fmldoc.pl b/regress/simulation/.fmldoc.pl index 48552a86..5d1ddce7 100755 --- a/regress/simulation/.fmldoc.pl +++ b/regress/simulation/.fmldoc.pl @@ -1,10 +1,10 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl #-*- perl -*- # # Copyright (C) 2000 Ken'ichi Fukamachi # All rights reserved. # -# $FML$ +# $FML: .fmldoc.pl,v 1.2 2001/04/03 09:51:13 fukachan Exp $ # =head1 NAME diff --git a/regress/testmails/.fix_addr.pl b/regress/testmails/.fix_addr.pl index 23c5a116..7cdee049 100755 --- a/regress/testmails/.fix_addr.pl +++ b/regress/testmails/.fix_addr.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: .fix_addr.pl,v 1.1 2001/04/10 10:46:30 fukachan Exp $ +# $FML: .fix_addr.pl,v 1.2 2001/04/10 14:34:54 fukachan Exp $ # use strict; |
