Hadoop-Inline-ClassLoader
view release on metacpan or search on metacpan
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Constant::FromGlobal" : "0",
"File::Basename" : "0",
"Inline" : "0",
"Inline::Java" : "0",
"Ref::Util" : "0",
"constant" : "0",
"perl" : "5.014",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Hadoop-Inline-ClassLoader
requires:
Carp: '0'
Constant::FromGlobal: '0'
File::Basename: '0'
Inline: '0'
Inline::Java: '0'
Ref::Util: '0'
constant: '0'
perl: '5.014'
strict: '0'
warnings: '0'
resources:
repository: git://github.com/burak/Hadoop-Inline-ClassLoader.git
version: '0.002'
x_generated_by_perl: v5.38.0
x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
Makefile.PL view on Meta::CPAN
"DISTNAME" => "Hadoop-Inline-ClassLoader",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.014",
"NAME" => "Hadoop::Inline::ClassLoader",
"PREREQ_PM" => {
"Carp" => 0,
"Constant::FromGlobal" => 0,
"File::Basename" => 0,
"Inline" => 0,
"Inline::Java" => 0,
"Ref::Util" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
Makefile.PL view on Meta::CPAN
my %FallbackPrereqs = (
"Carp" => 0,
"Constant::FromGlobal" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Inline" => 0,
"Inline::Java" => 0,
"Ref::Util" => 0,
"Test::More" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
lib/Hadoop/Inline/ClassLoader.pm view on Meta::CPAN
package Hadoop::Inline::ClassLoader;
use 5.014;
use strict;
use warnings;
our $VERSION = '0.002'; # VERSION
use Carp qw( croak );
use File::Basename qw( dirname );
use Ref::Util qw(
is_arrayref
is_hashref
);
use Constant::FromGlobal
DEBUG => {
default => 0,
env => 1,
int => 1,
},
t/00-report-prereqs.dd view on Meta::CPAN
'Test::Pod::Coverage' => '1.08'
}
},
'runtime' => {
'requires' => {
'Carp' => '0',
'Constant::FromGlobal' => '0',
'File::Basename' => '0',
'Inline' => '0',
'Inline::Java' => '0',
'Ref::Util' => '0',
'constant' => '0',
'perl' => '5.014',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
( run in 0.316 second using v1.01-cache-2.11-cpan-4d50c553e7e )