This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A typemap is a file, not a directory.
[perl5.git] / dist / ExtUtils-ParseXS / t / 112-set_cond.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4 use Carp;
5 use Cwd;
6 use File::Spec;
7 use File::Temp qw( tempdir );
8 use Test::More qw(no_plan); # tests =>  7;
9 use lib qw( lib );
10 use ExtUtils::ParseXS::Utilities qw(
11     set_cond
12 );
13
14 pass("Passed all tests in $0");