Преглед на файлове

Merge branch 'main' of github.com:teodesian/playwright-perl

George S. Baugh преди 5 години
родител
ревизия
f300075982
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lib/Playwright.pm

+ 2 - 2
lib/Playwright.pm

@@ -56,7 +56,7 @@ Checks and automatically installs a copy of the node dependencies in the local f
 
 
 Currently understands commands you can send to all the playwright classes defined in api.json (installed wherever your OS puts shared files for CPAN distributions).
 Currently understands commands you can send to all the playwright classes defined in api.json (installed wherever your OS puts shared files for CPAN distributions).
 
 
-See L<https://playwright.dev/versions> and drill down into your relevant version (run `npm list playwright` ) 
+See L<https://playwright.dev/versions> and drill down into your relevant version (run `npm list playwright` )
 for what the classes do, and their usage.
 for what the classes do, and their usage.
 
 
 All the classes mentioned there will correspond to a subclass of the Playwright namespace.  For example:
 All the classes mentioned there will correspond to a subclass of the Playwright namespace.  For example:
@@ -447,4 +447,4 @@ sub _start_server ( $port, $debug ) {
     exec( $node_bin, $server_bin, "-p", $port, $debug );
     exec( $node_bin, $server_bin, "-p", $port, $debug );
 }
 }
 
 
-1;
+1;