This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ParseXS - better support for duplicate ALIASes
[perl5.git] / dist / ExtUtils-ParseXS / t / 112-set_cond.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4 use Test::More qw(no_plan); # tests =>  7;
5 use ExtUtils::ParseXS::Utilities qw(
6     set_cond
7 );
8
9 pass("Passed all tests in $0");