summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-11-02 18:10:04 +0100
committergregor herrmann <gregoa@debian.org>2023-11-02 18:10:04 +0100
commit7fe902d9f87f1c398842b49efe7c53d93cb64fdd (patch)
tree74d10863af3a1fbf143c6f698c1489309b9638f4
parent6f8e6f025186f06521a8ea5eda3d2e13a1a7135e (diff)
New upstream version 3.400000
-rw-r--r--Changes5
-rw-r--r--LICENSE12
-rw-r--r--MANIFEST5
-rw-r--r--META.json351
-rw-r--r--META.yml313
-rw-r--r--Makefile.PL4
-rw-r--r--README4
-rwxr-xr-xbin/pod2markdown47
-rw-r--r--lib/Pod/Markdown.pm16
-rw-r--r--lib/Pod/Perldoc/ToMarkdown.pm4
-rw-r--r--t/00-report-prereqs.dd2
-rw-r--r--t/00-report-prereqs.t4
-rw-r--r--xt/author/distmeta.t (renamed from xt/release/distmeta.t)0
-rw-r--r--xt/author/pod-spell.t63
14 files changed, 493 insertions, 337 deletions
diff --git a/Changes b/Changes
index 2df48ae..fbde367 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension Pod-Markdown
+3.400 2023-10-29T18:55:47Z
+
+ - Add CLI options for local-module, man, and perldoc url prefixes.
+ Thanks josch! (gh-25)
+
3.300 2020-10-31T22:57:42Z
- Add escape_url option to allow disabling it (defaults to true).
diff --git a/LICENSE b/LICENSE
index c18c588..91d4e21 100644
--- a/LICENSE
+++ b/LICENSE
@@ -292,21 +292,21 @@ Definitions:
- "Package" refers to the collection of files distributed by the Copyright
Holder, and derivatives of that collection of files created through
- textual modification.
+ textual modification.
- "Standard Version" refers to such a Package if it has not been modified,
or has been modified in accordance with the wishes of the Copyright
- Holder.
+ Holder.
- "Copyright Holder" is whoever is named in the copyright or copyrights for
- the package.
+ the package.
- "You" is you, if you're thinking about copying or distributing this Package.
- "Reasonable copying fee" is whatever you can justify on the basis of media
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
- computing community at large as a market that must bear the fee.)
+ computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
- received it.
+ received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
The End
diff --git a/MANIFEST b/MANIFEST
index ff5eeb4..b3b2f57 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
Changes
LICENSE
MANIFEST
@@ -39,17 +39,18 @@ t/perldoc.t
t/pod2markdown.t
t/verbatim.t
xt/author/critic.t
+xt/author/distmeta.t
xt/author/eol.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-coverage.t
+xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/portability.t
xt/author/synopsis.t
xt/author/test-version.t
xt/release/cpan-changes.t
xt/release/dist-manifest.t
-xt/release/distmeta.t
xt/release/kwalitee.t
xt/release/meta-json.t
diff --git a/META.json b/META.json
index 0b71190..7a48d12 100644
--- a/META.json
+++ b/META.json
@@ -8,7 +8,7 @@
"Randy Stauner <rwstauner@cpan.org>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -50,6 +50,7 @@
},
"requires" : {
"Pod::Coverage::TrustPod" : "0",
+ "Pod::Wordlist" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::CPAN::Meta::JSON" : "0.16",
@@ -63,6 +64,7 @@
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Portability::Files" : "0",
+ "Test::Spelling" : "0.12",
"Test::Synopsis" : "0",
"Test::Version" : "1"
}
@@ -108,11 +110,11 @@
"provides" : {
"Pod::Markdown" : {
"file" : "lib/Pod/Markdown.pm",
- "version" : "3.300"
+ "version" : "3.400"
},
"Pod::Perldoc::ToMarkdown" : {
"file" : "lib/Pod/Perldoc/ToMarkdown.pm",
- "version" : "3.300"
+ "version" : "3.400"
}
},
"release_status" : "stable",
@@ -128,10 +130,10 @@
"web" : "https://github.com/rwstauner/Pod-Markdown"
}
},
- "version" : "3.300",
+ "version" : "3.400",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.028002"
+ "version" : "5.034000"
},
"plugins" : [
{
@@ -143,17 +145,17 @@
"version_regexp" : "(?^:^v(.+)$)"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"repo_root" : "."
}
},
"name" : "@Author::RWSTAUNER/Git::NextVersion",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::GenerateFile",
"name" : "@Author::RWSTAUNER/GenerateManifestSkip",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -171,37 +173,37 @@
}
},
"name" : "@Author::RWSTAUNER/GatherDir",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Author::RWSTAUNER/PruneCruft",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Author::RWSTAUNER/ManifestSkip",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "@Author::RWSTAUNER/PruneDevelCoverDatabase",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "@Author::RWSTAUNER/PruneCodeStatCollection",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "@Author::RWSTAUNER/PruneTags",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@Author::RWSTAUNER/PkgVersion",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Authority",
@@ -211,7 +213,7 @@
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@Author::RWSTAUNER/NextRelease",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Git::Describe",
@@ -238,7 +240,7 @@
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@Author::RWSTAUNER/SingleEncoding",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::WikiDoc",
@@ -248,97 +250,97 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@Author::RWSTAUNER/Name",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@Author::RWSTAUNER/Version",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::RWSTAUNER/Prelude",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::RWSTAUNER/test_synopsis",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@Author::RWSTAUNER/Synopsis",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@Author::RWSTAUNER/Description",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@Author::RWSTAUNER/Overview",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@Author::RWSTAUNER/Usage",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "@Author::RWSTAUNER/Class Methods",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "@Author::RWSTAUNER/Attributes",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "@Author::RWSTAUNER/Methods",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "@Author::RWSTAUNER/Functions",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@Author::RWSTAUNER/Leftovers",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Author::RWSTAUNER/Postlude",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Support",
"name" : "@Author::RWSTAUNER/Support",
- "version" : "1.010"
+ "version" : "1.013"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@Author::RWSTAUNER/Acknowledgements",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@Author::RWSTAUNER/Authors",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -348,12 +350,12 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@Author::RWSTAUNER/Legal",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@Author::RWSTAUNER/List",
- "version" : "4.015"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::StopWords",
@@ -364,17 +366,17 @@
}
},
"name" : "@Author::RWSTAUNER/PodWeaver",
- "version" : "4.008"
+ "version" : "4.009"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Author::RWSTAUNER/License",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@Author::RWSTAUNER/Readme",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
@@ -389,7 +391,7 @@
{
"class" : "Dist::Zilla::Plugin::GitHubREADME::Badge",
"name" : "@Author::RWSTAUNER/GitHubREADME::Badge",
- "version" : "0.29"
+ "version" : "0.33"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
@@ -402,7 +404,7 @@
}
},
"name" : "@Author::RWSTAUNER/CopyFilesFromRelease",
- "version" : "0.006"
+ "version" : "0.007"
},
{
"class" : "Dist::Zilla::Plugin::AutoMetaResources",
@@ -418,7 +420,7 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
@@ -426,17 +428,17 @@
}
},
"name" : "@Author::RWSTAUNER/Git::Contributors",
- "version" : "0.035"
+ "version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Author::RWSTAUNER/AutoPrereqs",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
"name" : "@Author::RWSTAUNER/MetaNoIndex",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -446,7 +448,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::RWSTAUNER/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.012"
+ "version" : "6.024"
}
],
"include_underscores" : 0
@@ -458,7 +460,7 @@
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
- "Module::Metadata" : "1.000033",
+ "Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
@@ -473,27 +475,27 @@
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::RWSTAUNER/MetaConfig",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Author::RWSTAUNER/MetaYAML",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Author::RWSTAUNER/MetaJSON",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Author::RWSTAUNER/ExecDir",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Author::RWSTAUNER/ShareDir",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -503,52 +505,28 @@
}
},
"name" : "@Author::RWSTAUNER/MakeMaker",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@Author::RWSTAUNER/Test::ReportPrereqs",
- "version" : "0.027"
- },
- {
- "class" : "Dist::Zilla::Plugin::Test::Synopsis",
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::Synopsis",
- "version" : "2.000007"
- },
- {
- "class" : "Dist::Zilla::Plugin::MojibakeTests",
- "name" : "@Author::RWSTAUNER/@TestingMania/MojibakeTests",
- "version" : "0.8"
- },
- {
- "class" : "Dist::Zilla::Plugin::Test::Version",
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::Version",
- "version" : "1.09"
+ "version" : "0.028"
},
{
- "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::Perl::Critic",
- "version" : "3.001"
- },
- {
- "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
- "name" : "@Author::RWSTAUNER/@TestingMania/PodSyntaxTests",
- "version" : "6.012"
- },
- {
- "class" : "Dist::Zilla::Plugin::Test::NoTabs",
+ "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
"config" : {
- "Dist::Zilla::Plugin::Test::NoTabs" : {
- "filename" : "xt/author/no-tabs.t",
- "finder" : [
- ":InstallModules",
- ":ExecFiles",
- ":TestFiles"
- ]
+ "Dist::Zilla::Plugin::Test::PodSpelling" : {
+ "directories" : [
+ "bin",
+ "lib"
+ ],
+ "spell_cmd" : "",
+ "stopwords" : [],
+ "wordlist" : "Pod::Wordlist"
}
},
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::NoTabs",
- "version" : "0.15"
+ "name" : "@Author::RWSTAUNER/Test::PodSpelling",
+ "version" : "2.007005"
},
{
"class" : "Dist::Zilla::Plugin::Test::EOL",
@@ -567,19 +545,39 @@
"version" : "0.19"
},
{
+ "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+ "name" : "@Author::RWSTAUNER/@TestingMania/PodCoverageTests",
+ "version" : "6.024"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+ "config" : {
+ "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
+ "changelog" : "Changes"
+ }
+ },
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::CPAN::Changes",
+ "version" : "0.012"
+ },
+ {
"class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON",
"name" : "@Author::RWSTAUNER/@TestingMania/Test::CPAN::Meta::JSON",
"version" : "0.004"
},
{
- "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
+ "class" : "Dist::Zilla::Plugin::Test::Portability",
"config" : {
- "Dist::Zilla::Plugin::Test::MinimumVersion" : {
- "max_target_perl" : "5.008"
+ "Dist::Zilla::Plugin::Test::Portability" : {
+ "options" : ""
}
},
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::MinimumVersion",
- "version" : "2.000010"
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::Portability",
+ "version" : "2.001000"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::Perl::Critic",
+ "version" : "3.001"
},
{
"class" : "Dist::Zilla::Plugin::Test::DistManifest",
@@ -587,27 +585,34 @@
"version" : "2.000005"
},
{
- "class" : "Dist::Zilla::Plugin::Test::Compile",
+ "class" : "Dist::Zilla::Plugin::MojibakeTests",
+ "name" : "@Author::RWSTAUNER/@TestingMania/MojibakeTests",
+ "version" : "0.8"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+ "name" : "@Author::RWSTAUNER/@TestingMania/PodSyntaxTests",
+ "version" : "6.024"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::MetaTests",
+ "name" : "@Author::RWSTAUNER/@TestingMania/MetaTests",
+ "version" : "6.024"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::Synopsis",
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::Synopsis",
+ "version" : "2.000007"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
"config" : {
- "Dist::Zilla::Plugin::Test::Compile" : {
- "bail_out_on_fail" : 0,
- "fail_on_warning" : "author",
- "fake_home" : 1,
- "filename" : "t/00-compile.t",
- "module_finder" : [
- ":InstallModules"
- ],
- "needs_display" : 0,
- "phase" : "test",
- "script_finder" : [
- ":PerlExecFiles"
- ],
- "skips" : [],
- "switch" : []
+ "Dist::Zilla::Plugin::Test::MinimumVersion" : {
+ "max_target_perl" : "5.008"
}
},
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::Compile",
- "version" : "2.058"
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::MinimumVersion",
+ "version" : "2.000010"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -621,39 +626,52 @@
"version" : "2.12"
},
{
- "class" : "Dist::Zilla::Plugin::PodCoverageTests",
- "name" : "@Author::RWSTAUNER/@TestingMania/PodCoverageTests",
- "version" : "6.012"
+ "class" : "Dist::Zilla::Plugin::Test::Version",
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::Version",
+ "version" : "1.09"
},
{
- "class" : "Dist::Zilla::Plugin::Test::Portability",
+ "class" : "Dist::Zilla::Plugin::Test::NoTabs",
"config" : {
- "Dist::Zilla::Plugin::Test::Portability" : {
- "options" : ""
+ "Dist::Zilla::Plugin::Test::NoTabs" : {
+ "filename" : "xt/author/no-tabs.t",
+ "finder" : [
+ ":InstallModules",
+ ":ExecFiles",
+ ":TestFiles"
+ ]
}
},
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::Portability",
- "version" : "2.001000"
- },
- {
- "class" : "Dist::Zilla::Plugin::MetaTests",
- "name" : "@Author::RWSTAUNER/@TestingMania/MetaTests",
- "version" : "6.012"
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::NoTabs",
+ "version" : "0.15"
},
{
- "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+ "class" : "Dist::Zilla::Plugin::Test::Compile",
"config" : {
- "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
- "changelog" : "Changes"
+ "Dist::Zilla::Plugin::Test::Compile" : {
+ "bail_out_on_fail" : 0,
+ "fail_on_warning" : "author",
+ "fake_home" : 1,
+ "filename" : "t/00-compile.t",
+ "module_finder" : [
+ ":InstallModules"
+ ],
+ "needs_display" : 0,
+ "phase" : "test",
+ "script_finder" : [
+ ":PerlExecFiles"
+ ],
+ "skips" : [],
+ "switch" : []
}
},
- "name" : "@Author::RWSTAUNER/@TestingMania/Test::CPAN::Changes",
- "version" : "0.012"
+ "name" : "@Author::RWSTAUNER/@TestingMania/Test::Compile",
+ "version" : "2.058"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Author::RWSTAUNER/Manifest",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -673,12 +691,12 @@
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@Author::RWSTAUNER/CheckPrereqsIndexed",
- "version" : "0.020"
+ "version" : "0.021"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Author::RWSTAUNER/TestRelease",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -697,19 +715,20 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"repo_root" : "."
}
},
"name" : "@Author::RWSTAUNER/@Git/Check",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"config" : {
"Dist::Zilla::Plugin::Git::Commit" : {
"add_files_in" : [],
- "commit_msg" : "v%v%t%n%n%c"
+ "commit_msg" : "v%v%t%n%n%c",
+ "signoff" : 0
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
@@ -722,7 +741,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -730,7 +749,7 @@
}
},
"name" : "@Author::RWSTAUNER/@Git/Commit",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -739,12 +758,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
- "tag" : "v3.300",
+ "tag" : "v3.400",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -752,7 +771,7 @@
}
},
"name" : "@Author::RWSTAUNER/@Git/Tag",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -764,22 +783,22 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
- "git_version" : "2.22.0",
+ "git_version" : "2.42.0",
"repo_root" : "."
}
},
"name" : "@Author::RWSTAUNER/@Git/Push",
- "version" : "2.046"
+ "version" : "2.048"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Author::RWSTAUNER/ConfirmRelease",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Author::RWSTAUNER/UploadToCPAN",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::InstallRelease",
@@ -789,7 +808,7 @@
{
"class" : "Dist::Zilla::Plugin::Encoding",
"name" : "CP1252",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -800,7 +819,7 @@
}
},
"name" : "RuntimeRequires",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -811,7 +830,7 @@
}
},
"name" : "RuntimeRecommends",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -822,7 +841,7 @@
}
},
"name" : "DevelopRecommends",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::Run::AfterRelease",
@@ -842,57 +861,57 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.012"
+ "version" : "6.024"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Author::RWSTAUNER/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.012"
+ "version" : "6.024"
}
],
"zilla" : {
@@ -900,7 +919,7 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.012"
+ "version" : "6.024"
}
},
"x_authority" : "cpan:RWSTAUNER",
@@ -908,6 +927,7 @@
"Aristotle Pagaltzis <aristotle@cpan.org>",
"Cindy Wang (CindyLinz) <cindylinz@gmail.com>",
"Graham Ollis <plicease@cpan.org>",
+ "Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>",
"Mike Covington <mfcovington@gmail.com>",
"motemen <motemen@cpan.org>",
"moznion <moznion@cpan.org>",
@@ -915,7 +935,8 @@
"Ryan C. Thompson <rthompson@cpan.org>",
"Yasutaka ATARASHI <yakex@cpan.org>"
],
- "x_generated_by_perl" : "v5.28.2",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.12"
+ "x_generated_by_perl" : "v5.34.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff --git a/META.yml b/META.yml
index 2f7b36e..fdd066f 100644
--- a/META.yml
+++ b/META.yml
@@ -24,7 +24,7 @@ configure_requires:
ExtUtils::MakeMaker: '0'
perl: '5.008'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -49,10 +49,10 @@ no_index:
provides:
Pod::Markdown:
file: lib/Pod/Markdown.pm
- version: '3.300'
+ version: '3.400'
Pod::Perldoc::ToMarkdown:
file: lib/Pod/Perldoc/ToMarkdown.pm
- version: '3.300'
+ version: '3.400'
recommends:
HTML::Entities: '0'
requires:
@@ -70,10 +70,10 @@ resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Markdown
homepage: https://github.com/rwstauner/Pod-Markdown
repository: https://github.com/rwstauner/Pod-Markdown.git
-version: '3.300'
+version: '3.400'
x_Dist_Zilla:
perl:
- version: '5.028002'
+ version: '5.034000'
plugins:
-
class: Dist::Zilla::Plugin::Git::NextVersion
@@ -83,14 +83,14 @@ x_Dist_Zilla:
version_by_branch: 0
version_regexp: (?^:^v(.+)$)
Dist::Zilla::Role::Git::Repo:
- git_version: 2.22.0
+ git_version: 2.42.0
repo_root: .
name: '@Author::RWSTAUNER/Git::NextVersion'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::GenerateFile
name: '@Author::RWSTAUNER/GenerateManifestSkip'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -104,31 +104,31 @@ x_Dist_Zilla:
prune_directory: []
root: .
name: '@Author::RWSTAUNER/GatherDir'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Author::RWSTAUNER/PruneCruft'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Author::RWSTAUNER/ManifestSkip'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::PruneFiles
name: '@Author::RWSTAUNER/PruneDevelCoverDatabase'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::PruneFiles
name: '@Author::RWSTAUNER/PruneCodeStatCollection'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::PruneFiles
name: '@Author::RWSTAUNER/PruneTags'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Author::RWSTAUNER/PkgVersion'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Authority
name: '@Author::RWSTAUNER/Authority'
@@ -136,7 +136,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::NextRelease
name: '@Author::RWSTAUNER/NextRelease'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Git::Describe
name: '@Author::RWSTAUNER/Git::Describe'
@@ -158,7 +158,7 @@ x_Dist_Zilla:
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@Author::RWSTAUNER/SingleEncoding'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::WikiDoc
name: '@Author::RWSTAUNER/WikiDoc'
@@ -166,79 +166,79 @@ x_Dist_Zilla:
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Name
name: '@Author::RWSTAUNER/Name'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Version
name: '@Author::RWSTAUNER/Version'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@Author::RWSTAUNER/Prelude'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@Author::RWSTAUNER/test_synopsis'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@Author::RWSTAUNER/Synopsis'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@Author::RWSTAUNER/Description'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@Author::RWSTAUNER/Overview'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@Author::RWSTAUNER/Usage'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: '@Author::RWSTAUNER/Class Methods'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: '@Author::RWSTAUNER/Attributes'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: '@Author::RWSTAUNER/Methods'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: '@Author::RWSTAUNER/Functions'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Leftovers
name: '@Author::RWSTAUNER/Leftovers'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@Author::RWSTAUNER/Postlude'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Support
name: '@Author::RWSTAUNER/Support'
- version: '1.010'
+ version: '1.013'
-
class: Pod::Weaver::Section::Generic
name: '@Author::RWSTAUNER/Acknowledgements'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Authors
name: '@Author::RWSTAUNER/Authors'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Section::Contributors
name: '@Author::RWSTAUNER/Contributors'
@@ -246,25 +246,25 @@ x_Dist_Zilla:
-
class: Pod::Weaver::Section::Legal
name: '@Author::RWSTAUNER/Legal'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::Transformer
name: '@Author::RWSTAUNER/List'
- version: '4.015'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::StopWords
name: '@Author::RWSTAUNER/StopWords'
version: '1.010'
name: '@Author::RWSTAUNER/PodWeaver'
- version: '4.008'
+ version: '4.009'
-
class: Dist::Zilla::Plugin::License
name: '@Author::RWSTAUNER/License'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Readme
name: '@Author::RWSTAUNER/Readme'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
config:
@@ -275,7 +275,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::GitHubREADME::Badge
name: '@Author::RWSTAUNER/GitHubREADME::Badge'
- version: '0.29'
+ version: '0.33'
-
class: Dist::Zilla::Plugin::CopyFilesFromRelease
config:
@@ -284,7 +284,7 @@ x_Dist_Zilla:
- LICENSE
match: []
name: '@Author::RWSTAUNER/CopyFilesFromRelease'
- version: '0.006'
+ version: '0.007'
-
class: Dist::Zilla::Plugin::AutoMetaResources
name: '@Author::RWSTAUNER/AutoMetaResources'
@@ -297,21 +297,21 @@ x_Dist_Zilla:
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
- git_version: 2.22.0
+ git_version: 2.42.0
include_authors: 0
include_releaser: 1
order_by: name
paths: []
name: '@Author::RWSTAUNER/Git::Contributors'
- version: '0.035'
+ version: '0.036'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Author::RWSTAUNER/AutoPrereqs'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::MetaNoIndex
name: '@Author::RWSTAUNER/MetaNoIndex'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -320,7 +320,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::RWSTAUNER/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.012'
+ version: '6.024'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -328,7 +328,7 @@ x_Dist_Zilla:
inherit_version: '1'
meta_noindex: '1'
Dist::Zilla::Role::ModuleMetadata:
- Module::Metadata: '1.000033'
+ Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::RWSTAUNER/MetaProvides::Package'
version: '2.004003'
@@ -339,65 +339,46 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Author::RWSTAUNER/MetaConfig'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Author::RWSTAUNER/MetaYAML'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Author::RWSTAUNER/MetaJSON'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Author::RWSTAUNER/ExecDir'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Author::RWSTAUNER/ShareDir'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Author::RWSTAUNER/MakeMaker'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@Author::RWSTAUNER/Test::ReportPrereqs'
- version: '0.027'
- -
- class: Dist::Zilla::Plugin::Test::Synopsis
- name: '@Author::RWSTAUNER/@TestingMania/Test::Synopsis'
- version: '2.000007'
- -
- class: Dist::Zilla::Plugin::MojibakeTests
- name: '@Author::RWSTAUNER/@TestingMania/MojibakeTests'
- version: '0.8'
- -
- class: Dist::Zilla::Plugin::Test::Version
- name: '@Author::RWSTAUNER/@TestingMania/Test::Version'
- version: '1.09'
+ version: '0.028'
-
- class: Dist::Zilla::Plugin::Test::Perl::Critic
- name: '@Author::RWSTAUNER/@TestingMania/Test::Perl::Critic'
- version: '3.001'
- -
- class: Dist::Zilla::Plugin::PodSyntaxTests
- name: '@Author::RWSTAUNER/@TestingMania/PodSyntaxTests'
- version: '6.012'
- -
- class: Dist::Zilla::Plugin::Test::NoTabs
+ class: Dist::Zilla::Plugin::Test::PodSpelling
config:
- Dist::Zilla::Plugin::Test::NoTabs:
- filename: xt/author/no-tabs.t
- finder:
- - ':InstallModules'
- - ':ExecFiles'
- - ':TestFiles'
- name: '@Author::RWSTAUNER/@TestingMania/Test::NoTabs'
- version: '0.15'
+ Dist::Zilla::Plugin::Test::PodSpelling:
+ directories:
+ - bin
+ - lib
+ spell_cmd: ''
+ stopwords: []
+ wordlist: Pod::Wordlist
+ name: '@Author::RWSTAUNER/Test::PodSpelling'
+ version: '2.007005'
-
class: Dist::Zilla::Plugin::Test::EOL
config:
@@ -411,10 +392,52 @@ x_Dist_Zilla:
name: '@Author::RWSTAUNER/@TestingMania/Test::EOL'
version: '0.19'
-
+ class: Dist::Zilla::Plugin::PodCoverageTests
+ name: '@Author::RWSTAUNER/@TestingMania/PodCoverageTests'
+ version: '6.024'
+ -
+ class: Dist::Zilla::Plugin::Test::CPAN::Changes
+ config:
+ Dist::Zilla::Plugin::Test::CPAN::Changes:
+ changelog: Changes
+ name: '@Author::RWSTAUNER/@TestingMania/Test::CPAN::Changes'
+ version: '0.012'
+ -
class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON
name: '@Author::RWSTAUNER/@TestingMania/Test::CPAN::Meta::JSON'
version: '0.004'
-
+ class: Dist::Zilla::Plugin::Test::Portability
+ config:
+ Dist::Zilla::Plugin::Test::Portability:
+ options: ''
+ name: '@Author::RWSTAUNER/@TestingMania/Test::Portability'
+ version: '2.001000'
+ -
+ class: Dist::Zilla::Plugin::Test::Perl::Critic
+ name: '@Author::RWSTAUNER/@TestingMania/Test::Perl::Critic'
+ version: '3.001'
+ -
+ class: Dist::Zilla::Plugin::Test::DistManifest
+ name: '@Author::RWSTAUNER/@TestingMania/Test::DistManifest'
+ version: '2.000005'
+ -
+ class: Dist::Zilla::Plugin::MojibakeTests
+ name: '@Author::RWSTAUNER/@TestingMania/MojibakeTests'
+ version: '0.8'
+ -
+ class: Dist::Zilla::Plugin::PodSyntaxTests
+ name: '@Author::RWSTAUNER/@TestingMania/PodSyntaxTests'
+ version: '6.024'
+ -
+ class: Dist::Zilla::Plugin::MetaTests
+ name: '@Author::RWSTAUNER/@TestingMania/MetaTests'
+ version: '6.024'
+ -
+ class: Dist::Zilla::Plugin::Test::Synopsis
+ name: '@Author::RWSTAUNER/@TestingMania/Test::Synopsis'
+ version: '2.000007'
+ -
class: Dist::Zilla::Plugin::Test::MinimumVersion
config:
Dist::Zilla::Plugin::Test::MinimumVersion:
@@ -422,9 +445,28 @@ x_Dist_Zilla:
name: '@Author::RWSTAUNER/@TestingMania/Test::MinimumVersion'
version: '2.000010'
-
- class: Dist::Zilla::Plugin::Test::DistManifest
- name: '@Author::RWSTAUNER/@TestingMania/Test::DistManifest'
- version: '2.000005'
+ class: Dist::Zilla::Plugin::Test::Kwalitee
+ config:
+ Dist::Zilla::Plugin::Test::Kwalitee:
+ filename: xt/release/kwalitee.t
+ skiptest: []
+ name: '@Author::RWSTAUNER/@TestingMania/Test::Kwalitee'
+ version: '2.12'
+ -
+ class: Dist::Zilla::Plugin::Test::Version
+ name: '@Author::RWSTAUNER/@TestingMania/Test::Version'
+ version: '1.09'
+ -
+ class: Dist::Zilla::Plugin::Test::NoTabs
+ config:
+ Dist::Zilla::Plugin::Test::NoTabs:
+ filename: xt/author/no-tabs.t
+ finder:
+ - ':InstallModules'
+ - ':ExecFiles'
+ - ':TestFiles'
+ name: '@Author::RWSTAUNER/@TestingMania/Test::NoTabs'
+ version: '0.15'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
@@ -444,39 +486,9 @@ x_Dist_Zilla:
name: '@Author::RWSTAUNER/@TestingMania/Test::Compile'
version: '2.058'
-
- class: Dist::Zilla::Plugin::Test::Kwalitee
- config:
- Dist::Zilla::Plugin::Test::Kwalitee:
- filename: xt/release/kwalitee.t
- skiptest: []
- name: '@Author::RWSTAUNER/@TestingMania/Test::Kwalitee'
- version: '2.12'
- -
- class: Dist::Zilla::Plugin::PodCoverageTests
- name: '@Author::RWSTAUNER/@TestingMania/PodCoverageTests'
- version: '6.012'
- -
- class: Dist::Zilla::Plugin::Test::Portability
- config:
- Dist::Zilla::Plugin::Test::Portability:
- options: ''
- name: '@Author::RWSTAUNER/@TestingMania/Test::Portability'
- version: '2.001000'
- -
- class: Dist::Zilla::Plugin::MetaTests
- name: '@Author::RWSTAUNER/@TestingMania/MetaTests'
- version: '6.012'
- -
- class: Dist::Zilla::Plugin::Test::CPAN::Changes
- config:
- Dist::Zilla::Plugin::Test::CPAN::Changes:
- changelog: Changes
- name: '@Author::RWSTAUNER/@TestingMania/Test::CPAN::Changes'
- version: '0.012'
- -
class: Dist::Zilla::Plugin::Manifest
name: '@Author::RWSTAUNER/Manifest'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@Author::RWSTAUNER/CheckExtraTests'
@@ -492,11 +504,11 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@Author::RWSTAUNER/CheckPrereqsIndexed'
- version: '0.020'
+ version: '0.021'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Author::RWSTAUNER/TestRelease'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -511,16 +523,17 @@ x_Dist_Zilla:
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: 2.22.0
+ git_version: 2.42.0
repo_root: .
name: '@Author::RWSTAUNER/@Git/Check'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in: []
commit_msg: v%v%t%n%n%c
+ signoff: '0'
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- Changes
@@ -530,12 +543,12 @@ x_Dist_Zilla:
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
- git_version: 2.22.0
+ git_version: 2.42.0
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@Author::RWSTAUNER/@Git/Commit'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
@@ -543,16 +556,16 @@ x_Dist_Zilla:
branch: ~
changelog: Changes
signed: 0
- tag: v3.300
+ tag: v3.400
tag_format: v%V
tag_message: v%V
Dist::Zilla::Role::Git::Repo:
- git_version: 2.22.0
+ git_version: 2.42.0
repo_root: .
Dist::Zilla::Role::Git::StringFormatter:
time_zone: local
name: '@Author::RWSTAUNER/@Git/Tag'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -561,18 +574,18 @@ x_Dist_Zilla:
- origin
remotes_must_exist: 1
Dist::Zilla::Role::Git::Repo:
- git_version: 2.22.0
+ git_version: 2.42.0
repo_root: .
name: '@Author::RWSTAUNER/@Git/Push'
- version: '2.046'
+ version: '2.048'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Author::RWSTAUNER/ConfirmRelease'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Author::RWSTAUNER/UploadToCPAN'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::InstallRelease
name: '@Author::RWSTAUNER/InstallRelease'
@@ -580,7 +593,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Encoding
name: CP1252
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -588,7 +601,7 @@ x_Dist_Zilla:
phase: runtime
type: requires
name: RuntimeRequires
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -596,7 +609,7 @@ x_Dist_Zilla:
phase: runtime
type: recommends
name: RuntimeRecommends
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -604,7 +617,7 @@ x_Dist_Zilla:
phase: develop
type: recommends
name: DevelopRecommends
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::Run::AfterRelease
config:
@@ -619,62 +632,64 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.012'
+ version: '6.024'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::RWSTAUNER/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.012'
+ version: '6.024'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '6.012'
+ version: '6.024'
x_authority: cpan:RWSTAUNER
x_contributors:
- 'Aristotle Pagaltzis <aristotle@cpan.org>'
- 'Cindy Wang (CindyLinz) <cindylinz@gmail.com>'
- 'Graham Ollis <plicease@cpan.org>'
+ - 'Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>'
- 'Mike Covington <mfcovington@gmail.com>'
- 'motemen <motemen@cpan.org>'
- 'moznion <moznion@cpan.org>'
- 'Peter Vereshagin <veresc@cpan.org>'
- 'Ryan C. Thompson <rthompson@cpan.org>'
- 'Yasutaka ATARASHI <yakex@cpan.org>'
-x_generated_by_perl: v5.28.2
+x_generated_by_perl: v5.34.0
x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index 8484ca1..cb14b67 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
@@ -52,7 +52,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"utf8" => 0
},
- "VERSION" => "3.300",
+ "VERSION" => "3.400",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/README b/README
index bd32175..424e13b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
This archive contains the distribution Pod-Markdown,
-version 3.300:
+version 3.400:
Convert POD to Markdown
@@ -9,4 +9,4 @@ This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.024.
diff --git a/bin/pod2markdown b/bin/pod2markdown
index 4b2a5b6..87af449 100755
--- a/bin/pod2markdown
+++ b/bin/pod2markdown
@@ -26,7 +26,10 @@ my %opts = (
GetOptions(\%opts, qw(
help|h
html_encode_chars|html-encode-chars=s
+ local_module_url_prefix|local-module-url-prefix=s
match_encoding|match-encoding|m
+ man_url_prefix|man-url-prefix=s
+ perldoc_url_prefix|perldoc-url-prefix=s
output_encoding|output-encoding|e=s
utf8|utf-8|u
)) or pod2usage(2);
@@ -79,7 +82,7 @@ pod2markdown - Convert POD text to Markdown
=head1 VERSION
-version 3.300
+version 3.400
=head1 SYNOPSIS
@@ -131,6 +134,48 @@ See L<Pod::Markdown/html_encode_chars> for more information.
Use the same C<< =encoding >> as the input pod for the output file.
+=item --local-module-url-prefix
+
+Alters the perldoc urls that are created from C<< LE<lt>E<gt> >> codes
+when the module is a "local" module (C<"Local::*"> or C<"Foo_Corp::*"> (see L<perlmodlib>)).
+
+The default is to use C<perldoc_url_prefix>.
+
+See L<Pod::Markdown/local_module_url_prefix> for more information.
+
+=item --man-url-prefix
+
+Alters the man page urls that are created from C<< LE<lt>E<gt> >> codes.
+
+The default is C<http://man.he.net/man>.
+
+See L<Pod::Markdown/man_url_prefix> for more information.
+
+=item --perldoc-url-prefix
+
+Alters the perldoc urls that are created from C<< LE<lt>E<gt> >> codes.
+Can be:
+
+=over 4
+
+=item *
+
+C<metacpan> (shortcut for C<https://metacpan.org/pod/>)
+
+=item *
+
+C<sco> (shortcut for C<http://search.cpan.org/perldoc?>)
+
+=item *
+
+any url
+
+=back
+
+The default is C<metacpan>.
+
+See L<Pod::Markdown/perldoc_url_prefix> for more information.
+
=item --output-encoding (-e)
Specify the encoding for the output file.
diff --git a/lib/Pod/Markdown.pm b/lib/Pod/Markdown.pm
index fce94c9..7bb04c9 100644
--- a/lib/Pod/Markdown.pm
+++ b/lib/Pod/Markdown.pm
@@ -12,11 +12,11 @@ use strict;
use warnings;
package Pod::Markdown;
-# git description: v3.200-4-gd31d626
+# git description: v3.300-3-gb01c18d
our $AUTHORITY = 'cpan:RWSTAUNER';
# ABSTRACT: Convert POD to Markdown
-$Pod::Markdown::VERSION = '3.300';
+$Pod::Markdown::VERSION = '3.400';
use Pod::Simple 3.27 (); # detected_encoding and keep_encoding bug fix
use parent qw(Pod::Simple::Methody);
use Encode ();
@@ -1199,8 +1199,8 @@ __END__
=for :stopwords Marcel Gruenauer Victor Moral Ryan C. Thompson <rct at thompsonclan d0t
org> Aristotle Pagaltzis Randy Stauner ACKNOWLEDGEMENTS html cpan
-testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto
-metadata placeholders metacpan
+testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata
+placeholders metacpan
=head1 NAME
@@ -1208,7 +1208,7 @@ Pod::Markdown - Convert POD to Markdown
=head1 VERSION
-version 3.300
+version 3.400
=for test_synopsis my ($pod_string);
@@ -1641,7 +1641,7 @@ Randy Stauner <rwstauner@cpan.org>
=head1 CONTRIBUTORS
-=for stopwords Aristotle Pagaltzis Cindy Wang (CindyLinz) Graham Ollis Mike Covington motemen moznion Peter Vereshagin Ryan C. Thompson Yasutaka ATARASHI
+=for stopwords Aristotle Pagaltzis Cindy Wang (CindyLinz) Graham Ollis Johannes Schauer Marin Rodrigues Mike Covington motemen moznion Peter Vereshagin Ryan C. Thompson Yasutaka ATARASHI
=over 4
@@ -1659,6 +1659,10 @@ Graham Ollis <plicease@cpan.org>
=item *
+Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
+
+=item *
+
Mike Covington <mfcovington@gmail.com>
=item *
diff --git a/lib/Pod/Perldoc/ToMarkdown.pm b/lib/Pod/Perldoc/ToMarkdown.pm
index fbac492..41c9d5b 100644
--- a/lib/Pod/Perldoc/ToMarkdown.pm
+++ b/lib/Pod/Perldoc/ToMarkdown.pm
@@ -11,7 +11,7 @@ use warnings;
package Pod::Perldoc::ToMarkdown;
our $AUTHORITY = 'cpan:RWSTAUNER';
-$Pod::Perldoc::ToMarkdown::VERSION = '3.300';
+$Pod::Perldoc::ToMarkdown::VERSION = '3.400';
# ABSTRACT: Enable `perldoc -o Markdown`
use parent qw(Pod::Markdown);
@@ -60,7 +60,7 @@ Pod::Perldoc::ToMarkdown - Enable `perldoc -o Markdown`
=head1 VERSION
-version 3.300
+version 3.400
=for test_synopsis 1;
__END__
diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd
index ed6fc56..3b1a6fb 100644
--- a/t/00-report-prereqs.dd
+++ b/t/00-report-prereqs.dd
@@ -11,6 +11,7 @@ do { my $x = {
},
'requires' => {
'Pod::Coverage::TrustPod' => '0',
+ 'Pod::Wordlist' => '0',
'Test::CPAN::Changes' => '0.19',
'Test::CPAN::Meta' => '0',
'Test::CPAN::Meta::JSON' => '0.16',
@@ -24,6 +25,7 @@ do { my $x = {
'Test::Pod' => '1.41',
'Test::Pod::Coverage' => '1.08',
'Test::Portability::Files' => '0',
+ 'Test::Spelling' => '0.12',
'Test::Synopsis' => '0',
'Test::Version' => '1'
}
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
index c72183a..c3a94ca 100644
--- a/t/00-report-prereqs.t
+++ b/t/00-report-prereqs.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
use Test::More tests => 1;
@@ -188,6 +188,6 @@ if ( @dep_errors ) {
);
}
-pass;
+pass('Reported prereqs');
# vim: ts=4 sts=4 sw=4 et:
diff --git a/xt/release/distmeta.t b/xt/author/distmeta.t
index c2280dc..c2280dc 100644
--- a/xt/release/distmeta.t
+++ b/xt/author/distmeta.t
diff --git a/xt/author/pod-spell.t b/xt/author/pod-spell.t
new file mode 100644
index 0000000..e22f512
--- /dev/null
+++ b/xt/author/pod-spell.t
@@ -0,0 +1,63 @@
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
+use Test::Spelling 0.12;
+use Pod::Wordlist;
+
+
+add_stopwords(<DATA>);
+all_pod_files_spelling_ok( qw( bin lib ) );
+__DATA__
+ATARASHI
+Aristotle
+Cindy
+CindyLinz
+Covington
+Graham
+Gruenauer
+Johannes
+Marcel
+Marin
+Markdown
+Mike
+Moral
+Ollis
+Pagaltzis
+Perldoc
+Peter
+Pod
+Randy
+Rodrigues
+Ryan
+Schauer
+Stauner
+Thompson
+ToMarkdown
+Vereshagin
+Victor
+Wang
+Yasutaka
+aristotle
+at
+bin
+cindylinz
+d0t
+josch
+lib
+marcel
+mfcovington
+motemen
+moznion
+org
+pagaltzis
+plicease
+pod2markdown
+rct
+rthompson
+rwstauner
+thompsonclan
+veresc
+victor
+yakex