Google-ProtocolBuffers-Dynamic
view release on metacpan or search on metacpan
"dist_name" => "Google-ProtocolBuffers-Dynamic",
"dist_version" => "0.43",
"license" => "perl",
"module_name" => "Google::ProtocolBuffers::Dynamic",
"recursive_test_files" => 1,
"requires" => {
"autodie" => 0,
"perl" => "5.008"
},
"test_requires" => {
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::Warn" => 0
}
);
my %fallback_build_requires = (
"ExtUtils::ParseXS" => "2.30",
"ExtUtils::Typemaps::Default" => "1.05",
"Module::Build" => "0.28",
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::Warn" => 0
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
delete $module_build_args{test_requires};
$module_build_args{build_requires} = \%fallback_build_requires;
}
}
},
"runtime" : {
"requires" : {
"autodie" : "0",
"perl" : "5.008"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::Warn" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"homepage" : "https://github.com/mbarbon/google-protobuf-dynamic",
"repository" : {
"type" : "git",
---
abstract: 'fast and complete protocol buffer implementation'
author:
- 'Mattia Barbon <mattia@barbon.org>'
build_requires:
ExtUtils::ParseXS: '2.30'
ExtUtils::Typemaps::Default: '1.05'
Module::Build: '0.28'
Test::Differences: '0'
Test::Exception: '0'
Test::Warn: '0'
configure_requires:
Alien::ProtoBuf: '0.08'
Alien::uPB::Core: '0.20'
Module::Build: '0.28'
Module::Build::WithXSpp: '0.14'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
license: perl
Alien::uPB::Core=0.20
Alien::ProtoBuf=0.08
Module::Build::WithXSpp=0.14
[Prereqs / BuildRequires]
ExtUtils::Typemaps::Default=1.05
ExtUtils::ParseXS=2.30
[Prereqs / TestRequires]
; authordep Test::Pod = 1.43
Test::Warn = 0
Test::Exception = 0
Test::Differences = 0
[ModuleBuild]
mb_class = GPD::Build
[OurPkgVersion]
[PodWeaver]
[PodSyntaxTests]
[GithubMeta]
user = mbarbon
repo = google-protobuf-dynamic
t/lib/Test.pm view on Meta::CPAN
package t::lib::Test;
use strict;
use warnings;
use parent 'Test::Builder::Module';
use Test::More;
use Test::Differences;
use Test::Exception;
use Test::Warn;
use t::lib::DummyTiedScalar;
use t::lib::DummyTiedArray;
use t::lib::DummyTiedHash;
use Google::ProtocolBuffers::Dynamic;
use Config;
our @EXPORT = (
@Test::More::EXPORT,
@Test::Differences::EXPORT,
@Test::Exception::EXPORT,
@Test::Warn::EXPORT,
qw(
maybe_bigint
tie_scalar
tie_array
tied_array
tied_hash
tied_fetch_count
( run in 0.667 second using v1.01-cache-2.11-cpan-131fc08a04b )