Browse Source

remove exporter

George S. Baugh 5 năm trước cách đây
mục cha
commit
6153bbd25b
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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();