Ver Fonte

install note

George S. Baugh há 5 anos atrás
pai
commit
b187377729
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 1 0
      MANIFEST.SKIP
  2. 5 0
      lib/Playwright.pm

+ 1 - 0
MANIFEST.SKIP

@@ -4,6 +4,7 @@ cover_db/*
 weaver.ini
 .git/*
 video/*
+at/*
 test.jpg
 test2.jpg
 package-lock.json

+ 5 - 0
lib/Playwright.pm

@@ -98,6 +98,11 @@ You will then need to wait on the result of the backgrounded action with the awa
     my $result = $handle->await( $async );
     my $logged = $result->text();
 
+=head1 INSTALLATION NOTE
+
+If you install this module from CPAN, you will likely encounter a croak() telling you to install node module dependencies.
+Follow the instructions and things should be just fine.
+
 =head1 CONSTRUCTOR
 
 =head2 new(HASH) = (Playwright)