Parcourir la source

remove exporter

George S. Baugh il y a 5 ans
Parent
commit
6153bbd25b
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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();