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
CommitLineData
e6de4093
JK
1#!/usr/bin/perl
2use strict;
3use warnings;
e6de4093 4use Test::More qw(no_plan); # tests => 7;
e6de4093
JK
5use ExtUtils::ParseXS::Utilities qw(
6 set_cond
7);
8
9pass("Passed all tests in $0");