Alien-Selenium
    
    
  
  
  
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,
    
  
  
  
( run in 0.342 second using v1.01-cache-2.11-cpan-a1d94b6210f )