Result:
found more than 544 distributions - search limited to the first 2001 files matching your query
( run in 0.792 )
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
App-EvalServerAdvanced-REPL
view release on metacpan or search on metacpan
lib/App/EvalServerAdvanced/REPL.pm view on Meta::CPAN
package App::EvalServerAdvanced::REPL;
use strict;
use warnings;
use Data::Dumper;
use Term::ReadLine;
use IO::Async::Loop;
use IO::Async::Stream;
use Encode;
use utf8;
view all matches for this distribution
App-EvalServerAdvanced
view release on metacpan or search on metacpan
"App::EvalServerAdvanced::ConstantCalc" : "0",
"App::EvalServerAdvanced::Protocol" : "0",
"B::Deparse" : "0",
"BSD::Resource" : "0",
"Carp" : "0",
"Data::Dumper" : "0",
"Exporter" : "0",
"Fcntl" : "0",
"File::Copy::Recursive" : "0",
"File::ShareDir" : "0",
"Function::Parameters" : "0",
view all matches for this distribution( run in 0.792 second using v1.01-cache-2.11-cpan-39bf76dae61 )