Created
July 31, 2014 14:26
-
-
Save jonasbn/80367960aa95b7b38d1a to your computer and use it in GitHub Desktop.
Test::Kwalitee tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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