Alien-Selenium
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
inc/My/Module/Build.pm view on Meta::CPAN
package main_screen; # Do not to pollute the namespace of "main" with
# 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 Test::More;
use Fatal qw(mkdir chdir);
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",
"construction of builder successful");
is(scalar keys %My::Module::Build::declared_options,
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.364 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )