Explorar el Código

remove exporter

George S. Baugh hace 5 años
padre
commit
6153bbd25b
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      lib/Playwright.pm

+ 0 - 4
lib/Playwright.pm

@@ -5,10 +5,6 @@ use warnings;
 
 use sigtrap qw/die normal-signals/;
 
-require Exporter;
-our @ISA = qw(Exporter);
-our @EXPORT_OK = qw(await);
-
 use File::Basename();
 use Cwd();
 use LWP::UserAgent();