Net-Hadoop-Oozie
view release on metacpan or search on metacpan
"Date::Parse" : "0",
"Exporter" : "0",
"Hash::Flatten" : "0",
"JSON::XS" : "0",
"LWP::Authen::Negotiate" : "0",
"LWP::UserAgent" : "0",
"Moo" : "0",
"Moo::Role" : "0",
"Net::Hadoop::YARN" : "0",
"Net::Hadoop::YARN::Roles::Common" : "0",
"Ref::Util" : "0",
"Regexp::Common" : "0",
"Scalar::Util" : "0",
"URI" : "0",
"XML::Simple" : "0",
"XML::Twig" : "0",
"constant" : "0",
"parent" : "0",
"perl" : "5.010",
"strict" : "0",
"warnings" : "0"
Date::Parse: '0'
Exporter: '0'
Hash::Flatten: '0'
JSON::XS: '0'
LWP::Authen::Negotiate: '0'
LWP::UserAgent: '0'
Moo: '0'
Moo::Role: '0'
Net::Hadoop::YARN: '0'
Net::Hadoop::YARN::Roles::Common: '0'
Ref::Util: '0'
Regexp::Common: '0'
Scalar::Util: '0'
URI: '0'
XML::Simple: '0'
XML::Twig: '0'
constant: '0'
parent: '0'
perl: '5.010'
strict: '0'
warnings: '0'
Makefile.PL view on Meta::CPAN
"Date::Parse" => 0,
"Exporter" => 0,
"Hash::Flatten" => 0,
"JSON::XS" => 0,
"LWP::Authen::Negotiate" => 0,
"LWP::UserAgent" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"Net::Hadoop::YARN" => 0,
"Net::Hadoop::YARN::Roles::Common" => 0,
"Ref::Util" => 0,
"Regexp::Common" => 0,
"Scalar::Util" => 0,
"URI" => 0,
"XML::Simple" => 0,
"XML::Twig" => 0,
"constant" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
Makefile.PL view on Meta::CPAN
"Hash::Flatten" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"JSON::XS" => 0,
"LWP::Authen::Negotiate" => 0,
"LWP::UserAgent" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"Net::Hadoop::YARN" => 0,
"Net::Hadoop::YARN::Roles::Common" => 0,
"Ref::Util" => 0,
"Regexp::Common" => 0,
"Scalar::Util" => 0,
"Test::CPAN::Meta" => 0,
"Test::More" => 0,
"URI" => 0,
"XML::Simple" => 0,
"XML::Twig" => 0,
"constant" => 0,
"parent" => 0,
"strict" => 0,
CHI = 0
Clone = 0
Constant::FromGlobal = 0
Date::Format = 0
Date::Parse = 0
Hash::Flatten = 0
JSON::XS = 0
LWP::UserAgent = 0
Moo = 0
Net::Hadoop::YARN = 0
Ref::Util = 0
Regexp::Common = 0
URI = 0
XML::Simple = 0
XML::Twig = 0
[Prereqs / Testing]
-phase = test
Test::CPAN::Meta = 0
[ExecDir]
lib/Net/Hadoop/Oozie.pm view on Meta::CPAN
$Net::Hadoop::Oozie::VERSION = '0.116';
use 5.010;
use strict;
use warnings;
use parent qw( Clone );
use URI;
use Carp qw( confess );
use Moo;
use Ref::Util qw(
is_arrayref
is_hashref
);
use Hash::Flatten qw( :all );
use Date::Parse qw( str2time );
use XML::Simple qw( xml_in );
use XML::Twig;
use Constant::FromGlobal DEBUG => { int => 1, default => 0, env => 1 };
t/00-report-prereqs.dd view on Meta::CPAN
'Date::Parse' => '0',
'Exporter' => '0',
'Hash::Flatten' => '0',
'JSON::XS' => '0',
'LWP::Authen::Negotiate' => '0',
'LWP::UserAgent' => '0',
'Moo' => '0',
'Moo::Role' => '0',
'Net::Hadoop::YARN' => '0',
'Net::Hadoop::YARN::Roles::Common' => '0',
'Ref::Util' => '0',
'Regexp::Common' => '0',
'Scalar::Util' => '0',
'URI' => '0',
'XML::Simple' => '0',
'XML::Twig' => '0',
'constant' => '0',
'parent' => '0',
'perl' => '5.010',
'strict' => '0',
'warnings' => '0'
( run in 0.317 second using v1.01-cache-2.11-cpan-a5abf4f5562 )