浏览代码

Better version require, cpantesters has crazy in it

George S. Baugh 4 年之前
父节点
当前提交
a02560c463
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Playwright.pm

+ 2 - 1
lib/Playwright.pm

@@ -3,7 +3,8 @@ package Playwright;
 use strict;
 use warnings;
 
-use v5.28;
+use 5.006;
+use v5.28.0;    # Before 5.006, v5.10.0 would not be understood.
 
 use sigtrap qw/die normal-signals/;