New upstream version 0.27
This commit is contained in:
parent
3063403cb2
commit
eaec236e62
|
@ -76,7 +76,9 @@ Once installed, here are some dzil commands you might try:
|
||||||
You can learn more about Dist::Zilla at http://dzil.org/.
|
You can learn more about Dist::Zilla at http://dzil.org/.
|
||||||
|
|
||||||
The code for this distribution is hosted at GitHub. The repository is:
|
The code for this distribution is hosted at GitHub. The repository is:
|
||||||
|
|
||||||
https://github.com/p5sagit/Sub-Name
|
https://github.com/p5sagit/Sub-Name
|
||||||
|
|
||||||
You can submit code changes by forking the repository, pushing your code
|
You can submit code changes by forking the repository, pushing your code
|
||||||
changes to your clone, and then submitting a pull request. Please include a
|
changes to your clone, and then submitting a pull request. Please include a
|
||||||
suitable end-user-oriented entry in the Changes file describing your change.
|
suitable end-user-oriented entry in the Changes file describing your change.
|
||||||
|
@ -105,5 +107,5 @@ wish to be listed under a different name or address, you should submit a pull
|
||||||
request to the .mailmap file to contain the correct mapping.
|
request to the .mailmap file to contain the correct mapping.
|
||||||
|
|
||||||
|
|
||||||
This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
|
This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015
|
||||||
from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.150.
|
from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.162.
|
||||||
|
|
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
||||||
Revision history for Sub-Name
|
Revision history for Sub-Name
|
||||||
|
|
||||||
|
0.27 2023-04-29 12:32:26Z
|
||||||
|
- skip quote-separator tests on newer perls that deprecate this behaviour
|
||||||
|
|
||||||
0.26 2019-10-05 22:23:12Z
|
0.26 2019-10-05 22:23:12Z
|
||||||
- no changes since 0.25
|
- no changes since 0.25
|
||||||
|
|
||||||
|
|
7
INSTALL
7
INSTALL
|
@ -21,8 +21,11 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
|
||||||
|
|
||||||
## Manual installation
|
## Manual installation
|
||||||
|
|
||||||
As a last resort, you can manually install it. Download the tarball, untar it,
|
As a last resort, you can manually install it. If you have not already
|
||||||
install configure prerequisites (see below), then build it:
|
downloaded the release tarball, you can find the download link on the module's
|
||||||
|
MetaCPAN page: https://metacpan.org/pod/Sub::Name
|
||||||
|
|
||||||
|
Untar the tarball, install configure prerequisites (see below), then build it:
|
||||||
|
|
||||||
% perl Makefile.PL
|
% perl Makefile.PL
|
||||||
% make && make test
|
% make && make test
|
||||||
|
|
12
LICENCE
12
LICENCE
|
@ -292,21 +292,21 @@ Definitions:
|
||||||
|
|
||||||
- "Package" refers to the collection of files distributed by the Copyright
|
- "Package" refers to the collection of files distributed by the Copyright
|
||||||
Holder, and derivatives of that collection of files created through
|
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,
|
- "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
|
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
|
- "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.
|
- "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
|
- "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
|
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
|
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
|
- "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
|
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
|
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
|
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
|
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
|
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
|
||||||
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
The End
|
The End
|
||||||
|
|
||||||
|
|
5
MANIFEST
5
MANIFEST
|
@ -1,4 +1,4 @@
|
||||||
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.013.
|
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
|
||||||
CONTRIBUTING
|
CONTRIBUTING
|
||||||
Changes
|
Changes
|
||||||
INSTALL
|
INSTALL
|
||||||
|
@ -22,8 +22,8 @@ t/quotes-bug.t
|
||||||
t/smoke.t
|
t/smoke.t
|
||||||
weaver.ini
|
weaver.ini
|
||||||
xt/author/00-compile.t
|
xt/author/00-compile.t
|
||||||
xt/author/changes_has_content.t
|
|
||||||
xt/author/clean-namespaces.t
|
xt/author/clean-namespaces.t
|
||||||
|
xt/author/distmeta.t
|
||||||
xt/author/eol.t
|
xt/author/eol.t
|
||||||
xt/author/kwalitee.t
|
xt/author/kwalitee.t
|
||||||
xt/author/minimum-version.t
|
xt/author/minimum-version.t
|
||||||
|
@ -36,4 +36,3 @@ xt/author/pod-syntax.t
|
||||||
xt/author/portability.t
|
xt/author/portability.t
|
||||||
xt/release/changes_has_content.t
|
xt/release/changes_has_content.t
|
||||||
xt/release/cpan-changes.t
|
xt/release/cpan-changes.t
|
||||||
xt/release/distmeta.t
|
|
||||||
|
|
243
META.json
243
META.json
|
@ -4,7 +4,7 @@
|
||||||
"Matthijs van Duin <xmath@cpan.org>"
|
"Matthijs van Duin <xmath@cpan.org>"
|
||||||
],
|
],
|
||||||
"dynamic_config" : 0,
|
"dynamic_config" : 0,
|
||||||
"generated_by" : "Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010",
|
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
|
||||||
"keywords" : [
|
"keywords" : [
|
||||||
"subroutine",
|
"subroutine",
|
||||||
"function",
|
"function",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
},
|
},
|
||||||
"develop" : {
|
"develop" : {
|
||||||
"recommends" : {
|
"recommends" : {
|
||||||
"Dist::Zilla::PluginBundle::Author::ETHER" : "0.150",
|
"Dist::Zilla::PluginBundle::Author::ETHER" : "0.162",
|
||||||
"Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
|
"Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
|
||||||
},
|
},
|
||||||
"requires" : {
|
"requires" : {
|
||||||
|
@ -145,14 +145,14 @@
|
||||||
"Dist::Zilla::Plugin::PPPort" : "0",
|
"Dist::Zilla::Plugin::PPPort" : "0",
|
||||||
"Dist::Zilla::Plugin::PodCoverageTests" : "5.040",
|
"Dist::Zilla::Plugin::PodCoverageTests" : "5.040",
|
||||||
"Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
|
"Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
|
||||||
"Dist::Zilla::Plugin::PodWeaver" : "4.005",
|
"Dist::Zilla::Plugin::PodWeaver" : "4.008",
|
||||||
"Dist::Zilla::Plugin::Prereqs" : "0",
|
"Dist::Zilla::Plugin::Prereqs" : "0",
|
||||||
"Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
|
"Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
|
||||||
"Dist::Zilla::Plugin::PromptIfStale" : "0",
|
"Dist::Zilla::Plugin::PromptIfStale" : "0",
|
||||||
"Dist::Zilla::Plugin::Readme" : "0",
|
"Dist::Zilla::Plugin::Readme" : "0",
|
||||||
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
|
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
|
||||||
"Dist::Zilla::Plugin::RemovePrereqs" : "0",
|
"Dist::Zilla::Plugin::RemovePrereqs" : "0",
|
||||||
"Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
|
"Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006",
|
||||||
"Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
|
"Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
|
||||||
"Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
|
"Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
|
||||||
"Dist::Zilla::Plugin::RunExtraTests" : "0.024",
|
"Dist::Zilla::Plugin::RunExtraTests" : "0.024",
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
"provides" : {
|
"provides" : {
|
||||||
"Sub::Name" : {
|
"Sub::Name" : {
|
||||||
"file" : "lib/Sub/Name.pm",
|
"file" : "lib/Sub/Name.pm",
|
||||||
"version" : "0.26"
|
"version" : "0.27"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "stable",
|
"release_status" : "stable",
|
||||||
|
@ -200,16 +200,16 @@
|
||||||
},
|
},
|
||||||
"x_IRC" : "irc://irc.perl.org/#toolchain"
|
"x_IRC" : "irc://irc.perl.org/#toolchain"
|
||||||
},
|
},
|
||||||
"version" : "0.26",
|
"version" : "0.27",
|
||||||
"x_Dist_Zilla" : {
|
"x_Dist_Zilla" : {
|
||||||
"perl" : {
|
"perl" : {
|
||||||
"version" : "5.031004"
|
"version" : "5.037011"
|
||||||
},
|
},
|
||||||
"plugins" : [
|
"plugins" : [
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FileFinder::Filter",
|
"class" : "Dist::Zilla::Plugin::FileFinder::Filter",
|
||||||
"name" : "all_files_but_special_features",
|
"name" : "all_files_but_special_features",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Prereqs",
|
"class" : "Dist::Zilla::Plugin::Prereqs",
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/pluginbundle version",
|
"name" : "@Author::ETHER/pluginbundle version",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PromptIfStale",
|
"class" : "Dist::Zilla::Plugin::PromptIfStale",
|
||||||
|
@ -237,12 +237,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/stale modules, build",
|
"name" : "@Author::ETHER/stale modules, build",
|
||||||
"version" : "0.055"
|
"version" : "0.057"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FileFinder::ByName",
|
"class" : "Dist::Zilla::Plugin::FileFinder::ByName",
|
||||||
"name" : "@Author::ETHER/Examples",
|
"name" : "@Author::ETHER/Examples",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
|
"class" : "Dist::Zilla::Plugin::Git::GatherDir",
|
||||||
|
@ -270,32 +270,32 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/Git::GatherDir",
|
"name" : "@Author::ETHER/Git::GatherDir",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaYAML",
|
"class" : "Dist::Zilla::Plugin::MetaYAML",
|
||||||
"name" : "@Author::ETHER/MetaYAML",
|
"name" : "@Author::ETHER/MetaYAML",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaJSON",
|
"class" : "Dist::Zilla::Plugin::MetaJSON",
|
||||||
"name" : "@Author::ETHER/MetaJSON",
|
"name" : "@Author::ETHER/MetaJSON",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Readme",
|
"class" : "Dist::Zilla::Plugin::Readme",
|
||||||
"name" : "@Author::ETHER/Readme",
|
"name" : "@Author::ETHER/Readme",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Manifest",
|
"class" : "Dist::Zilla::Plugin::Manifest",
|
||||||
"name" : "@Author::ETHER/Manifest",
|
"name" : "@Author::ETHER/Manifest",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::License",
|
"class" : "Dist::Zilla::Plugin::License",
|
||||||
"name" : "@Author::ETHER/License",
|
"name" : "@Author::ETHER/License",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
|
"class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
|
||||||
|
@ -315,7 +315,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/generate CONTRIBUTING",
|
"name" : "@Author::ETHER/generate CONTRIBUTING",
|
||||||
"version" : "0.014"
|
"version" : "0.015"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::InstallGuide",
|
"class" : "Dist::Zilla::Plugin::InstallGuide",
|
||||||
|
@ -326,7 +326,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/InstallGuide",
|
"name" : "@Author::ETHER/InstallGuide",
|
||||||
"version" : "1.200013"
|
"version" : "1.200014"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::Compile",
|
"class" : "Dist::Zilla::Plugin::Test::Compile",
|
||||||
|
@ -390,7 +390,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaTests",
|
"class" : "Dist::Zilla::Plugin::MetaTests",
|
||||||
"name" : "@Author::ETHER/MetaTests",
|
"name" : "@Author::ETHER/MetaTests",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
|
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
|
||||||
|
@ -402,25 +402,6 @@
|
||||||
"name" : "@Author::ETHER/Test::CPAN::Changes",
|
"name" : "@Author::ETHER/Test::CPAN::Changes",
|
||||||
"version" : "0.012"
|
"version" : "0.012"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
|
|
||||||
"config" : {
|
|
||||||
"Dist::Zilla::Plugin::GenerateFile::FromShareDir" : {
|
|
||||||
"destination_filename" : "xt/author/changes_has_content.t",
|
|
||||||
"dist" : "Dist-Zilla-PluginBundle-Author-ETHER",
|
|
||||||
"encoding" : "UTF-8",
|
|
||||||
"location" : "build",
|
|
||||||
"source_filename" : "changes_has_content.t"
|
|
||||||
},
|
|
||||||
"Dist::Zilla::Role::RepoFileInjector" : {
|
|
||||||
"allow_overwrite" : 1,
|
|
||||||
"repo_root" : ".",
|
|
||||||
"version" : "0.009"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"name" : "@Author::ETHER/generate xt/author/changes_has_content.t",
|
|
||||||
"version" : "0.014"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
|
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
|
||||||
"name" : "@Author::ETHER/Test::ChangesHasContent",
|
"name" : "@Author::ETHER/Test::ChangesHasContent",
|
||||||
|
@ -439,12 +420,12 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
|
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
|
||||||
"name" : "@Author::ETHER/PodSyntaxTests",
|
"name" : "@Author::ETHER/PodSyntaxTests",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
|
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
|
||||||
"name" : "@Author::ETHER/PodCoverageTests",
|
"name" : "@Author::ETHER/PodCoverageTests",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
|
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
|
||||||
|
@ -491,7 +472,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
|
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
|
||||||
"name" : "@Author::ETHER/Test::ReportPrereqs",
|
"name" : "@Author::ETHER/Test::ReportPrereqs",
|
||||||
"version" : "0.027"
|
"version" : "0.029"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::Portability",
|
"class" : "Dist::Zilla::Plugin::Test::Portability",
|
||||||
|
@ -501,7 +482,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/Test::Portability",
|
"name" : "@Author::ETHER/Test::Portability",
|
||||||
"version" : "2.001000"
|
"version" : "2.001001"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Test::CleanNamespaces",
|
"class" : "Dist::Zilla::Plugin::Test::CleanNamespaces",
|
||||||
|
@ -517,7 +498,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Describe",
|
"class" : "Dist::Zilla::Plugin::Git::Describe",
|
||||||
"name" : "@Author::ETHER/Git::Describe",
|
"name" : "@Author::ETHER/Git::Describe",
|
||||||
"version" : "0.007"
|
"version" : "0.008"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PodWeaver",
|
"class" : "Dist::Zilla::Plugin::PodWeaver",
|
||||||
|
@ -525,113 +506,108 @@
|
||||||
"Dist::Zilla::Plugin::PodWeaver" : {
|
"Dist::Zilla::Plugin::PodWeaver" : {
|
||||||
"finder" : [
|
"finder" : [
|
||||||
":InstallModules",
|
":InstallModules",
|
||||||
":ExecFiles"
|
":PerlExecFiles"
|
||||||
],
|
],
|
||||||
"plugins" : [
|
"plugins" : [
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Plugin::EnsurePod5",
|
"class" : "Pod::Weaver::Plugin::EnsurePod5",
|
||||||
"name" : "@Author::ETHER/EnsurePod5",
|
"name" : "@Author::ETHER/EnsurePod5",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Plugin::H1Nester",
|
"class" : "Pod::Weaver::Plugin::H1Nester",
|
||||||
"name" : "@Author::ETHER/H1Nester",
|
"name" : "@Author::ETHER/H1Nester",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Plugin::SingleEncoding",
|
"class" : "Pod::Weaver::Plugin::SingleEncoding",
|
||||||
"name" : "@Author::ETHER/SingleEncoding",
|
"name" : "@Author::ETHER/SingleEncoding",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Plugin::Transformer",
|
"class" : "Pod::Weaver::Plugin::Transformer",
|
||||||
"name" : "@Author::ETHER/List",
|
"name" : "@Author::ETHER/List",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Plugin::Transformer",
|
"class" : "Pod::Weaver::Plugin::Transformer",
|
||||||
"name" : "@Author::ETHER/Verbatim",
|
"name" : "@Author::ETHER/Verbatim",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Region",
|
"class" : "Pod::Weaver::Section::Region",
|
||||||
"name" : "@Author::ETHER/header",
|
"name" : "@Author::ETHER/header",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Name",
|
"class" : "Pod::Weaver::Section::Name",
|
||||||
"name" : "@Author::ETHER/Name",
|
"name" : "@Author::ETHER/Name",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Version",
|
"class" : "Pod::Weaver::Section::Version",
|
||||||
"name" : "@Author::ETHER/Version",
|
"name" : "@Author::ETHER/Version",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Region",
|
"class" : "Pod::Weaver::Section::Region",
|
||||||
"name" : "@Author::ETHER/prelude",
|
"name" : "@Author::ETHER/prelude",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Generic",
|
"class" : "Pod::Weaver::Section::Generic",
|
||||||
"name" : "SYNOPSIS",
|
"name" : "SYNOPSIS",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Generic",
|
"class" : "Pod::Weaver::Section::Generic",
|
||||||
"name" : "DESCRIPTION",
|
"name" : "DESCRIPTION",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Generic",
|
"class" : "Pod::Weaver::Section::Generic",
|
||||||
"name" : "OVERVIEW",
|
"name" : "OVERVIEW",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Collect",
|
"class" : "Pod::Weaver::Section::Collect",
|
||||||
"name" : "ATTRIBUTES",
|
"name" : "ATTRIBUTES",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Collect",
|
"class" : "Pod::Weaver::Section::Collect",
|
||||||
"name" : "METHODS",
|
"name" : "METHODS",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Collect",
|
"class" : "Pod::Weaver::Section::Collect",
|
||||||
"name" : "FUNCTIONS",
|
"name" : "FUNCTIONS",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Collect",
|
"class" : "Pod::Weaver::Section::Collect",
|
||||||
"name" : "TYPES",
|
"name" : "TYPES",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Leftovers",
|
"class" : "Pod::Weaver::Section::Leftovers",
|
||||||
"name" : "@Author::ETHER/Leftovers",
|
"name" : "@Author::ETHER/Leftovers",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Region",
|
"class" : "Pod::Weaver::Section::Region",
|
||||||
"name" : "@Author::ETHER/postlude",
|
"name" : "@Author::ETHER/postlude",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::GenerateSection",
|
"class" : "Pod::Weaver::Section::GenerateSection",
|
||||||
"name" : "@Author::ETHER/generate SUPPORT",
|
"name" : "@Author::ETHER/generate SUPPORT",
|
||||||
"version" : "1.06"
|
"version" : "4.019"
|
||||||
},
|
|
||||||
{
|
|
||||||
"class" : "Pod::Weaver::Section::AllowOverride",
|
|
||||||
"name" : "@Author::ETHER/allow override SUPPORT",
|
|
||||||
"version" : "0.05"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Authors",
|
"class" : "Pod::Weaver::Section::Authors",
|
||||||
"name" : "@Author::ETHER/Authors",
|
"name" : "@Author::ETHER/Authors",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::AllowOverride",
|
"class" : "Pod::Weaver::Section::AllowOverride",
|
||||||
|
@ -646,12 +622,12 @@
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Legal",
|
"class" : "Pod::Weaver::Section::Legal",
|
||||||
"name" : "@Author::ETHER/Legal",
|
"name" : "@Author::ETHER/Legal",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::Region",
|
"class" : "Pod::Weaver::Section::Region",
|
||||||
"name" : "@Author::ETHER/footer",
|
"name" : "@Author::ETHER/footer",
|
||||||
"version" : "4.015"
|
"version" : "4.019"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Pod::Weaver::Section::AllowOverride",
|
"class" : "Pod::Weaver::Section::AllowOverride",
|
||||||
|
@ -662,7 +638,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/PodWeaver",
|
"name" : "@Author::ETHER/PodWeaver",
|
||||||
"version" : "4.008"
|
"version" : "4.010"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::GithubMeta",
|
"class" : "Dist::Zilla::Plugin::GithubMeta",
|
||||||
|
@ -682,7 +658,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
|
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
|
||||||
"name" : "@Author::ETHER/MetaNoIndex",
|
"name" : "@Author::ETHER/MetaNoIndex",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
|
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
|
||||||
|
@ -695,7 +671,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":InstallModules",
|
"name" : ":InstallModules",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"include_underscores" : 0
|
"include_underscores" : 0
|
||||||
|
@ -717,7 +693,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaConfig",
|
"class" : "Dist::Zilla::Plugin::MetaConfig",
|
||||||
"name" : "@Author::ETHER/MetaConfig",
|
"name" : "@Author::ETHER/MetaConfig",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Keywords",
|
"class" : "Dist::Zilla::Plugin::Keywords",
|
||||||
|
@ -744,17 +720,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/UseUnsafeInc",
|
"name" : "@Author::ETHER/UseUnsafeInc",
|
||||||
"version" : "0.001"
|
"version" : "0.002"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
|
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
|
||||||
"name" : "@Author::ETHER/AutoPrereqs",
|
"name" : "@Author::ETHER/AutoPrereqs",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
|
"class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
|
||||||
"name" : "@Author::ETHER/Prereqs::AuthorDeps",
|
"name" : "@Author::ETHER/Prereqs::AuthorDeps",
|
||||||
"version" : "0.006"
|
"version" : "0.007"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MinimumPerl",
|
"class" : "Dist::Zilla::Plugin::MinimumPerl",
|
||||||
|
@ -769,13 +745,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/MakeMaker",
|
"name" : "@Author::ETHER/MakeMaker",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Contributors",
|
"class" : "Dist::Zilla::Plugin::Git::Contributors",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Plugin::Git::Contributors" : {
|
"Dist::Zilla::Plugin::Git::Contributors" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"include_authors" : 0,
|
"include_authors" : 0,
|
||||||
"include_releaser" : 1,
|
"include_releaser" : 1,
|
||||||
"order_by" : "commits",
|
"order_by" : "commits",
|
||||||
|
@ -783,7 +759,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/Git::Contributors",
|
"name" : "@Author::ETHER/Git::Contributors",
|
||||||
"version" : "0.035"
|
"version" : "0.036"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::StaticInstall",
|
"class" : "Dist::Zilla::Plugin::StaticInstall",
|
||||||
|
@ -866,11 +842,11 @@
|
||||||
"class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
|
"class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Plugin::EnsureLatestPerl" : {
|
"Dist::Zilla::Plugin::EnsureLatestPerl" : {
|
||||||
"Module::CoreList" : "5.20190920"
|
"Module::CoreList" : "5.20230420"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/EnsureLatestPerl",
|
"name" : "@Author::ETHER/EnsureLatestPerl",
|
||||||
"version" : "0.008"
|
"version" : "0.010"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PromptIfStale",
|
"class" : "Dist::Zilla::Plugin::PromptIfStale",
|
||||||
|
@ -885,7 +861,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/stale modules, release",
|
"name" : "@Author::ETHER/stale modules, release",
|
||||||
"version" : "0.055"
|
"version" : "0.057"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Check",
|
"class" : "Dist::Zilla::Plugin::Git::Check",
|
||||||
|
@ -899,18 +875,18 @@
|
||||||
"changelog" : "Changes"
|
"changelog" : "Changes"
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/initial check",
|
"name" : "@Author::ETHER/initial check",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
|
"class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -921,7 +897,7 @@
|
||||||
"class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
|
"class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -936,12 +912,12 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
|
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
|
||||||
"name" : "@Author::ETHER/CheckPrereqsIndexed",
|
"name" : "@Author::ETHER/CheckPrereqsIndexed",
|
||||||
"version" : "0.020"
|
"version" : "0.022"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::TestRelease",
|
"class" : "Dist::Zilla::Plugin::TestRelease",
|
||||||
"name" : "@Author::ETHER/TestRelease",
|
"name" : "@Author::ETHER/TestRelease",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Check",
|
"class" : "Dist::Zilla::Plugin::Git::Check",
|
||||||
|
@ -955,12 +931,12 @@
|
||||||
"changelog" : "Changes"
|
"changelog" : "Changes"
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/after tests",
|
"name" : "@Author::ETHER/after tests",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::CheckIssues",
|
"class" : "Dist::Zilla::Plugin::CheckIssues",
|
||||||
|
@ -970,7 +946,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
|
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
|
||||||
"name" : "@Author::ETHER/UploadToCPAN",
|
"name" : "@Author::ETHER/UploadToCPAN",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
|
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
|
||||||
|
@ -1008,7 +984,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
|
"name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
|
"class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
|
||||||
|
@ -1052,7 +1028,8 @@
|
||||||
"add_files_in" : [
|
"add_files_in" : [
|
||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"commit_msg" : "%N-%v%t%n%n%c"
|
"commit_msg" : "%N-%v%t%n%n%c",
|
||||||
|
"signoff" : 0
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::DirtyFiles" : {
|
"Dist::Zilla::Role::Git::DirtyFiles" : {
|
||||||
"allow_dirty" : [
|
"allow_dirty" : [
|
||||||
|
@ -1067,7 +1044,7 @@
|
||||||
"changelog" : "Changes"
|
"changelog" : "Changes"
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::StringFormatter" : {
|
"Dist::Zilla::Role::Git::StringFormatter" : {
|
||||||
|
@ -1075,7 +1052,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
|
"name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Tag",
|
"class" : "Dist::Zilla::Plugin::Git::Tag",
|
||||||
|
@ -1084,12 +1061,12 @@
|
||||||
"branch" : null,
|
"branch" : null,
|
||||||
"changelog" : "Changes",
|
"changelog" : "Changes",
|
||||||
"signed" : 0,
|
"signed" : 0,
|
||||||
"tag" : "v0.26",
|
"tag" : "v0.27",
|
||||||
"tag_format" : "v%V",
|
"tag_format" : "v%V",
|
||||||
"tag_message" : "v%v%t"
|
"tag_message" : "v%v%t"
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::StringFormatter" : {
|
"Dist::Zilla::Role::Git::StringFormatter" : {
|
||||||
|
@ -1097,14 +1074,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
|
"name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
|
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
|
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
|
||||||
"finders" : [
|
"finders" : [
|
||||||
":ExecFiles",
|
|
||||||
":InstallModules"
|
":InstallModules"
|
||||||
],
|
],
|
||||||
"global" : 1,
|
"global" : 1,
|
||||||
|
@ -1118,14 +1094,15 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::NextRelease",
|
"class" : "Dist::Zilla::Plugin::NextRelease",
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
|
"name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Commit",
|
"class" : "Dist::Zilla::Plugin::Git::Commit",
|
||||||
"config" : {
|
"config" : {
|
||||||
"Dist::Zilla::Plugin::Git::Commit" : {
|
"Dist::Zilla::Plugin::Git::Commit" : {
|
||||||
"add_files_in" : [],
|
"add_files_in" : [],
|
||||||
"commit_msg" : "increment $VERSION after %v release"
|
"commit_msg" : "increment $VERSION after %v release",
|
||||||
|
"signoff" : 0
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::DirtyFiles" : {
|
"Dist::Zilla::Role::Git::DirtyFiles" : {
|
||||||
"allow_dirty" : [
|
"allow_dirty" : [
|
||||||
|
@ -1139,7 +1116,7 @@
|
||||||
"changelog" : "Changes"
|
"changelog" : "Changes"
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::StringFormatter" : {
|
"Dist::Zilla::Role::Git::StringFormatter" : {
|
||||||
|
@ -1147,7 +1124,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
|
"name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Prereqs",
|
"class" : "Dist::Zilla::Plugin::Prereqs",
|
||||||
|
@ -1158,7 +1135,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
|
"name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Git::Push",
|
"class" : "Dist::Zilla::Plugin::Git::Push",
|
||||||
|
@ -1170,12 +1147,12 @@
|
||||||
"remotes_must_exist" : 1
|
"remotes_must_exist" : 1
|
||||||
},
|
},
|
||||||
"Dist::Zilla::Role::Git::Repo" : {
|
"Dist::Zilla::Role::Git::Repo" : {
|
||||||
"git_version" : "2.23.0",
|
"git_version" : "2.40.0",
|
||||||
"repo_root" : "."
|
"repo_root" : "."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/Git::Push",
|
"name" : "@Author::ETHER/Git::Push",
|
||||||
"version" : "2.046"
|
"version" : "2.048"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::GitHub::Update",
|
"class" : "Dist::Zilla::Plugin::GitHub::Update",
|
||||||
|
@ -1185,7 +1162,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/GitHub::Update",
|
"name" : "@Author::ETHER/GitHub::Update",
|
||||||
"version" : "0.47"
|
"version" : "0.48"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Run::AfterRelease",
|
"class" : "Dist::Zilla::Plugin::Run::AfterRelease",
|
||||||
|
@ -1220,7 +1197,7 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
|
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
|
||||||
"name" : "@Author::ETHER/ConfirmRelease",
|
"name" : "@Author::ETHER/ConfirmRelease",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Prereqs",
|
"class" : "Dist::Zilla::Plugin::Prereqs",
|
||||||
|
@ -1231,12 +1208,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "@Author::ETHER/prereqs for @Author::ETHER",
|
"name" : "@Author::ETHER/prereqs for @Author::ETHER",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::PPPort",
|
"class" : "Dist::Zilla::Plugin::PPPort",
|
||||||
"name" : "PPPort",
|
"name" : "PPPort",
|
||||||
"version" : "0.008"
|
"version" : "0.010"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::RemovePrereqs",
|
"class" : "Dist::Zilla::Plugin::RemovePrereqs",
|
||||||
|
@ -1248,7 +1225,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "RemovePrereqs",
|
"name" : "RemovePrereqs",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Prereqs",
|
"class" : "Dist::Zilla::Plugin::Prereqs",
|
||||||
|
@ -1259,7 +1236,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name" : "TestSuggests",
|
"name" : "TestSuggests",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::OnlyCorePrereqs",
|
"class" : "Dist::Zilla::Plugin::OnlyCorePrereqs",
|
||||||
|
@ -1284,12 +1261,12 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::MetaResources",
|
"class" : "Dist::Zilla::Plugin::MetaResources",
|
||||||
"name" : "MetaResources",
|
"name" : "MetaResources",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Substitute",
|
"class" : "Dist::Zilla::Plugin::Substitute",
|
||||||
"name" : "Substitute",
|
"name" : "Substitute",
|
||||||
"version" : "0.006"
|
"version" : "0.007"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::Run::AfterRelease",
|
"class" : "Dist::Zilla::Plugin::Run::AfterRelease",
|
||||||
|
@ -1309,52 +1286,52 @@
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":InstallModules",
|
"name" : ":InstallModules",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":IncModules",
|
"name" : ":IncModules",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":TestFiles",
|
"name" : ":TestFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":ExtraTestFiles",
|
"name" : ":ExtraTestFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":ExecFiles",
|
"name" : ":ExecFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":PerlExecFiles",
|
"name" : ":PerlExecFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":ShareFiles",
|
"name" : ":ShareFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":MainModule",
|
"name" : ":MainModule",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":AllFiles",
|
"name" : ":AllFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::FinderCode",
|
"class" : "Dist::Zilla::Plugin::FinderCode",
|
||||||
"name" : ":NoFiles",
|
"name" : ":NoFiles",
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"class" : "Dist::Zilla::Plugin::VerifyPhases",
|
"class" : "Dist::Zilla::Plugin::VerifyPhases",
|
||||||
|
@ -1367,7 +1344,7 @@
|
||||||
"config" : {
|
"config" : {
|
||||||
"is_trial" : 0
|
"is_trial" : 0
|
||||||
},
|
},
|
||||||
"version" : "6.013"
|
"version" : "6.030"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"x_authority" : "cpan:FLORA",
|
"x_authority" : "cpan:FLORA",
|
||||||
|
@ -1375,17 +1352,17 @@
|
||||||
"Karen Etheridge <ether@cpan.org>",
|
"Karen Etheridge <ether@cpan.org>",
|
||||||
"Graham Knop <haarg@haarg.org>",
|
"Graham Knop <haarg@haarg.org>",
|
||||||
"Leon Timmermans <fawaka@gmail.com>",
|
"Leon Timmermans <fawaka@gmail.com>",
|
||||||
"Reini Urban <rurban@cpan.org>",
|
|
||||||
"Florian Ragwitz <rafl@debian.org>",
|
"Florian Ragwitz <rafl@debian.org>",
|
||||||
|
"Reini Urban <rurban@cpan.org>",
|
||||||
"Matthijs van Duin <xmath-no-spam@nospam.cpan.org>",
|
"Matthijs van Duin <xmath-no-spam@nospam.cpan.org>",
|
||||||
"Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>",
|
"Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>",
|
||||||
"gfx <gfuji@cpan.org>",
|
"gfx <gfuji@cpan.org>",
|
||||||
"Aristotle Pagaltzis <pagaltzis@gmx.de>",
|
"Aristotle Pagaltzis <pagaltzis@gmx.de>",
|
||||||
"J.R. Mash <jmash.code@gmail.com>",
|
"Alexander Bluhm <alexander.bluhm@gmx.net>",
|
||||||
"Alexander Bluhm <alexander.bluhm@gmx.net>"
|
"J.R. Mash <jmash.code@gmail.com>"
|
||||||
],
|
],
|
||||||
"x_generated_by_perl" : "v5.31.4",
|
"x_generated_by_perl" : "v5.37.11",
|
||||||
"x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
|
"x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
|
||||||
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
|
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
|
||||||
"x_use_unsafe_inc" : 0
|
"x_use_unsafe_inc" : 0
|
||||||
}
|
}
|
||||||
|
|
238
META.yml
238
META.yml
|
@ -15,7 +15,7 @@ configure_requires:
|
||||||
ExtUtils::MakeMaker: '0'
|
ExtUtils::MakeMaker: '0'
|
||||||
perl: '5.006'
|
perl: '5.006'
|
||||||
dynamic_config: 0
|
dynamic_config: 0
|
||||||
generated_by: 'Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010'
|
generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
|
||||||
keywords:
|
keywords:
|
||||||
- subroutine
|
- subroutine
|
||||||
- function
|
- function
|
||||||
|
@ -36,7 +36,7 @@ no_index:
|
||||||
provides:
|
provides:
|
||||||
Sub::Name:
|
Sub::Name:
|
||||||
file: lib/Sub/Name.pm
|
file: lib/Sub/Name.pm
|
||||||
version: '0.26'
|
version: '0.27'
|
||||||
requires:
|
requires:
|
||||||
Exporter: '0'
|
Exporter: '0'
|
||||||
XSLoader: '0'
|
XSLoader: '0'
|
||||||
|
@ -48,15 +48,15 @@ resources:
|
||||||
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name
|
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name
|
||||||
homepage: https://github.com/p5sagit/Sub-Name
|
homepage: https://github.com/p5sagit/Sub-Name
|
||||||
repository: https://github.com/p5sagit/Sub-Name.git
|
repository: https://github.com/p5sagit/Sub-Name.git
|
||||||
version: '0.26'
|
version: '0.27'
|
||||||
x_Dist_Zilla:
|
x_Dist_Zilla:
|
||||||
perl:
|
perl:
|
||||||
version: '5.031004'
|
version: '5.037011'
|
||||||
plugins:
|
plugins:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FileFinder::Filter
|
class: Dist::Zilla::Plugin::FileFinder::Filter
|
||||||
name: all_files_but_special_features
|
name: all_files_but_special_features
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Prereqs
|
class: Dist::Zilla::Plugin::Prereqs
|
||||||
config:
|
config:
|
||||||
|
@ -64,7 +64,7 @@ x_Dist_Zilla:
|
||||||
phase: develop
|
phase: develop
|
||||||
type: recommends
|
type: recommends
|
||||||
name: '@Author::ETHER/pluginbundle version'
|
name: '@Author::ETHER/pluginbundle version'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PromptIfStale
|
class: Dist::Zilla::Plugin::PromptIfStale
|
||||||
config:
|
config:
|
||||||
|
@ -77,11 +77,11 @@ x_Dist_Zilla:
|
||||||
run_under_travis: 0
|
run_under_travis: 0
|
||||||
skip: []
|
skip: []
|
||||||
name: '@Author::ETHER/stale modules, build'
|
name: '@Author::ETHER/stale modules, build'
|
||||||
version: '0.055'
|
version: '0.057'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FileFinder::ByName
|
class: Dist::Zilla::Plugin::FileFinder::ByName
|
||||||
name: '@Author::ETHER/Examples'
|
name: '@Author::ETHER/Examples'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::GatherDir
|
class: Dist::Zilla::Plugin::Git::GatherDir
|
||||||
config:
|
config:
|
||||||
|
@ -104,27 +104,27 @@ x_Dist_Zilla:
|
||||||
Dist::Zilla::Plugin::Git::GatherDir:
|
Dist::Zilla::Plugin::Git::GatherDir:
|
||||||
include_untracked: 0
|
include_untracked: 0
|
||||||
name: '@Author::ETHER/Git::GatherDir'
|
name: '@Author::ETHER/Git::GatherDir'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaYAML
|
class: Dist::Zilla::Plugin::MetaYAML
|
||||||
name: '@Author::ETHER/MetaYAML'
|
name: '@Author::ETHER/MetaYAML'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaJSON
|
class: Dist::Zilla::Plugin::MetaJSON
|
||||||
name: '@Author::ETHER/MetaJSON'
|
name: '@Author::ETHER/MetaJSON'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Readme
|
class: Dist::Zilla::Plugin::Readme
|
||||||
name: '@Author::ETHER/Readme'
|
name: '@Author::ETHER/Readme'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Manifest
|
class: Dist::Zilla::Plugin::Manifest
|
||||||
name: '@Author::ETHER/Manifest'
|
name: '@Author::ETHER/Manifest'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::License
|
class: Dist::Zilla::Plugin::License
|
||||||
name: '@Author::ETHER/License'
|
name: '@Author::ETHER/License'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
|
class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
|
||||||
config:
|
config:
|
||||||
|
@ -140,7 +140,7 @@ x_Dist_Zilla:
|
||||||
repo_root: .
|
repo_root: .
|
||||||
version: '0.009'
|
version: '0.009'
|
||||||
name: '@Author::ETHER/generate CONTRIBUTING'
|
name: '@Author::ETHER/generate CONTRIBUTING'
|
||||||
version: '0.014'
|
version: '0.015'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::InstallGuide
|
class: Dist::Zilla::Plugin::InstallGuide
|
||||||
config:
|
config:
|
||||||
|
@ -148,12 +148,12 @@ x_Dist_Zilla:
|
||||||
Module::Metadata: '1.000037'
|
Module::Metadata: '1.000037'
|
||||||
version: '0.006'
|
version: '0.006'
|
||||||
name: '@Author::ETHER/InstallGuide'
|
name: '@Author::ETHER/InstallGuide'
|
||||||
version: '1.200013'
|
version: '1.200014'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::Compile
|
class: Dist::Zilla::Plugin::Test::Compile
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::Test::Compile:
|
Dist::Zilla::Plugin::Test::Compile:
|
||||||
bail_out_on_fail: '1'
|
bail_out_on_fail: 1
|
||||||
fail_on_warning: author
|
fail_on_warning: author
|
||||||
fake_home: 0
|
fake_home: 0
|
||||||
filename: xt/author/00-compile.t
|
filename: xt/author/00-compile.t
|
||||||
|
@ -198,7 +198,7 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaTests
|
class: Dist::Zilla::Plugin::MetaTests
|
||||||
name: '@Author::ETHER/MetaTests'
|
name: '@Author::ETHER/MetaTests'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::CPAN::Changes
|
class: Dist::Zilla::Plugin::Test::CPAN::Changes
|
||||||
config:
|
config:
|
||||||
|
@ -206,21 +206,6 @@ x_Dist_Zilla:
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
name: '@Author::ETHER/Test::CPAN::Changes'
|
name: '@Author::ETHER/Test::CPAN::Changes'
|
||||||
version: '0.012'
|
version: '0.012'
|
||||||
-
|
|
||||||
class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
|
|
||||||
config:
|
|
||||||
Dist::Zilla::Plugin::GenerateFile::FromShareDir:
|
|
||||||
destination_filename: xt/author/changes_has_content.t
|
|
||||||
dist: Dist-Zilla-PluginBundle-Author-ETHER
|
|
||||||
encoding: UTF-8
|
|
||||||
location: build
|
|
||||||
source_filename: changes_has_content.t
|
|
||||||
Dist::Zilla::Role::RepoFileInjector:
|
|
||||||
allow_overwrite: 1
|
|
||||||
repo_root: .
|
|
||||||
version: '0.009'
|
|
||||||
name: '@Author::ETHER/generate xt/author/changes_has_content.t'
|
|
||||||
version: '0.014'
|
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::ChangesHasContent
|
class: Dist::Zilla::Plugin::Test::ChangesHasContent
|
||||||
name: '@Author::ETHER/Test::ChangesHasContent'
|
name: '@Author::ETHER/Test::ChangesHasContent'
|
||||||
|
@ -235,11 +220,11 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PodSyntaxTests
|
class: Dist::Zilla::Plugin::PodSyntaxTests
|
||||||
name: '@Author::ETHER/PodSyntaxTests'
|
name: '@Author::ETHER/PodSyntaxTests'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PodCoverageTests
|
class: Dist::Zilla::Plugin::PodCoverageTests
|
||||||
name: '@Author::ETHER/PodCoverageTests'
|
name: '@Author::ETHER/PodCoverageTests'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::PodSpelling
|
class: Dist::Zilla::Plugin::Test::PodSpelling
|
||||||
config:
|
config:
|
||||||
|
@ -275,14 +260,14 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::ReportPrereqs
|
class: Dist::Zilla::Plugin::Test::ReportPrereqs
|
||||||
name: '@Author::ETHER/Test::ReportPrereqs'
|
name: '@Author::ETHER/Test::ReportPrereqs'
|
||||||
version: '0.027'
|
version: '0.029'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::Portability
|
class: Dist::Zilla::Plugin::Test::Portability
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::Test::Portability:
|
Dist::Zilla::Plugin::Test::Portability:
|
||||||
options: ''
|
options: ''
|
||||||
name: '@Author::ETHER/Test::Portability'
|
name: '@Author::ETHER/Test::Portability'
|
||||||
version: '2.001000'
|
version: '2.001001'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Test::CleanNamespaces
|
class: Dist::Zilla::Plugin::Test::CleanNamespaces
|
||||||
config:
|
config:
|
||||||
|
@ -294,99 +279,95 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Describe
|
class: Dist::Zilla::Plugin::Git::Describe
|
||||||
name: '@Author::ETHER/Git::Describe'
|
name: '@Author::ETHER/Git::Describe'
|
||||||
version: '0.007'
|
version: '0.008'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PodWeaver
|
class: Dist::Zilla::Plugin::PodWeaver
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::PodWeaver:
|
Dist::Zilla::Plugin::PodWeaver:
|
||||||
finder:
|
finder:
|
||||||
- ':InstallModules'
|
- ':InstallModules'
|
||||||
- ':ExecFiles'
|
- ':PerlExecFiles'
|
||||||
plugins:
|
plugins:
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Plugin::EnsurePod5
|
class: Pod::Weaver::Plugin::EnsurePod5
|
||||||
name: '@Author::ETHER/EnsurePod5'
|
name: '@Author::ETHER/EnsurePod5'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Plugin::H1Nester
|
class: Pod::Weaver::Plugin::H1Nester
|
||||||
name: '@Author::ETHER/H1Nester'
|
name: '@Author::ETHER/H1Nester'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Plugin::SingleEncoding
|
class: Pod::Weaver::Plugin::SingleEncoding
|
||||||
name: '@Author::ETHER/SingleEncoding'
|
name: '@Author::ETHER/SingleEncoding'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Plugin::Transformer
|
class: Pod::Weaver::Plugin::Transformer
|
||||||
name: '@Author::ETHER/List'
|
name: '@Author::ETHER/List'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Plugin::Transformer
|
class: Pod::Weaver::Plugin::Transformer
|
||||||
name: '@Author::ETHER/Verbatim'
|
name: '@Author::ETHER/Verbatim'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Region
|
class: Pod::Weaver::Section::Region
|
||||||
name: '@Author::ETHER/header'
|
name: '@Author::ETHER/header'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Name
|
class: Pod::Weaver::Section::Name
|
||||||
name: '@Author::ETHER/Name'
|
name: '@Author::ETHER/Name'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Version
|
class: Pod::Weaver::Section::Version
|
||||||
name: '@Author::ETHER/Version'
|
name: '@Author::ETHER/Version'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Region
|
class: Pod::Weaver::Section::Region
|
||||||
name: '@Author::ETHER/prelude'
|
name: '@Author::ETHER/prelude'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Generic
|
class: Pod::Weaver::Section::Generic
|
||||||
name: SYNOPSIS
|
name: SYNOPSIS
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Generic
|
class: Pod::Weaver::Section::Generic
|
||||||
name: DESCRIPTION
|
name: DESCRIPTION
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Generic
|
class: Pod::Weaver::Section::Generic
|
||||||
name: OVERVIEW
|
name: OVERVIEW
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Collect
|
class: Pod::Weaver::Section::Collect
|
||||||
name: ATTRIBUTES
|
name: ATTRIBUTES
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Collect
|
class: Pod::Weaver::Section::Collect
|
||||||
name: METHODS
|
name: METHODS
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Collect
|
class: Pod::Weaver::Section::Collect
|
||||||
name: FUNCTIONS
|
name: FUNCTIONS
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Collect
|
class: Pod::Weaver::Section::Collect
|
||||||
name: TYPES
|
name: TYPES
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Leftovers
|
class: Pod::Weaver::Section::Leftovers
|
||||||
name: '@Author::ETHER/Leftovers'
|
name: '@Author::ETHER/Leftovers'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Region
|
class: Pod::Weaver::Section::Region
|
||||||
name: '@Author::ETHER/postlude'
|
name: '@Author::ETHER/postlude'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::GenerateSection
|
class: Pod::Weaver::Section::GenerateSection
|
||||||
name: '@Author::ETHER/generate SUPPORT'
|
name: '@Author::ETHER/generate SUPPORT'
|
||||||
version: '1.06'
|
version: '4.019'
|
||||||
-
|
|
||||||
class: Pod::Weaver::Section::AllowOverride
|
|
||||||
name: '@Author::ETHER/allow override SUPPORT'
|
|
||||||
version: '0.05'
|
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Authors
|
class: Pod::Weaver::Section::Authors
|
||||||
name: '@Author::ETHER/Authors'
|
name: '@Author::ETHER/Authors'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::AllowOverride
|
class: Pod::Weaver::Section::AllowOverride
|
||||||
name: '@Author::ETHER/allow override AUTHOR'
|
name: '@Author::ETHER/allow override AUTHOR'
|
||||||
|
@ -398,17 +379,17 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Legal
|
class: Pod::Weaver::Section::Legal
|
||||||
name: '@Author::ETHER/Legal'
|
name: '@Author::ETHER/Legal'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::Region
|
class: Pod::Weaver::Section::Region
|
||||||
name: '@Author::ETHER/footer'
|
name: '@Author::ETHER/footer'
|
||||||
version: '4.015'
|
version: '4.019'
|
||||||
-
|
-
|
||||||
class: Pod::Weaver::Section::AllowOverride
|
class: Pod::Weaver::Section::AllowOverride
|
||||||
name: OverrideLegal
|
name: OverrideLegal
|
||||||
version: '0.05'
|
version: '0.05'
|
||||||
name: '@Author::ETHER/PodWeaver'
|
name: '@Author::ETHER/PodWeaver'
|
||||||
version: '4.008'
|
version: '4.010'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::GithubMeta
|
class: Dist::Zilla::Plugin::GithubMeta
|
||||||
name: '@Author::ETHER/GithubMeta'
|
name: '@Author::ETHER/GithubMeta'
|
||||||
|
@ -424,7 +405,7 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaNoIndex
|
class: Dist::Zilla::Plugin::MetaNoIndex
|
||||||
name: '@Author::ETHER/MetaNoIndex'
|
name: '@Author::ETHER/MetaNoIndex'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaProvides::Package
|
class: Dist::Zilla::Plugin::MetaProvides::Package
|
||||||
config:
|
config:
|
||||||
|
@ -435,13 +416,13 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':InstallModules'
|
name: ':InstallModules'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
include_underscores: 0
|
include_underscores: 0
|
||||||
Dist::Zilla::Role::MetaProvider::Provider:
|
Dist::Zilla::Role::MetaProvider::Provider:
|
||||||
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
|
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
|
||||||
inherit_missing: '0'
|
inherit_missing: 0
|
||||||
inherit_version: '0'
|
inherit_version: 0
|
||||||
meta_noindex: '1'
|
meta_noindex: 1
|
||||||
Dist::Zilla::Role::ModuleMetadata:
|
Dist::Zilla::Role::ModuleMetadata:
|
||||||
Module::Metadata: '1.000037'
|
Module::Metadata: '1.000037'
|
||||||
version: '0.006'
|
version: '0.006'
|
||||||
|
@ -450,7 +431,7 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaConfig
|
class: Dist::Zilla::Plugin::MetaConfig
|
||||||
name: '@Author::ETHER/MetaConfig'
|
name: '@Author::ETHER/MetaConfig'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Keywords
|
class: Dist::Zilla::Plugin::Keywords
|
||||||
config:
|
config:
|
||||||
|
@ -470,15 +451,15 @@ x_Dist_Zilla:
|
||||||
Dist::Zilla::Plugin::UseUnsafeInc:
|
Dist::Zilla::Plugin::UseUnsafeInc:
|
||||||
dot_in_INC: 0
|
dot_in_INC: 0
|
||||||
name: '@Author::ETHER/UseUnsafeInc'
|
name: '@Author::ETHER/UseUnsafeInc'
|
||||||
version: '0.001'
|
version: '0.002'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::AutoPrereqs
|
class: Dist::Zilla::Plugin::AutoPrereqs
|
||||||
name: '@Author::ETHER/AutoPrereqs'
|
name: '@Author::ETHER/AutoPrereqs'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
|
class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
|
||||||
name: '@Author::ETHER/Prereqs::AuthorDeps'
|
name: '@Author::ETHER/Prereqs::AuthorDeps'
|
||||||
version: '0.006'
|
version: '0.007'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MinimumPerl
|
class: Dist::Zilla::Plugin::MinimumPerl
|
||||||
name: '@Author::ETHER/MinimumPerl'
|
name: '@Author::ETHER/MinimumPerl'
|
||||||
|
@ -489,18 +470,18 @@ x_Dist_Zilla:
|
||||||
Dist::Zilla::Role::TestRunner:
|
Dist::Zilla::Role::TestRunner:
|
||||||
default_jobs: 9
|
default_jobs: 9
|
||||||
name: '@Author::ETHER/MakeMaker'
|
name: '@Author::ETHER/MakeMaker'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Contributors
|
class: Dist::Zilla::Plugin::Git::Contributors
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::Git::Contributors:
|
Dist::Zilla::Plugin::Git::Contributors:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
include_authors: 0
|
include_authors: 0
|
||||||
include_releaser: 1
|
include_releaser: 1
|
||||||
order_by: commits
|
order_by: commits
|
||||||
paths: []
|
paths: []
|
||||||
name: '@Author::ETHER/Git::Contributors'
|
name: '@Author::ETHER/Git::Contributors'
|
||||||
version: '0.035'
|
version: '0.036'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::StaticInstall
|
class: Dist::Zilla::Plugin::StaticInstall
|
||||||
config:
|
config:
|
||||||
|
@ -561,9 +542,9 @@ x_Dist_Zilla:
|
||||||
class: Dist::Zilla::Plugin::EnsureLatestPerl
|
class: Dist::Zilla::Plugin::EnsureLatestPerl
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::EnsureLatestPerl:
|
Dist::Zilla::Plugin::EnsureLatestPerl:
|
||||||
Module::CoreList: '5.20190920'
|
Module::CoreList: '5.20230420'
|
||||||
name: '@Author::ETHER/EnsureLatestPerl'
|
name: '@Author::ETHER/EnsureLatestPerl'
|
||||||
version: '0.008'
|
version: '0.010'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PromptIfStale
|
class: Dist::Zilla::Plugin::PromptIfStale
|
||||||
config:
|
config:
|
||||||
|
@ -575,7 +556,7 @@ x_Dist_Zilla:
|
||||||
run_under_travis: 0
|
run_under_travis: 0
|
||||||
skip: []
|
skip: []
|
||||||
name: '@Author::ETHER/stale modules, release'
|
name: '@Author::ETHER/stale modules, release'
|
||||||
version: '0.055'
|
version: '0.057'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Check
|
class: Dist::Zilla::Plugin::Git::Check
|
||||||
config:
|
config:
|
||||||
|
@ -586,15 +567,15 @@ x_Dist_Zilla:
|
||||||
allow_dirty_match: []
|
allow_dirty_match: []
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
name: '@Author::ETHER/initial check'
|
name: '@Author::ETHER/initial check'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
|
class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
|
name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
|
||||||
version: '0.014'
|
version: '0.014'
|
||||||
|
@ -602,7 +583,7 @@ x_Dist_Zilla:
|
||||||
class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
|
class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
|
name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
|
||||||
version: '0.014'
|
version: '0.014'
|
||||||
|
@ -613,11 +594,11 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
|
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
|
||||||
name: '@Author::ETHER/CheckPrereqsIndexed'
|
name: '@Author::ETHER/CheckPrereqsIndexed'
|
||||||
version: '0.020'
|
version: '0.022'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::TestRelease
|
class: Dist::Zilla::Plugin::TestRelease
|
||||||
name: '@Author::ETHER/TestRelease'
|
name: '@Author::ETHER/TestRelease'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Check
|
class: Dist::Zilla::Plugin::Git::Check
|
||||||
config:
|
config:
|
||||||
|
@ -628,10 +609,10 @@ x_Dist_Zilla:
|
||||||
allow_dirty_match: []
|
allow_dirty_match: []
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
name: '@Author::ETHER/after tests'
|
name: '@Author::ETHER/after tests'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::CheckIssues
|
class: Dist::Zilla::Plugin::CheckIssues
|
||||||
name: '@Author::ETHER/CheckIssues'
|
name: '@Author::ETHER/CheckIssues'
|
||||||
|
@ -639,7 +620,7 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::UploadToCPAN
|
class: Dist::Zilla::Plugin::UploadToCPAN
|
||||||
name: '@Author::ETHER/UploadToCPAN'
|
name: '@Author::ETHER/UploadToCPAN'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::CopyFilesFromRelease
|
class: Dist::Zilla::Plugin::CopyFilesFromRelease
|
||||||
config:
|
config:
|
||||||
|
@ -667,7 +648,7 @@ x_Dist_Zilla:
|
||||||
phase: develop
|
phase: develop
|
||||||
type: recommends
|
type: recommends
|
||||||
name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
|
name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::RewriteVersion::Transitional
|
class: Dist::Zilla::Plugin::RewriteVersion::Transitional
|
||||||
config:
|
config:
|
||||||
|
@ -701,6 +682,7 @@ x_Dist_Zilla:
|
||||||
add_files_in:
|
add_files_in:
|
||||||
- .
|
- .
|
||||||
commit_msg: '%N-%v%t%n%n%c'
|
commit_msg: '%N-%v%t%n%n%c'
|
||||||
|
signoff: 0
|
||||||
Dist::Zilla::Role::Git::DirtyFiles:
|
Dist::Zilla::Role::Git::DirtyFiles:
|
||||||
allow_dirty:
|
allow_dirty:
|
||||||
- CONTRIBUTING
|
- CONTRIBUTING
|
||||||
|
@ -712,12 +694,12 @@ x_Dist_Zilla:
|
||||||
allow_dirty_match: []
|
allow_dirty_match: []
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
Dist::Zilla::Role::Git::StringFormatter:
|
Dist::Zilla::Role::Git::StringFormatter:
|
||||||
time_zone: local
|
time_zone: local
|
||||||
name: '@Author::ETHER/@Git::VersionManager/release snapshot'
|
name: '@Author::ETHER/@Git::VersionManager/release snapshot'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Tag
|
class: Dist::Zilla::Plugin::Git::Tag
|
||||||
config:
|
config:
|
||||||
|
@ -725,22 +707,21 @@ x_Dist_Zilla:
|
||||||
branch: ~
|
branch: ~
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
signed: 0
|
signed: 0
|
||||||
tag: v0.26
|
tag: v0.27
|
||||||
tag_format: v%V
|
tag_format: v%V
|
||||||
tag_message: v%v%t
|
tag_message: v%v%t
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
Dist::Zilla::Role::Git::StringFormatter:
|
Dist::Zilla::Role::Git::StringFormatter:
|
||||||
time_zone: local
|
time_zone: local
|
||||||
name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
|
name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
|
class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::BumpVersionAfterRelease:
|
Dist::Zilla::Plugin::BumpVersionAfterRelease:
|
||||||
finders:
|
finders:
|
||||||
- ':ExecFiles'
|
|
||||||
- ':InstallModules'
|
- ':InstallModules'
|
||||||
global: 1
|
global: 1
|
||||||
munge_makefile_pl: 1
|
munge_makefile_pl: 1
|
||||||
|
@ -750,13 +731,14 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::NextRelease
|
class: Dist::Zilla::Plugin::NextRelease
|
||||||
name: '@Author::ETHER/@Git::VersionManager/NextRelease'
|
name: '@Author::ETHER/@Git::VersionManager/NextRelease'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Commit
|
class: Dist::Zilla::Plugin::Git::Commit
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::Git::Commit:
|
Dist::Zilla::Plugin::Git::Commit:
|
||||||
add_files_in: []
|
add_files_in: []
|
||||||
commit_msg: 'increment $VERSION after %v release'
|
commit_msg: 'increment $VERSION after %v release'
|
||||||
|
signoff: 0
|
||||||
Dist::Zilla::Role::Git::DirtyFiles:
|
Dist::Zilla::Role::Git::DirtyFiles:
|
||||||
allow_dirty:
|
allow_dirty:
|
||||||
- Build.PL
|
- Build.PL
|
||||||
|
@ -766,12 +748,12 @@ x_Dist_Zilla:
|
||||||
- (?^:^lib/.*\.pm$)
|
- (?^:^lib/.*\.pm$)
|
||||||
changelog: Changes
|
changelog: Changes
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
Dist::Zilla::Role::Git::StringFormatter:
|
Dist::Zilla::Role::Git::StringFormatter:
|
||||||
time_zone: local
|
time_zone: local
|
||||||
name: '@Author::ETHER/@Git::VersionManager/post-release commit'
|
name: '@Author::ETHER/@Git::VersionManager/post-release commit'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Prereqs
|
class: Dist::Zilla::Plugin::Prereqs
|
||||||
config:
|
config:
|
||||||
|
@ -779,7 +761,7 @@ x_Dist_Zilla:
|
||||||
phase: x_Dist_Zilla
|
phase: x_Dist_Zilla
|
||||||
type: requires
|
type: requires
|
||||||
name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
|
name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Git::Push
|
class: Dist::Zilla::Plugin::Git::Push
|
||||||
config:
|
config:
|
||||||
|
@ -788,17 +770,17 @@ x_Dist_Zilla:
|
||||||
- origin
|
- origin
|
||||||
remotes_must_exist: 1
|
remotes_must_exist: 1
|
||||||
Dist::Zilla::Role::Git::Repo:
|
Dist::Zilla::Role::Git::Repo:
|
||||||
git_version: 2.23.0
|
git_version: 2.40.0
|
||||||
repo_root: .
|
repo_root: .
|
||||||
name: '@Author::ETHER/Git::Push'
|
name: '@Author::ETHER/Git::Push'
|
||||||
version: '2.046'
|
version: '2.048'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::GitHub::Update
|
class: Dist::Zilla::Plugin::GitHub::Update
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::GitHub::Update:
|
Dist::Zilla::Plugin::GitHub::Update:
|
||||||
metacpan: 1
|
metacpan: 1
|
||||||
name: '@Author::ETHER/GitHub::Update'
|
name: '@Author::ETHER/GitHub::Update'
|
||||||
version: '0.47'
|
version: '0.48'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Run::AfterRelease
|
class: Dist::Zilla::Plugin::Run::AfterRelease
|
||||||
config:
|
config:
|
||||||
|
@ -824,7 +806,7 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::ConfirmRelease
|
class: Dist::Zilla::Plugin::ConfirmRelease
|
||||||
name: '@Author::ETHER/ConfirmRelease'
|
name: '@Author::ETHER/ConfirmRelease'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Prereqs
|
class: Dist::Zilla::Plugin::Prereqs
|
||||||
config:
|
config:
|
||||||
|
@ -832,11 +814,11 @@ x_Dist_Zilla:
|
||||||
phase: x_Dist_Zilla
|
phase: x_Dist_Zilla
|
||||||
type: requires
|
type: requires
|
||||||
name: '@Author::ETHER/prereqs for @Author::ETHER'
|
name: '@Author::ETHER/prereqs for @Author::ETHER'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::PPPort
|
class: Dist::Zilla::Plugin::PPPort
|
||||||
name: PPPort
|
name: PPPort
|
||||||
version: '0.008'
|
version: '0.010'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::RemovePrereqs
|
class: Dist::Zilla::Plugin::RemovePrereqs
|
||||||
config:
|
config:
|
||||||
|
@ -844,7 +826,7 @@ x_Dist_Zilla:
|
||||||
modules_to_remove:
|
modules_to_remove:
|
||||||
- feature
|
- feature
|
||||||
name: RemovePrereqs
|
name: RemovePrereqs
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Prereqs
|
class: Dist::Zilla::Plugin::Prereqs
|
||||||
config:
|
config:
|
||||||
|
@ -852,14 +834,14 @@ x_Dist_Zilla:
|
||||||
phase: test
|
phase: test
|
||||||
type: suggests
|
type: suggests
|
||||||
name: TestSuggests
|
name: TestSuggests
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::OnlyCorePrereqs
|
class: Dist::Zilla::Plugin::OnlyCorePrereqs
|
||||||
config:
|
config:
|
||||||
Dist::Zilla::Plugin::OnlyCorePrereqs:
|
Dist::Zilla::Plugin::OnlyCorePrereqs:
|
||||||
also_disallow: []
|
also_disallow: []
|
||||||
check_dual_life_versions: '1'
|
check_dual_life_versions: '1'
|
||||||
deprecated_ok: '0'
|
deprecated_ok: 0
|
||||||
phases:
|
phases:
|
||||||
- configure
|
- configure
|
||||||
- build
|
- build
|
||||||
|
@ -872,11 +854,11 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::MetaResources
|
class: Dist::Zilla::Plugin::MetaResources
|
||||||
name: MetaResources
|
name: MetaResources
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Substitute
|
class: Dist::Zilla::Plugin::Substitute
|
||||||
name: Substitute
|
name: Substitute
|
||||||
version: '0.006'
|
version: '0.007'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::Run::AfterRelease
|
class: Dist::Zilla::Plugin::Run::AfterRelease
|
||||||
config:
|
config:
|
||||||
|
@ -891,43 +873,43 @@ x_Dist_Zilla:
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':InstallModules'
|
name: ':InstallModules'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':IncModules'
|
name: ':IncModules'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':TestFiles'
|
name: ':TestFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':ExtraTestFiles'
|
name: ':ExtraTestFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':ExecFiles'
|
name: ':ExecFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':PerlExecFiles'
|
name: ':PerlExecFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':ShareFiles'
|
name: ':ShareFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':MainModule'
|
name: ':MainModule'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':AllFiles'
|
name: ':AllFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::FinderCode
|
class: Dist::Zilla::Plugin::FinderCode
|
||||||
name: ':NoFiles'
|
name: ':NoFiles'
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
-
|
-
|
||||||
class: Dist::Zilla::Plugin::VerifyPhases
|
class: Dist::Zilla::Plugin::VerifyPhases
|
||||||
name: '@Author::ETHER/PHASE VERIFICATION'
|
name: '@Author::ETHER/PHASE VERIFICATION'
|
||||||
|
@ -935,22 +917,22 @@ x_Dist_Zilla:
|
||||||
zilla:
|
zilla:
|
||||||
class: Dist::Zilla::Dist::Builder
|
class: Dist::Zilla::Dist::Builder
|
||||||
config:
|
config:
|
||||||
is_trial: '0'
|
is_trial: 0
|
||||||
version: '6.013'
|
version: '6.030'
|
||||||
x_authority: cpan:FLORA
|
x_authority: cpan:FLORA
|
||||||
x_contributors:
|
x_contributors:
|
||||||
- 'Karen Etheridge <ether@cpan.org>'
|
- 'Karen Etheridge <ether@cpan.org>'
|
||||||
- 'Graham Knop <haarg@haarg.org>'
|
- 'Graham Knop <haarg@haarg.org>'
|
||||||
- 'Leon Timmermans <fawaka@gmail.com>'
|
- 'Leon Timmermans <fawaka@gmail.com>'
|
||||||
- 'Reini Urban <rurban@cpan.org>'
|
|
||||||
- 'Florian Ragwitz <rafl@debian.org>'
|
- 'Florian Ragwitz <rafl@debian.org>'
|
||||||
|
- 'Reini Urban <rurban@cpan.org>'
|
||||||
- 'Matthijs van Duin <xmath-no-spam@nospam.cpan.org>'
|
- 'Matthijs van Duin <xmath-no-spam@nospam.cpan.org>'
|
||||||
- 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>'
|
- 'Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>'
|
||||||
- 'gfx <gfuji@cpan.org>'
|
- 'gfx <gfuji@cpan.org>'
|
||||||
- 'Aristotle Pagaltzis <pagaltzis@gmx.de>'
|
- 'Aristotle Pagaltzis <pagaltzis@gmx.de>'
|
||||||
- 'J.R. Mash <jmash.code@gmail.com>'
|
|
||||||
- 'Alexander Bluhm <alexander.bluhm@gmx.net>'
|
- 'Alexander Bluhm <alexander.bluhm@gmx.net>'
|
||||||
x_generated_by_perl: v5.31.4
|
- 'J.R. Mash <jmash.code@gmail.com>'
|
||||||
x_serialization_backend: 'YAML::Tiny version 1.73'
|
x_generated_by_perl: v5.37.11
|
||||||
|
x_serialization_backend: 'YAML::Tiny version 1.74'
|
||||||
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
|
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
|
||||||
x_use_unsafe_inc: 0
|
x_use_unsafe_inc: 0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.013.
|
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ my %WriteMakefileArgs = (
|
||||||
"Test::More" => 0,
|
"Test::More" => 0,
|
||||||
"if" => 0
|
"if" => 0
|
||||||
},
|
},
|
||||||
"VERSION" => "0.26",
|
"VERSION" => "0.27",
|
||||||
"test" => {
|
"test" => {
|
||||||
"TESTS" => "t/*.t"
|
"TESTS" => "t/*.t"
|
||||||
}
|
}
|
||||||
|
|
2
Name.xs
2
Name.xs
|
@ -11,7 +11,7 @@
|
||||||
#define NEED_newSVpvn_flags
|
#define NEED_newSVpvn_flags
|
||||||
#define NEED_gv_fetchpvn_flags
|
#define NEED_gv_fetchpvn_flags
|
||||||
#define NEED_sv_catpvn_flags
|
#define NEED_sv_catpvn_flags
|
||||||
#define NEED_croak_xs_usage
|
#define NEED_croak_xs_usage /* running `perl ppport.h Name.xs` suggests removing this, but don't! see RT#125158 */
|
||||||
#include "ppport.h"
|
#include "ppport.h"
|
||||||
|
|
||||||
static MGVTBL subname_vtbl;
|
static MGVTBL subname_vtbl;
|
||||||
|
|
4
README
4
README
|
@ -1,5 +1,5 @@
|
||||||
This archive contains the distribution Sub-Name,
|
This archive contains the distribution Sub-Name,
|
||||||
version 0.26:
|
version 0.27:
|
||||||
|
|
||||||
(Re)name a sub
|
(Re)name a sub
|
||||||
|
|
||||||
|
@ -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.
|
the same terms as the Perl 5 programming language system itself.
|
||||||
|
|
||||||
|
|
||||||
This README file was generated by Dist::Zilla::Plugin::Readme v6.013.
|
This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package Sub::Name; # git description: v0.25-7-gdb146e5
|
package Sub::Name; # git description: v0.26-4-gf9cd47d
|
||||||
# ABSTRACT: (Re)name a sub
|
# ABSTRACT: (Re)name a sub
|
||||||
# KEYWORDS: subroutine function utility name rename symbol
|
# KEYWORDS: subroutine function utility name rename symbol
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ use 5.006;
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.26';
|
our $VERSION = '0.27';
|
||||||
|
|
||||||
use Exporter ();
|
use Exporter ();
|
||||||
*import = \&Exporter::import;
|
*import = \&Exporter::import;
|
||||||
|
@ -82,7 +82,7 @@ Sub::Name - (Re)name a sub
|
||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
version 0.26
|
version 0.27
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ Matthijs van Duin <xmath@cpan.org>
|
||||||
|
|
||||||
=head1 CONTRIBUTORS
|
=head1 CONTRIBUTORS
|
||||||
|
|
||||||
=for stopwords Karen Etheridge Graham Knop Leon Timmermans Reini Urban Florian Ragwitz Matthijs van Duin Dagfinn Ilmari Mannsåker gfx Aristotle Pagaltzis J.R. Mash Alexander Bluhm
|
=for stopwords Karen Etheridge Graham Knop Leon Timmermans Florian Ragwitz Reini Urban Matthijs van Duin Dagfinn Ilmari Mannsåker gfx Aristotle Pagaltzis Alexander Bluhm J.R. Mash
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
|
@ -159,11 +159,11 @@ Leon Timmermans <fawaka@gmail.com>
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
Reini Urban <rurban@cpan.org>
|
Florian Ragwitz <rafl@debian.org>
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
Florian Ragwitz <rafl@debian.org>
|
Reini Urban <rurban@cpan.org>
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
|
@ -183,11 +183,11 @@ Aristotle Pagaltzis <pagaltzis@gmx.de>
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
J.R. Mash <jmash.code@gmail.com>
|
Alexander Bluhm <alexander.bluhm@gmx.net>
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
Alexander Bluhm <alexander.bluhm@gmx.net>
|
J.R. Mash <jmash.code@gmail.com>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ do { my $x = {
|
||||||
},
|
},
|
||||||
'develop' => {
|
'develop' => {
|
||||||
'recommends' => {
|
'recommends' => {
|
||||||
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.150',
|
'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162',
|
||||||
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
|
'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
|
||||||
},
|
},
|
||||||
'requires' => {
|
'requires' => {
|
||||||
|
@ -115,14 +115,14 @@ do { my $x = {
|
||||||
'Dist::Zilla::Plugin::PPPort' => '0',
|
'Dist::Zilla::Plugin::PPPort' => '0',
|
||||||
'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
|
'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
|
||||||
'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
|
'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
|
||||||
'Dist::Zilla::Plugin::PodWeaver' => '4.005',
|
'Dist::Zilla::Plugin::PodWeaver' => '4.008',
|
||||||
'Dist::Zilla::Plugin::Prereqs' => '0',
|
'Dist::Zilla::Plugin::Prereqs' => '0',
|
||||||
'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
|
'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
|
||||||
'Dist::Zilla::Plugin::PromptIfStale' => '0',
|
'Dist::Zilla::Plugin::PromptIfStale' => '0',
|
||||||
'Dist::Zilla::Plugin::Readme' => '0',
|
'Dist::Zilla::Plugin::Readme' => '0',
|
||||||
'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
|
'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
|
||||||
'Dist::Zilla::Plugin::RemovePrereqs' => '0',
|
'Dist::Zilla::Plugin::RemovePrereqs' => '0',
|
||||||
'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
|
'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006',
|
||||||
'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
|
'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
|
||||||
'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
|
'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
|
||||||
'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
|
'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
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.029
|
||||||
|
|
||||||
use Test::More tests => 1;
|
use Test::More tests => 1;
|
||||||
|
|
||||||
|
@ -117,20 +117,24 @@ for my $phase ( qw(configure build test runtime develop other) ) {
|
||||||
my @reports = [qw/Module Want Have/];
|
my @reports = [qw/Module Want Have/];
|
||||||
|
|
||||||
for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
|
for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
|
||||||
next if $mod eq 'perl';
|
|
||||||
next if grep { $_ eq $mod } @exclude;
|
next if grep { $_ eq $mod } @exclude;
|
||||||
|
|
||||||
my $file = $mod;
|
|
||||||
$file =~ s{::}{/}g;
|
|
||||||
$file .= ".pm";
|
|
||||||
my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
|
|
||||||
|
|
||||||
my $want = $req_hash->{$phase}{$type}{$mod};
|
my $want = $req_hash->{$phase}{$type}{$mod};
|
||||||
$want = "undef" unless defined $want;
|
$want = "undef" unless defined $want;
|
||||||
$want = "any" if !$want && $want == 0;
|
$want = "any" if !$want && $want == 0;
|
||||||
|
|
||||||
|
if ($mod eq 'perl') {
|
||||||
|
push @reports, ['perl', $want, $]];
|
||||||
|
next;
|
||||||
|
}
|
||||||
|
|
||||||
my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
|
my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
|
||||||
|
|
||||||
|
my $file = $mod;
|
||||||
|
$file =~ s{::}{/}g;
|
||||||
|
$file .= ".pm";
|
||||||
|
my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
|
||||||
|
|
||||||
if ($prefix) {
|
if ($prefix) {
|
||||||
my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
|
my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
|
||||||
$have = "undef" unless defined $have;
|
$have = "undef" unless defined $have;
|
||||||
|
@ -196,6 +200,6 @@ if ( @dep_errors ) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
pass;
|
pass('Reported prereqs');
|
||||||
|
|
||||||
# vim: ts=4 sts=4 sw=4 et:
|
# vim: ts=4 sts=4 sw=4 et:
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More tests => 2;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
use Sub::Name;
|
use Sub::Name;
|
||||||
use B::Deparse;
|
use B::Deparse;
|
||||||
|
|
||||||
|
@ -12,3 +13,5 @@ my $source = eval {
|
||||||
ok !$@;
|
ok !$@;
|
||||||
|
|
||||||
like $source, qr/\@\_/;
|
like $source, qr/\@\_/;
|
||||||
|
|
||||||
|
done_testing;
|
||||||
|
|
|
@ -2,6 +2,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
|
|
||||||
plan skip_all => 'B::C required for testing perlcc -O3'
|
plan skip_all => 'B::C required for testing perlcc -O3'
|
||||||
unless eval { +require B::C; };
|
unless eval { +require B::C; };
|
||||||
|
@ -14,8 +15,6 @@ plan skip_all => 'Devel::CheckBin required for looking for a perlcc executable'
|
||||||
|
|
||||||
plan skip_all => 'perlcc required' unless Devel::CheckBin::can_run('perlcc');
|
plan skip_all => 'perlcc required' unless Devel::CheckBin::can_run('perlcc');
|
||||||
|
|
||||||
plan tests => 1;
|
|
||||||
|
|
||||||
my $f = "t/rt96893x.pl";
|
my $f = "t/rt96893x.pl";
|
||||||
open my $fh, ">", $f; END { unlink $f if $f }
|
open my $fh, ">", $f; END { unlink $f if $f }
|
||||||
print $fh 'use Sub::Name; subname("main::bar", sub{42}); print "# successfully ran subname() with perlcc\n";';
|
print $fh 'use Sub::Name; subname("main::bar", sub{42}); print "# successfully ran subname() with perlcc\n";';
|
||||||
|
@ -27,4 +26,6 @@ local $TODO = 'experimental, for informational purposes only';
|
||||||
is($? >> 8, 0, 'executable completed successfully');
|
is($? >> 8, 0, 'executable completed successfully');
|
||||||
|
|
||||||
unlink "t/rt96893x", "t/rt96893x.exe";
|
unlink "t/rt96893x", "t/rt96893x.exe";
|
||||||
|
|
||||||
|
done_testing;
|
||||||
# vim: ft=perl
|
# vim: ft=perl
|
||||||
|
|
|
@ -2,6 +2,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
use B 'svref_2object';
|
use B 'svref_2object';
|
||||||
BEGIN { $^P |= 0x210 }
|
BEGIN { $^P |= 0x210 }
|
||||||
|
|
||||||
|
@ -81,8 +82,6 @@ push @ordinal,
|
||||||
0x1f4a9, # PILE OF POO
|
0x1f4a9, # PILE OF POO
|
||||||
unless "$]" < 5.008;
|
unless "$]" < 5.008;
|
||||||
|
|
||||||
plan tests => @ordinal * 2 * 3;
|
|
||||||
|
|
||||||
my $legal_ident_char = "A-Z_a-z0-9'";
|
my $legal_ident_char = "A-Z_a-z0-9'";
|
||||||
$legal_ident_char .= join '', map chr, 0x100, 0x498
|
$legal_ident_char .= join '', map chr, 0x100, 0x498
|
||||||
unless "$]" < 5.008;
|
unless "$]" < 5.008;
|
||||||
|
@ -100,6 +99,11 @@ for my $ord (@ordinal) {
|
||||||
|
|
||||||
# test that we can *always* compile at least within the correct package
|
# test that we can *always* compile at least within the correct package
|
||||||
my $expected;
|
my $expected;
|
||||||
|
SKIP: {
|
||||||
|
skip 'single quote as a package separator has been '.
|
||||||
|
("$]" gt '5.041001' ? 'removed' : 'deprecated'), 3
|
||||||
|
if $ord == 39 and "$]" gt '5.037009';
|
||||||
|
|
||||||
if ( chr($ord) =~ m/^[$legal_ident_char]$/o ) { # compile directly
|
if ( chr($ord) =~ m/^[$legal_ident_char]$/o ) { # compile directly
|
||||||
$expected = "native::$fullname";
|
$expected = "native::$fullname";
|
||||||
$sub = compile_named_sub $expected => '(caller(0))[3]';
|
$sub = compile_named_sub $expected => '(caller(0))[3]';
|
||||||
|
@ -119,4 +123,7 @@ for my $ord (@ordinal) {
|
||||||
$sub = compile_named_sub 'palatable::sub' => '(caller(0))[3]';
|
$sub = compile_named_sub 'palatable::sub' => '(caller(0))[3]';
|
||||||
}
|
}
|
||||||
caller3_ok $sub, $expected, 'natively compiled sub', $ord;
|
caller3_ok $sub, $expected, 'natively compiled sub', $ord;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
done_testing;
|
||||||
|
|
|
@ -2,6 +2,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if ("$]" < 5.018) {
|
if ("$]" < 5.018) {
|
||||||
plan 'skip_all' => 'lexical subs not supported on this perl';
|
plan 'skip_all' => 'lexical subs not supported on this perl';
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More tests => 1;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
use Sub::Name;
|
use Sub::Name;
|
||||||
|
|
||||||
|
plan skip_all => 'single quote as a package separator has been removed'
|
||||||
|
if "$]" gt '5.041001';
|
||||||
|
plan skip_all => 'single quote as a package separator has been deprecated'
|
||||||
|
if "$]" gt '5.037009';
|
||||||
|
|
||||||
my $sub = sub { (caller(0))[3] };
|
my $sub = sub { (caller(0))[3] };
|
||||||
subname "foo::quz'bar::baz", $sub;
|
subname "foo::quz'bar::baz", $sub;
|
||||||
|
|
||||||
|
@ -13,3 +19,5 @@ is(
|
||||||
"foo::quz::bar::baz",
|
"foo::quz::bar::baz",
|
||||||
'correctly parsed single quote from name where the last separator is ::',
|
'correctly parsed single quote from name where the last separator is ::',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
done_testing;
|
||||||
|
|
|
@ -3,7 +3,8 @@ use warnings;
|
||||||
|
|
||||||
BEGIN { $^P |= 0x210 }
|
BEGIN { $^P |= 0x210 }
|
||||||
|
|
||||||
use Test::More tests => 10;
|
use Test::More;
|
||||||
|
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
|
||||||
use Sub::Name;
|
use Sub::Name;
|
||||||
|
|
||||||
my $x = subname foo => sub { (caller 0)[3] };
|
my $x = subname foo => sub { (caller 0)[3] };
|
||||||
|
@ -40,4 +41,5 @@ for ("Blork:: Bar!", "Foo::Bar::Baz") {
|
||||||
::is($DB::sub{$_}, $anon);
|
::is($DB::sub{$_}, $anon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::done_testing();
|
||||||
# vim: ft=perl
|
# vim: ft=perl
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
use strict;
|
|
||||||
use warnings;
|
|
||||||
|
|
||||||
use Test::More;
|
|
||||||
plan skip_all => 'xt/release/changes_has_content.t is missing' if not -e 'xt/release/changes_has_content.t';
|
|
||||||
|
|
||||||
# skip for master branch, only for travis
|
|
||||||
if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') {
|
|
||||||
chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`));
|
|
||||||
$TODO = 'Changes need not have content for this release yet if this is only the master branch'
|
|
||||||
if ($branch_name || '') eq 'master';
|
|
||||||
}
|
|
||||||
|
|
||||||
do './xt/release/changes_has_content.t';
|
|
||||||
die $@ if $@;
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!perl
|
#!perl
|
||||||
# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
|
# This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
use Test::CPAN::Meta;
|
use Test::CPAN::Meta;
|
||||||
|
|
||||||
meta_yaml_ok();
|
meta_yaml_ok();
|
|
@ -17,8 +17,8 @@ my @files = (
|
||||||
't/quotes-bug.t',
|
't/quotes-bug.t',
|
||||||
't/smoke.t',
|
't/smoke.t',
|
||||||
'xt/author/00-compile.t',
|
'xt/author/00-compile.t',
|
||||||
'xt/author/changes_has_content.t',
|
|
||||||
'xt/author/clean-namespaces.t',
|
'xt/author/clean-namespaces.t',
|
||||||
|
'xt/author/distmeta.t',
|
||||||
'xt/author/eol.t',
|
'xt/author/eol.t',
|
||||||
'xt/author/kwalitee.t',
|
'xt/author/kwalitee.t',
|
||||||
'xt/author/minimum-version.t',
|
'xt/author/minimum-version.t',
|
||||||
|
@ -30,8 +30,7 @@ my @files = (
|
||||||
'xt/author/pod-syntax.t',
|
'xt/author/pod-syntax.t',
|
||||||
'xt/author/portability.t',
|
'xt/author/portability.t',
|
||||||
'xt/release/changes_has_content.t',
|
'xt/release/changes_has_content.t',
|
||||||
'xt/release/cpan-changes.t',
|
'xt/release/cpan-changes.t'
|
||||||
'xt/release/distmeta.t'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
|
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
|
||||||
|
|
|
@ -17,8 +17,8 @@ my @files = (
|
||||||
't/quotes-bug.t',
|
't/quotes-bug.t',
|
||||||
't/smoke.t',
|
't/smoke.t',
|
||||||
'xt/author/00-compile.t',
|
'xt/author/00-compile.t',
|
||||||
'xt/author/changes_has_content.t',
|
|
||||||
'xt/author/clean-namespaces.t',
|
'xt/author/clean-namespaces.t',
|
||||||
|
'xt/author/distmeta.t',
|
||||||
'xt/author/eol.t',
|
'xt/author/eol.t',
|
||||||
'xt/author/kwalitee.t',
|
'xt/author/kwalitee.t',
|
||||||
'xt/author/minimum-version.t',
|
'xt/author/minimum-version.t',
|
||||||
|
@ -30,8 +30,7 @@ my @files = (
|
||||||
'xt/author/pod-syntax.t',
|
'xt/author/pod-syntax.t',
|
||||||
'xt/author/portability.t',
|
'xt/author/portability.t',
|
||||||
'xt/release/changes_has_content.t',
|
'xt/release/changes_has_content.t',
|
||||||
'xt/release/cpan-changes.t',
|
'xt/release/cpan-changes.t'
|
||||||
'xt/release/distmeta.t'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
notabs_ok($_) foreach @files;
|
notabs_ok($_) foreach @files;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#!perl
|
#!perl
|
||||||
# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
|
# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
use Test::Pod::Coverage 1.08;
|
use Test::Pod::Coverage 1.08;
|
||||||
use Pod::Coverage::TrustPod;
|
use Pod::Coverage::TrustPod;
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@ use warnings;
|
||||||
|
|
||||||
use Test::More;
|
use Test::More;
|
||||||
|
|
||||||
eval 'use Test::Portability::Files';
|
use Test::Portability::Files;
|
||||||
plan skip_all => 'Test::Portability::Files required for testing portability'
|
|
||||||
if $@;
|
|
||||||
|
|
||||||
run_tests();
|
run_tests();
|
||||||
|
|
|
@ -2,7 +2,7 @@ use Test::More tests => 2;
|
||||||
|
|
||||||
note 'Checking Changes';
|
note 'Checking Changes';
|
||||||
my $changes_file = 'Changes';
|
my $changes_file = 'Changes';
|
||||||
my $newver = '0.26';
|
my $newver = '0.27';
|
||||||
my $trial_token = '-TRIAL';
|
my $trial_token = '-TRIAL';
|
||||||
my $encoding = 'UTF-8';
|
my $encoding = 'UTF-8';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue