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