Crypt-Random-Source

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

to learn to first fulfill all configure requires prerequisites listed in
META.yml or META.json -- or use a cpan client to install this distribution.

You can also silence this warning for future installations by setting the
PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
that until you fix your toolchain as described above.


Errors from configure prereqs:
EOW
        . do {
            require Data::Dumper; Data::Dumper->new([ \%errors ])->Indent(2)->Terse(1)->Sortkeys(1)->Dump;
        };

        sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
    }


    # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.011.
    use strict;
    use warnings;

    require Module::Build; Module::Build->VERSION(0.28);


    my %module_build_args = (
      "configure_requires" => {
        "ExtUtils::MakeMaker" => 0,
        "Module::Build::Tiny" => "0.034",
        "perl" => "5.008"
      },
      "dist_abstract" => "Get weak or strong random data from pluggable sources",
      "dist_author" => [
        "\x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) <nothingmuch\@woobling.org>"
      ],
      "dist_name" => "Crypt-Random-Source",
      "dist_version" => "0.14",
      "license" => "perl",
      "module_name" => "Crypt::Random::Source",
      "recursive_test_files" => 1,
      "requires" => {
        "Capture::Tiny" => "0.08",
        "Carp" => 0,
        "File::Spec" => 0,
        "IO::File" => "1.14",
        "IO::Handle" => 0,
        "Module::Find" => 0,
        "Module::Runtime" => 0,
        "Moo" => "1.002000",
        "Sub::Exporter" => 0,
        "Types::Standard" => 0,
        "namespace::clean" => "0.11",
        "perl" => "5.008",
        "strict" => 0,
        "warnings" => 0
      },
      "test_requires" => {
        "File::Spec" => 0,
        "IO::Select" => 0,
        "Module::Metadata" => 0,
        "Test::Fatal" => 0,
        "Test::More" => "0.88",
        "ok" => 0,
        "perl" => "5.008"
      }
    );


    my %fallback_build_requires = (
      "File::Spec" => 0,
      "IO::Select" => 0,
      "Module::Metadata" => 0,
      "Test::Fatal" => 0,
      "Test::More" => "0.88",
      "ok" => 0,
      "perl" => "5.008"
    );


    unless ( eval { Module::Build->VERSION(0.4004) } ) {
      delete $module_build_args{test_requires};
      $module_build_args{build_requires} = \%fallback_build_requires;
    }

    my $build = Module::Build->new(%module_build_args);


    $build->create_build_script;
}



( run in 0.742 second using v1.01-cache-2.11-cpan-54e63673c56 )