Playwright.pm 139 B

12345678910111213
  1. package Playwright;
  2. use strict;
  3. use warnings;
  4. no warnings 'experimental';
  5. use feature qw{signatures state};
  6. sub new (%options) {
  7. }
  8. 1;