Reply
view release on metacpan or search on metacpan
"Config::INI::Reader::Ordered" : "0",
"Data::Dumper" : "0",
"Devel::LexAlias" : "0",
"Eval::Closure" : "0.11",
"Exporter" : "0",
"File::HomeDir" : "0",
"File::Spec" : "0",
"Getopt::Long" : "2.36",
"Module::Runtime" : "0",
"Package::Stash" : "0",
"PadWalker" : "0",
"Scalar::Util" : "0",
"Term::ANSIColor" : "0",
"Term::ReadLine" : "0",
"Time::HiRes" : "0",
"Try::Tiny" : "0",
"base" : "0",
"overload" : "0",
"strict" : "0",
"warnings" : "0"
}
Config::INI::Reader::Ordered: '0'
Data::Dumper: '0'
Devel::LexAlias: '0'
Eval::Closure: '0.11'
Exporter: '0'
File::HomeDir: '0'
File::Spec: '0'
Getopt::Long: '2.36'
Module::Runtime: '0'
Package::Stash: '0'
PadWalker: '0'
Scalar::Util: '0'
Term::ANSIColor: '0'
Term::ReadLine: '0'
Time::HiRes: '0'
Try::Tiny: '0'
base: '0'
overload: '0'
strict: '0'
warnings: '0'
resources:
Makefile.PL view on Meta::CPAN
"Config::INI::Reader::Ordered" => 0,
"Data::Dumper" => 0,
"Devel::LexAlias" => 0,
"Eval::Closure" => "0.11",
"Exporter" => 0,
"File::HomeDir" => 0,
"File::Spec" => 0,
"Getopt::Long" => "2.36",
"Module::Runtime" => 0,
"Package::Stash" => 0,
"PadWalker" => 0,
"Scalar::Util" => 0,
"Term::ANSIColor" => 0,
"Term::ReadLine" => 0,
"Time::HiRes" => 0,
"Try::Tiny" => 0,
"base" => 0,
"overload" => 0,
"strict" => 0,
"warnings" => 0
},
Makefile.PL view on Meta::CPAN
"Devel::LexAlias" => 0,
"Eval::Closure" => "0.11",
"Exporter" => 0,
"File::HomeDir" => 0,
"File::Spec" => 0,
"Getopt::Long" => "2.36",
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Runtime" => 0,
"Package::Stash" => 0,
"PadWalker" => 0,
"Scalar::Util" => 0,
"Term::ANSIColor" => 0,
"Term::ReadLine" => 0,
"Test::More" => "0.88",
"Time::HiRes" => 0,
"Try::Tiny" => 0,
"base" => 0,
"blib" => "1.01",
"overload" => 0,
"strict" => 0,
lib/Reply/Plugin/LexicalPersistence.pm view on Meta::CPAN
package Reply::Plugin::LexicalPersistence;
our $AUTHORITY = 'cpan:DOY';
$Reply::Plugin::LexicalPersistence::VERSION = '0.42';
use strict;
use warnings;
# ABSTRACT: persists lexical variables between lines
use base 'Reply::Plugin';
use PadWalker 'peek_sub', 'closed_over';
sub new {
my $class = shift;
my %opts = @_;
my $self = $class->SUPER::new(@_);
$self->{env} = {};
return $self;
( run in 0.850 second using v1.01-cache-2.11-cpan-05444aca049 )