File: 95-portability-files.t

package info (click to toggle)
libautovivification-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 352 kB
  • sloc: perl: 2,745; ansic: 265; 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();