The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/perl
use strict;
use Test::More tests => 1 + 1;
my $module = 'Git::Workflow::Pom';
use_ok( $module );