Crypt-OpenSSL-CA
view release on metacpan or search on metacpan
inc/My/Module/Build.pm view on Meta::CPAN
160716081609161016111612161316141615161616171618161916201621162216231624162516261627# the "use" directives below - Still keeping refactoring in mind.
BEGIN {
*write_file
= \
&My::Module::Build::write_file
;
*read_file
= \
&My::Module::Build::read_file
; }
use
Test2::V0;
local
@ARGV
=
qw(--noinstall-everything)
;
my
$define_options
=
My::Tests::Below->pod_code_snippet(
"option-graph"
);
$define_options
=~ s/\.\.\.//g;
my
$builder
=
eval
$define_options
;
die
$@
if
$@;
isa_ok(
$builder
,
"Fake::Module::Build"
);
is(
scalar
keys
%My::Module::Build::declared_options
,
2,
"Number of declarations seen"
);
( run in 0.332 second using v1.01-cache-2.11-cpan-95122f20152 )