Explorar o código

Better version require, cpantesters has crazy in it

George S. Baugh %!s(int64=4) %!d(string=hai) anos
pai
achega
a02560c463
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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/;