#!/usr/bin/perl use strict; use warnings; use Test::More qw(no_plan); # tests => 7; use ExtUtils::ParseXS::Utilities qw( set_cond ); pass("Passed all tests in $0");