# This is not working right(?). It's registering errors inside itself
# (Test::Perl::Critic), not in the tested module.

#!perl

if (!require Test::Perl::Critic) {
    Test::More::plan(
        skip_all => "Test::Perl::Critic required for testing PBP compliance"
    );
}

Test::Perl::Critic::all_critic_ok();
