From 0035c4858bba1edbd2dedf06872910f3fc435a60 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 8 Apr 2019 11:34:00 +0200 Subject: [PATCH] Recreate dzil-generated files --- MANIFEST | 3 ++- META.json | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ META.yml | 5 +++-- Makefile.PL | 4 ++-- 4 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 META.json diff --git a/MANIFEST b/MANIFEST index 507ef5e..8375e57 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,9 +1,10 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.007. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. Changes CommonMark.xs INSTALL.SKIP LICENSE MANIFEST +META.json META.yml Makefile.PL README.pod diff --git a/META.json b/META.json new file mode 100644 index 0000000..0fa4efe --- /dev/null +++ b/META.json @@ -0,0 +1,58 @@ +{ + "abstract" : "Interface to the CommonMark C library", + "author" : [ + "Nick Wellnhofer " + ], + "dynamic_config" : 0, + "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "name" : "CommonMark", + "prereqs" : { + "configure" : { + "requires" : { + "Devel::CheckLib" : "0", + "ExtUtils::MakeMaker" : "0" + } + }, + "develop" : { + "requires" : { + "Test::Pod" : "1.41" + } + }, + "runtime" : { + "requires" : { + "perl" : "5.008" + } + }, + "test" : { + "recommends" : { + "Test::LeakTrace" : "0" + }, + "requires" : { + "Encode" : "0", + "Test::More" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "https://github.com/nwellnhof/perl-commonmark/issues" + }, + "repository" : { + "type" : "git", + "url" : "https://github.com/nwellnhof/perl-commonmark.git", + "web" : "https://github.com/nwellnhof/perl-commonmark" + } + }, + "version" : "0.280301", + "x_generated_by_perl" : "v5.26.2", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.06" +} + diff --git a/META.yml b/META.yml index f35f637..774450f 100644 --- a/META.yml +++ b/META.yml @@ -9,7 +9,7 @@ configure_requires: Devel::CheckLib: '0' ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,4 +21,5 @@ resources: bugtracker: https://github.com/nwellnhof/perl-commonmark/issues repository: https://github.com/nwellnhof/perl-commonmark.git version: '0.280301' -x_serialization_backend: 'YAML::Tiny version 1.70' +x_generated_by_perl: v5.26.2 +x_serialization_backend: 'YAML::Tiny version 1.73' diff --git a/Makefile.PL b/Makefile.PL index c7214a0..bd23d03 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # This Makefile.PL for CommonMark was generated by -# Dist::Zilla::Plugin::MakeMaker::Awesome 0.39. +# Dist::Zilla::Plugin::MakeMaker::Awesome 0.47. # Don't edit it but the dist.ini and plugins used to construct it. use strict; @@ -51,7 +51,7 @@ my %FallbackPrereqs = ( "Test::More" => 0 ); -unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { +unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;