Skip to content

Commit

Permalink
Recreate dzil-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Apr 8, 2019
1 parent 042b6b3 commit 0035c48
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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
Expand Down
58 changes: 58 additions & 0 deletions META.json
@@ -0,0 +1,58 @@
{
"abstract" : "Interface to the CommonMark C library",
"author" : [
"Nick Wellnhofer <wellnhofer@aevum.de>"
],
"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"
}

5 changes: 3 additions & 2 deletions META.yml
Expand Up @@ -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
Expand All @@ -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'
4 changes: 2 additions & 2 deletions 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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0035c48

Please sign in to comment.