From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 #!/usr/bin/env perluse strict;use warnings;use Test::Class;use lib 't/lib';use Test::JavaScript::Writer::Var;Test::Class->runtests;
#!/usr/bin/env perl
use
strict;
warnings;
Test::Class;
lib
't/lib'
;
Test::JavaScript::Writer::Var;
Test::Class->runtests;