Algorithm-Diff-JSON
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
use Config;
WriteMakefile(
NAME => 'Algorithm::Diff::JSON',
META_MERGE => {
license => 'open_source',
resources => {
repository => 'https://github.com/DrHyde/perl-modules-Algorithm-Diff-JSON',
bugtracker => 'https://github.com/DrHyde/perl-modules-Algorithm-Diff-JSON/issues'
},
},
VERSION_FROM => 'lib/Algorithm/Diff/JSON.pm',
PREREQ_PM => {
'Algorithm::Diff' => 0,
'Cpanel::JSON::XS' => 0,
'Sub::Exporter' => 0,
'Test::Differences' => 0,
'Test::More' => 0.88, # done_testing
},
);
( run in 1.394 second using v1.01-cache-2.11-cpan-b50b6a40fd4 )