Explorar el Código

Better version require, cpantesters has crazy in it

George S. Baugh hace 4 años
padre
commit
a02560c463
Se han modificado 1 ficheros con 2 adiciones y 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/;