repo.or.cz
/
ExtUtils-XBuilder.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base compiler detection at example of gcc
[ExtUtils-XBuilder.git]
/
t
/
00-load.t
blob
fc5aaa6ea4e0899c57a245c9d1b10b482f1ddd1e
1
#!perl -T
2
3
use Test::More tests => 1;
4
5
BEGIN {
6
use_ok( 'ExtUtils::XBuilder' ) || print "Bail out!
7
";
8
}
9
10
diag( "Testing ExtUtils::XBuilder $ExtUtils::XBuilder::VERSION, Perl $], $^X" );