Alien-OTR
view release on metacpan or search on metacpan
"dist_version" => "4.1.1.0",
"license" => "perl",
"module_name" => "Alien::OTR",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"Alien::Base" => "0.002",
"Alien::GCrypt" => 0,
"Alien::GPG::Error" => 0,
"File::ShareDir" => "1.03",
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"script_files" => [],
"test_requires" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0,
"perl" => "5.006"
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Alien::Base" : "0.002",
"Alien::GCrypt" : "0",
"Alien::GPG::Error" : "0",
"File::ShareDir" : "1.03",
"parent" : "0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Alien-OTR
requires:
Alien::Base: '0.002'
Alien::GCrypt: '0'
Alien::GPG::Error: '0'
File::ShareDir: '1.03'
parent: '0'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/ajgb/alien-otr/issues
homepage: https://metacpan.org/release/Alien-OTR
repository: git://github.com/ajgb/alien-otr.git
version: 4.1.1.0
x_Dist_Zilla:
perl:
version: '5.018002'
lib/Alien/OTR.pm view on Meta::CPAN
# ABSTRACT: Install and make available libotr v4 library
use strict;
use warnings;
package Alien::OTR;
our $AUTHORITY = 'cpan:AJGB';
$Alien::OTR::VERSION = '4.1.1.0';
use Alien::GCrypt;
use Alien::GPG::Error;
use parent 'Alien::Base';
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
( run in 0.520 second using v1.01-cache-2.11-cpan-4d50c553e7e )