#!/usr/bin/perl -w use strict; use Test::More tests => 1; BEGIN { use_ok( 'Compress::BraceExpansion' ); } #diag( "Testing Compress::BraceExpansion $Compress::BraceExpansion::VERSION" );