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