File: 95-portability-files.t

package info (click to toggle)
libautovivification-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 284 kB
  • ctags: 83
  • sloc: perl: 1,599; ansic: 181; makefile: 2
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();