Skip to content

Instantly share code, notes, and snippets.

@jonasbn
Created July 31, 2014 14:26
Show Gist options
  • Save jonasbn/80367960aa95b7b38d1a to your computer and use it in GitHub Desktop.
Save jonasbn/80367960aa95b7b38d1a to your computer and use it in GitHub Desktop.
Test::Kwalitee tests
use strict;
use warnings;
BEGIN {
unless ( $ENV{RELEASE_TESTING} ) {
use Test::More;
plan( skip_all => 'these tests are for release candidate testing' );
}
}
use Test::Kwalitee;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment