Skip to content

Commit 70076dd

Browse files
committed
Added minimum version test
1 parent 4eff5ca commit 70076dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

xt/minimum-version.t

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env perl
2+
3+
use Test::More;
4+
unless ( $ENV{RELEASE_TESTING} ) {
5+
plan( skip_all => "Author tests not required for installation" );
6+
}
7+
8+
use Test::MinimumVersion;
9+
all_minimum_version_ok('v5.10.0');

0 commit comments

Comments
 (0)