App-Zapzi
view release on metacpan or search on metacpan
"IO::Interactive" : "0",
"Module::Find" : "0.11",
"Moo" : "1.003000",
"Moo::Role" : "0",
"Path::Tiny" : "0",
"Pod::Find" : "0",
"Pod::Html" : "0",
"SQL::Translator" : "0",
"Term::Prompt" : "1.04",
"Text::Markdown" : "0",
"Try::Tiny" : "0",
"base" : "0",
"perl" : "5.01301",
"strict" : "0",
"utf8" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Spec" : "0",
IO::Interactive: '0'
Module::Find: '0.11'
Moo: '1.003000'
Moo::Role: '0'
Path::Tiny: '0'
Pod::Find: '0'
Pod::Html: '0'
SQL::Translator: '0'
Term::Prompt: '1.04'
Text::Markdown: '0'
Try::Tiny: '0'
base: '0'
perl: '5.01301'
strict: '0'
utf8: '0'
warnings: '0'
resources:
bugtracker: https://github.com/rupertl/app-zapzi/issues
homepage: https://metacpan.org/release/App-Zapzi
repository: git://github.com/rupertl/app-zapzi.git
version: '0.017'
Makefile.PL view on Meta::CPAN
"IO::Interactive" => 0,
"Module::Find" => "0.11",
"Moo" => "1.003000",
"Moo::Role" => 0,
"Path::Tiny" => 0,
"Pod::Find" => 0,
"Pod::Html" => 0,
"SQL::Translator" => 0,
"Term::Prompt" => "1.04",
"Text::Markdown" => 0,
"Try::Tiny" => 0,
"base" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::DBIx::Class::Schema" => 0,
Makefile.PL view on Meta::CPAN
"Path::Tiny" => 0,
"Pod::Find" => 0,
"Pod::Html" => 0,
"SQL::Translator" => 0,
"Term::Prompt" => "1.04",
"Test::DBIx::Class::Schema" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Test::Output" => 0,
"Text::Markdown" => 0,
"Try::Tiny" => 0,
"base" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
lib/App/Zapzi/Distributors/Email.pm view on Meta::CPAN
use App::Zapzi;
use Carp;
use Email::MIME 1.924;
use Email::Sender::Simple 1.300006 qw(sendmail);
use Email::Simple::Creator;
use Email::Simple;
use Path::Tiny;
use IO::All;
use Moo;
use Try::Tiny;
with 'App::Zapzi::Roles::Distributor';
sub name
{
return 'Email';
}
( run in 0.295 second using v1.01-cache-2.11-cpan-05444aca049 )