Text-SimpleVcard

 view release on metacpan or  search on metacpan

t/00-load.t  view on Meta::CPAN

#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'Text::SimpleVcard' );
}

diag( "Testing Text::SimpleVcard $Text::SimpleVcard::VERSION, Perl $], $^X" );



( run in 1.052 second using v1.01-cache-2.11-cpan-5fbc6bb55f2 )