Result:
found more than 546 distributions - search limited to the first 2001 files matching your query
( run in 0.648 )
App-ElasticSearch-Utilities
view release on metacpan or search on metacpan
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Data::Dumper" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
view all matches for this distribution
App-Env-Login
view release on metacpan or search on metacpan
inc/Module/CPANfile.pm view on Meta::CPAN
CPAN::Meta->new($struct)->save($file, { version => $version });
}
sub _dump {
my $str = shift;
require Data::Dumper;
chomp(my $value = Data::Dumper->new([$str])->Terse(1)->Dump);
$value;
}
sub to_string {
my($self, $include_empty) = @_;
view all matches for this distribution
App-Environ-ClickHouse
view release on metacpan or search on metacpan
example/example.pl view on Meta::CPAN
use lib 'lib';
$ENV{APPCONF_DIRS} = 'example';
use App::Environ;
use App::Environ::ClickHouse;
use Data::Dumper;
App::Environ->send_event('initialize');
my $CH = App::Environ::ClickHouse->instance;
view all matches for this distribution
App-Environ
view release on metacpan or search on metacpan
examples/example.pl view on Meta::CPAN
use lib './examples/lib';
use FindBin;
use App::Environ;
use Data::Dumper;
BEGIN {
$ENV{APPCONF_DIRS} = "$FindBin::Bin/etc";
}
view all matches for this distribution
App-EvalServerAdvanced-ConstantCalc
view release on metacpan or search on metacpan
lib/App/EvalServerAdvanced/ConstantCalc.pm view on Meta::CPAN
# ABSTRACT: turns strings and constants into values
use v5.24;
use Moo;
use Function::Parameters;
use Data::Dumper;
has constants => (is => 'ro', default => sub {+{}});
has _parser => (is => 'ro', default => sub {App::EvalServerAdvanced::ConstantCalc::Parser->new(consts => $_[0])});
method get_value($key) {
view all matches for this distribution
App-EvalServerAdvanced-Protocol
view release on metacpan or search on metacpan
"blib" : "1.01"
}
},
"runtime" : {
"requires" : {
"Data::Dumper" : "0",
"Encode" : "0",
"Exporter" : "0",
"FindBin" : "0",
"Function::Parameters" : "0",
"Google::ProtocolBuffers::Dynamic" : "0",
view all matches for this distribution( run in 0.648 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )