summaryrefslogtreecommitdiff
path: root/xt/release/portability.t
blob: bb53c7bf84abe32ea6819c76390199b3fdd075d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!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();