summaryrefslogtreecommitdiff
path: root/xt/release/portability.t
blob: e68185def420573016f280d26419f691fecb65f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!perl

use strict;
use warnings;

use Test::More;

eval 'use Test::Portability::Files';
plan skip_all => 'Test::Portability::Files required for testing portability'
    if $@;
run_tests();