[ttssh2-commit] [9782] 要求する Perl のバージョンを下げた

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 3月 4日 (金) 23:02:22 JST


Revision: 9782
          https://osdn.net/projects/ttssh2/scm/svn/commits/9782
Author:   nmaya
Date:     2022-03-04 23:02:22 +0900 (Fri, 04 Mar 2022)
Log Message:
-----------
要求する Perl のバージョンを下げた

このスクリプトは use utf8 が通る 5.8 以上なら動きそう

Modified Paths:
--------------
    trunk/doc/2sjis.pl
    trunk/doc/htmlhelp_index_make.pl

-------------- next part --------------
Modified: trunk/doc/2sjis.pl
===================================================================
--- trunk/doc/2sjis.pl	2022-03-03 03:44:36 UTC (rev 9781)
+++ trunk/doc/2sjis.pl	2022-03-04 14:02:22 UTC (rev 9782)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-require 5.24.0;
+require 5.8.0;
 use strict;
 use warnings;
 use Encode;

Modified: trunk/doc/htmlhelp_index_make.pl
===================================================================
--- trunk/doc/htmlhelp_index_make.pl	2022-03-03 03:44:36 UTC (rev 9781)
+++ trunk/doc/htmlhelp_index_make.pl	2022-03-04 14:02:22 UTC (rev 9782)
@@ -7,7 +7,7 @@
 #  perl htmlhelp_index_make.pl ja html > ja\Index.hhk
 #
 
-require 5.24.0;
+require 5.8.0;
 use strict;
 use warnings;
 use utf8;


ttssh2-commit メーリングリストの案内
Back to archive index