The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 use strict;use warnings;use lib "../lib/", "t/", "lib/";use Test::More;BEGIN { use check_requirements; plan tests => 1; use_ok("Python::Decorator");};
use
strict;
warnings;
lib
"../lib/"
,
"t/"
"lib/"
;
Test::More;
BEGIN {
check_requirements;
plan
tests
=> 1;
use_ok(
"Python::Decorator"
);
};