File: 95-portability-files.t

package info (click to toggle)
libscope-upper-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 460 kB
  • sloc: perl: 5,592; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!perl -T

use strict;
use warnings;

use Test::More;

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