The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789 #!/usr/bin/perluse strict;use warnings;use Test::More tests => 1 + 1;use Test::NoWarnings;my $module = 'Git::Workflow::Pom';use_ok( $module );
#!/usr/bin/perl
use
strict;
warnings;
Test::More
tests
=> 1 + 1;
Test::NoWarnings;
my
$module
=
'Git::Workflow::Pom'
;
use_ok(
);