12345678910 #!/usr/bin/env perl use Test::More tests => 1; BEGIN { use_ok( 'Mojolicious::Plugin::QuickPg' ) || print "Bail out!";} diag( "Testing Mojolicious::Plugin::QuickPg $Mojolicious::Plugin::QuickPg::VERSION, Perl $], $^X" );
#!/usr/bin/env perl
use
Test::More
tests
=> 1;
BEGIN {
use_ok(
'Mojolicious::Plugin::QuickPg'
) ||
print
"Bail out!
";
}
diag(
"Testing Mojolicious::Plugin::QuickPg $Mojolicious::Plugin::QuickPg::VERSION, Perl $], $^X"
);