Codebase list libdist-zilla-plugin-modulebuildtiny-fallback-perl / bf5fd40
New upstream snapshot. Debian Janitor 2 years ago
25 changed file(s) with 872 addition(s) and 669 deletion(s). Raw diff Collapse all Expand all
00 # This Build.PL for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback was generated by
1 # Dist::Zilla::Plugin::ModuleBuildTiny::Fallback 0.025
1 # Dist::Zilla::Plugin::ModuleBuildTiny::Fallback 0.026
22 use strict;
33 use warnings;
44
55 my %configure_requires = (
6 'ExtUtils::MakeMaker' => '0',
67 'Module::Build::Tiny' => '0.034',
78 );
89
1112 $_ => $@,
1213 } keys %configure_requires;
1314
14 if (!grep { $_ } values %errors)
15 if (!grep $_, values %errors)
1516 {
1617 # This section for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
1718 use strict;
2829 warn <<'EOW'
2930 *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
3031
31 If you're seeing this warning, your toolchain is really, really old* and you'll
32 almost certainly have problems installing CPAN modules from this century. But
33 never fear, dear user, for we have the technology to fix this!
32 If you're seeing this warning, your toolchain is really, really old* and
33 you'll almost certainly have problems installing CPAN modules from this
34 century. But never fear, dear user, for we have the technology to fix this!
3435
3536 If you're using CPAN.pm to install things, then you can upgrade it using:
3637
4849
4950 ----
5051
51 * Alternatively, you are running this file manually, in which case you need
52 to learn to first fulfill all configure requires prerequisites listed in
53 META.yml or META.json -- or use a cpan client to install this distribution.
52 * Alternatively, you are running this file manually, in which case you need to
53 learn to first fulfill all configure requires prerequisites listed in META.yml
54 or META.json -- or use a cpan client to install this distribution.
5455
5556 You can also silence this warning for future installations by setting the
5657 PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
6768 }
6869
6970
70 # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.009.
71 # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.017.
7172 use strict;
7273 use warnings;
7374
7677
7778 my %module_build_args = (
7879 "configure_requires" => {
80 "ExtUtils::MakeMaker" => 0,
7981 "Module::Build::Tiny" => "0.034",
8082 "perl" => "5.006"
8183 },
8486 "Karen Etheridge <ether\@cpan.org>"
8587 ],
8688 "dist_name" => "Dist-Zilla-Plugin-ModuleBuildTiny-Fallback",
87 "dist_version" => "0.025",
89 "dist_version" => "0.026",
8890 "license" => "perl",
8991 "module_name" => "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback",
9092 "recursive_test_files" => 1,
98100 "List::Util" => 0,
99101 "Moose" => 0,
100102 "Moose::Util" => 0,
101 "MooseX::Types" => 0,
102 "MooseX::Types::Moose" => 0,
103103 "Scalar::Util" => 0,
104 "Types::Standard" => 0,
104105 "namespace::autoclean" => 0,
105106 "perl" => "5.006",
106107 "strict" => 0,
115116 "Test::DZil" => 0,
116117 "Test::Deep" => 0,
117118 "Test::Fatal" => 0,
118 "Test::More" => "0.88",
119 "Test::More" => "0.96",
119120 "Test::Needs" => 0,
120121 "Test::Warnings" => 0,
121122 "if" => 0,
133134 "Test::DZil" => 0,
134135 "Test::Deep" => 0,
135136 "Test::Fatal" => 0,
136 "Test::More" => "0.88",
137 "Test::More" => "0.96",
137138 "Test::Needs" => 0,
138139 "Test::Warnings" => 0,
139140 "if" => 0,
2020 $ prove -lv t/some_test_file.t
2121 $ prove -lvr t/
2222
23 In most cases, 'prove' is entirely sufficent for you to test any
24 patches you have.
23 In most cases, 'prove' is entirely sufficient for you to test any patches you
24 have.
2525
2626 You may need to satisfy some dependencies. The easiest way to satisfy
2727 dependencies is to install the last release -- this is available at
7070
7171 You can learn more about Dist::Zilla at http://dzil.org/.
7272
73 The code for this distribution is hosted at GitHub. The repository is:
74 https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
75 You can submit code changes by forking the repository, pushing your code
76 changes to your clone, and then submitting a pull request. Detailed
77 instructions for doing that is available here:
78
79 https://help.github.com/articles/creating-a-pull-request
8073
8174 If you have found a bug, but do not have an accompanying patch to fix it, you
8275 can submit an issue report here:
9588 request to the .mailmap file to contain the correct mapping.
9689
9790
98 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.013 from a
99 template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.122.
91 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015
92 from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.161.
00 Revision history for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
1
2 0.026 2021-06-05 14:05:56Z
3 - warning messages shown to the user are text-wrapped to 78 chars
14
25 0.025 2017-03-05 01:31:22Z
36 - fix test failure that occurs in combination with a particular
2020
2121 ## Manual installation
2222
23 As a last resort, you can manually install it. Download the tarball, untar it,
24 then build it:
23 As a last resort, you can manually install it. If you have not already
24 downloaded the release tarball, you can find the download link on the module's
25 MetaCPAN page: https://metacpan.org/pod/Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
26
27 Untar the tarball, install configure prerequisites (see below), then build it:
2528
2629 % perl Build.PL
2730 % ./Build && ./Build test
3033
3134 % ./Build install
3235
36 Or the more portable variation:
37
38 % perl Build.PL
39 % perl Build
40 % perl Build test
41 % perl Build install
42
3343 If your perl is system-managed, you can create a local::lib in your home
3444 directory to install modules to. For details, see the local::lib documentation:
3545 https://metacpan.org/pod/local::lib
3646
47 The prerequisites of this distribution will also have to be installed manually. The
48 prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
49 by running the manual build process described above.
50
51 ## Configure Prerequisites
52
53 This distribution requires other modules to be installed before this
54 distribution's installer can be run. They can be found under the
55 "configure_requires" key of META.yml or the
56 "{prereqs}{configure}{requires}" key of META.json.
57
58 ## Other Prerequisites
59
60 This distribution may require additional modules to be installed after running
61 Build.PL or Makefile.PL.
62 Look for prerequisites in the following phases:
63
64 * to run ./Build or make, PHASE = build
65 * to use the module code itself, PHASE = runtime
66 * to run tests, PHASE = test
67
68 They can all be found in the "PHASE_requires" key of MYMETA.yml or the
69 "{prereqs}{PHASE}{requires}" key of MYMETA.json.
70
3771 ## Documentation
3872
3973 Dist-Zilla-Plugin-ModuleBuildTiny-Fallback documentation is available as POD.
40 You can run perldoc from a shell to read the documentation:
74 You can run `perldoc` from a shell to read the documentation:
4175
4276 % perldoc Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
77
78 For more information on installing Perl modules via CPAN, please see:
79 https://www.cpan.org/modules/INSTALL.html
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
11 Build.PL
22 CONTRIBUTING
33 Changes
2121 t/zzz-check-breaks.t
2222 xt/author/00-compile.t
2323 xt/author/clean-namespaces.t
24 xt/author/distmeta.t
2425 xt/author/eol.t
2526 xt/author/kwalitee.t
27 xt/author/minimum-version.t
2628 xt/author/mojibake.t
2729 xt/author/no-tabs.t
2830 xt/author/pod-coverage.t
3234 xt/author/portability.t
3335 xt/release/changes_has_content.t
3436 xt/release/cpan-changes.t
35 xt/release/distmeta.t
36 xt/release/minimum-version.t
33 "Karen Etheridge <ether@cpan.org>"
44 ],
55 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
6 "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
77 "keywords" : [
88 "plugin",
99 "installer",
3131 "prereqs" : {
3232 "configure" : {
3333 "requires" : {
34 "ExtUtils::MakeMaker" : "0",
3435 "Module::Build::Tiny" : "0.034",
3536 "perl" : "5.006"
3637 }
3738 },
3839 "develop" : {
3940 "recommends" : {
40 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.122"
41 },
41 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.161",
42 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007"
43 },
44 "requires" : {
45 "Encode" : "0",
46 "File::Spec" : "0",
47 "IO::Handle" : "0",
48 "IPC::Open3" : "0",
49 "Pod::Coverage::TrustPod" : "0",
50 "Pod::Wordlist" : "0",
51 "Test::CPAN::Changes" : "0.19",
52 "Test::CPAN::Meta" : "0",
53 "Test::CleanNamespaces" : "0.15",
54 "Test::EOL" : "0",
55 "Test::Kwalitee" : "1.21",
56 "Test::MinimumVersion" : "0",
57 "Test::Mojibake" : "0",
58 "Test::More" : "0.96",
59 "Test::NoTabs" : "0",
60 "Test::Pod" : "1.41",
61 "Test::Pod::Coverage" : "1.08",
62 "Test::Pod::No404s" : "0",
63 "Test::Portability::Files" : "0",
64 "Test::Spelling" : "0.12",
65 "Test::Warnings" : "0",
66 "perl" : "5.006"
67 }
68 },
69 "runtime" : {
70 "requires" : {
71 "Dist::Zilla::Plugin::ModuleBuild" : "0",
72 "Dist::Zilla::Plugin::ModuleBuildTiny" : "0",
73 "Dist::Zilla::Role::BeforeBuild" : "0",
74 "Dist::Zilla::Role::BuildPL" : "0",
75 "Dist::Zilla::Role::FileGatherer" : "0",
76 "Dist::Zilla::Role::PrereqSource" : "0",
77 "List::Util" : "0",
78 "Moose" : "0",
79 "Moose::Util" : "0",
80 "Scalar::Util" : "0",
81 "Types::Standard" : "0",
82 "namespace::autoclean" : "0",
83 "perl" : "5.006",
84 "strict" : "0",
85 "warnings" : "0"
86 }
87 },
88 "test" : {
89 "recommends" : {
90 "CPAN::Meta" : "2.120900"
91 },
92 "requires" : {
93 "Dist::Zilla::Role::FileMunger" : "0",
94 "File::Spec" : "0",
95 "File::pushd" : "0",
96 "Module::Metadata" : "0",
97 "Path::Tiny" : "0",
98 "Test::DZil" : "0",
99 "Test::Deep" : "0",
100 "Test::Fatal" : "0",
101 "Test::More" : "0.96",
102 "Test::Needs" : "0",
103 "Test::Warnings" : "0",
104 "if" : "0",
105 "perl" : "5.006"
106 }
107 },
108 "x_Dist_Zilla" : {
42109 "requires" : {
43110 "Dist::Zilla" : "5",
44111 "Dist::Zilla::Plugin::Authority" : "1.009",
47114 "Dist::Zilla::Plugin::Bootstrap::lib" : "0",
48115 "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004",
49116 "Dist::Zilla::Plugin::CheckIssues" : "0",
117 "Dist::Zilla::Plugin::CheckMetaResources" : "0",
50118 "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0.019",
51119 "Dist::Zilla::Plugin::CheckSelfDependency" : "0",
52120 "Dist::Zilla::Plugin::CheckStrictVersion" : "0",
53121 "Dist::Zilla::Plugin::ConfirmRelease" : "0",
54122 "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0",
123 "Dist::Zilla::Plugin::EnsureLatestPerl" : "0",
55124 "Dist::Zilla::Plugin::FileFinder::ByName" : "0",
56125 "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : "0",
57126 "Dist::Zilla::Plugin::Git::Check" : "0",
69138 "Dist::Zilla::Plugin::InstallGuide" : "1.200005",
70139 "Dist::Zilla::Plugin::Keywords" : "0.004",
71140 "Dist::Zilla::Plugin::License" : "5.038",
72 "Dist::Zilla::Plugin::MakeMaker::Fallback" : "0.012",
141 "Dist::Zilla::Plugin::MakeMaker::Fallback" : "0.029",
73142 "Dist::Zilla::Plugin::Manifest" : "0",
74143 "Dist::Zilla::Plugin::MetaConfig" : "0",
75144 "Dist::Zilla::Plugin::MetaJSON" : "0",
85154 "Dist::Zilla::Plugin::NextRelease" : "5.033",
86155 "Dist::Zilla::Plugin::PodCoverageTests" : "5.040",
87156 "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040",
88 "Dist::Zilla::Plugin::PodWeaver" : "4.005",
157 "Dist::Zilla::Plugin::PodWeaver" : "4.008",
89158 "Dist::Zilla::Plugin::Prereqs" : "0",
90159 "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006",
91160 "Dist::Zilla::Plugin::PromptIfStale" : "0",
92161 "Dist::Zilla::Plugin::Readme" : "0",
93162 "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
94 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
163 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006",
95164 "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
96165 "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
97166 "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
103172 "Dist::Zilla::Plugin::Test::Compile" : "2.039",
104173 "Dist::Zilla::Plugin::Test::EOL" : "0.17",
105174 "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10",
106 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003",
175 "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000010",
107176 "Dist::Zilla::Plugin::Test::NoTabs" : "0.08",
108177 "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.003",
109178 "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006003",
111180 "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
112181 "Dist::Zilla::Plugin::TestRelease" : "0",
113182 "Dist::Zilla::Plugin::UploadToCPAN" : "0",
183 "Dist::Zilla::Plugin::UseUnsafeInc" : "0",
114184 "Dist::Zilla::PluginBundle::Author::ETHER" : "0.103",
115 "File::Spec" : "0",
116 "IO::Handle" : "0",
117 "IPC::Open3" : "0",
118 "Pod::Coverage::TrustPod" : "0",
119 "Pod::Wordlist" : "0",
185 "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007",
120186 "Software::License::Perl_5" : "0",
121 "Test::CPAN::Changes" : "0.19",
122 "Test::CPAN::Meta" : "0",
123 "Test::CleanNamespaces" : "0.15",
124 "Test::EOL" : "0",
125 "Test::Kwalitee" : "1.21",
126 "Test::MinimumVersion" : "0",
127 "Test::Mojibake" : "0",
128 "Test::More" : "0.96",
129 "Test::NoTabs" : "0",
130 "Test::Pod" : "1.41",
131 "Test::Pod::Coverage" : "1.08",
132 "Test::Pod::No404s" : "0",
133 "Test::Portability::Files" : "0",
134 "Test::Spelling" : "0.12",
135 "Test::Warnings" : "0",
136 "blib" : "1.01",
137 "perl" : "5.006"
138 }
139 },
140 "runtime" : {
141 "requires" : {
142 "Dist::Zilla::Plugin::ModuleBuild" : "0",
143 "Dist::Zilla::Plugin::ModuleBuildTiny" : "0",
144 "Dist::Zilla::Role::BeforeBuild" : "0",
145 "Dist::Zilla::Role::BuildPL" : "0",
146 "Dist::Zilla::Role::FileGatherer" : "0",
147 "Dist::Zilla::Role::PrereqSource" : "0",
148 "List::Util" : "0",
149 "Moose" : "0",
150 "Moose::Util" : "0",
151 "MooseX::Types" : "0",
152 "MooseX::Types::Moose" : "0",
153 "Scalar::Util" : "0",
154 "namespace::autoclean" : "0",
155 "perl" : "5.006",
156 "strict" : "0",
157 "warnings" : "0"
158 }
159 },
160 "test" : {
161 "recommends" : {
162 "CPAN::Meta" : "2.120900"
163 },
164 "requires" : {
165 "Dist::Zilla::Role::FileMunger" : "0",
166 "File::Spec" : "0",
167 "File::pushd" : "0",
168 "Module::Metadata" : "0",
169 "Path::Tiny" : "0",
170 "Test::DZil" : "0",
171 "Test::Deep" : "0",
172 "Test::Fatal" : "0",
173 "Test::More" : "0.88",
174 "Test::Needs" : "0",
175 "Test::Warnings" : "0",
176 "if" : "0",
177 "perl" : "5.006"
187 "Types::Standard" : "0"
178188 }
179189 }
180190 },
181191 "provides" : {
182192 "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" : {
183193 "file" : "lib/Dist/Zilla/Plugin/ModuleBuildTiny/Fallback.pm",
184 "version" : "0.025"
194 "version" : "0.026"
185195 }
186196 },
187197 "release_status" : "stable",
190200 "mailto" : "bug-Dist-Zilla-Plugin-ModuleBuildTiny-Fallback@rt.cpan.org",
191201 "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-ModuleBuildTiny-Fallback"
192202 },
193 "homepage" : "https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback",
194 "repository" : {
195 "type" : "git",
196 "url" : "https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback.git",
197 "web" : "https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback"
198 },
203 "repository" : {},
199204 "x_IRC" : "irc://irc.perl.org/#distzilla",
200205 "x_MailingList" : "http://dzil.org/#mailing-list"
201206 },
202 "version" : "0.025",
207 "version" : "0.026",
203208 "x_Dist_Zilla" : {
204209 "perl" : {
205 "version" : "5.025010"
210 "version" : "5.032001"
206211 },
207212 "plugins" : [
208213 {
209214 "class" : "Dist::Zilla::Plugin::Bootstrap::lib",
210215 "config" : {
211216 "Dist::Zilla::Role::Bootstrap" : {
212 "$Dist::Zilla::Role::Bootstrap::VERSION" : "1.001003",
217 "$Dist::Zilla::Role::Bootstrap::VERSION" : "1.001004",
213218 "distname" : "Dist-Zilla-Plugin-ModuleBuildTiny-Fallback",
214219 "fallback" : 1,
215220 "try_built" : null,
217222 }
218223 },
219224 "name" : "Bootstrap::lib",
220 "version" : "1.001001"
225 "version" : "1.001002"
221226 },
222227 {
223228 "class" : "Dist::Zilla::Plugin::MungeFile::WithDataSection",
238243 "config" : {
239244 "Dist::Zilla::Plugin::Prereqs" : {
240245 "phase" : "develop",
241 "type" : "requires"
242 }
243 },
244 "name" : "@Author::ETHER/bundle_plugins",
245 "version" : "6.009"
246 },
247 {
248 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
249 "config" : {
250 "Dist::Zilla::Plugin::RewriteVersion" : {
251 "add_tarball_name" : 0,
252 "finders" : [
253 ":ExecFiles",
254 ":InstallModules"
255 ],
256 "global" : 1,
257 "skip_version_provider" : 0
258 },
259 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
260 },
261 "name" : "@Author::ETHER/RewriteVersion::Transitional",
262 "version" : "0.007"
246 "type" : "recommends"
247 }
248 },
249 "name" : "@Author::ETHER/pluginbundle version",
250 "version" : "6.017"
263251 },
264252 {
265253 "class" : "Dist::Zilla::Plugin::PromptIfStale",
276264 }
277265 },
278266 "name" : "@Author::ETHER/stale modules, build",
279 "version" : "0.052"
280 },
281 {
282 "class" : "Dist::Zilla::Plugin::PromptIfStale",
283 "config" : {
284 "Dist::Zilla::Plugin::PromptIfStale" : {
285 "check_all_plugins" : 1,
286 "check_all_prereqs" : 1,
287 "modules" : [],
288 "phase" : "release",
289 "run_under_travis" : 0,
290 "skip" : []
291 }
292 },
293 "name" : "@Author::ETHER/stale modules, release",
294 "version" : "0.052"
267 "version" : "0.057"
295268 },
296269 {
297270 "class" : "Dist::Zilla::Plugin::FileFinder::ByName",
298271 "name" : "@Author::ETHER/Examples",
299 "version" : "6.009"
272 "version" : "6.017"
300273 },
301274 {
302275 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
320293 }
321294 },
322295 "name" : "@Author::ETHER/Git::GatherDir",
323 "version" : "2.041"
296 "version" : "2.047"
324297 },
325298 {
326299 "class" : "Dist::Zilla::Plugin::MetaYAML",
327300 "name" : "@Author::ETHER/MetaYAML",
328 "version" : "6.009"
301 "version" : "6.017"
329302 },
330303 {
331304 "class" : "Dist::Zilla::Plugin::MetaJSON",
332305 "name" : "@Author::ETHER/MetaJSON",
333 "version" : "6.009"
306 "version" : "6.017"
334307 },
335308 {
336309 "class" : "Dist::Zilla::Plugin::Readme",
337310 "name" : "@Author::ETHER/Readme",
338 "version" : "6.009"
311 "version" : "6.017"
339312 },
340313 {
341314 "class" : "Dist::Zilla::Plugin::Manifest",
342315 "name" : "@Author::ETHER/Manifest",
343 "version" : "6.009"
316 "version" : "6.017"
344317 },
345318 {
346319 "class" : "Dist::Zilla::Plugin::License",
347320 "name" : "@Author::ETHER/License",
348 "version" : "6.009"
321 "version" : "6.017"
349322 },
350323 {
351324 "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir",
361334 "Dist::Zilla::Role::RepoFileInjector" : {
362335 "allow_overwrite" : 1,
363336 "repo_root" : ".",
364 "version" : "0.007"
337 "version" : "0.009"
365338 }
366339 },
367340 "name" : "@Author::ETHER/generate CONTRIBUTING",
368 "version" : "0.013"
341 "version" : "0.015"
369342 },
370343 {
371344 "class" : "Dist::Zilla::Plugin::InstallGuide",
345 "config" : {
346 "Dist::Zilla::Role::ModuleMetadata" : {
347 "Module::Metadata" : "1.000037",
348 "version" : "0.006"
349 }
350 },
372351 "name" : "@Author::ETHER/InstallGuide",
373 "version" : "1.200007"
352 "version" : "1.200014"
374353 },
375354 {
376355 "class" : "Dist::Zilla::Plugin::Test::Compile",
394373 }
395374 },
396375 "name" : "@Author::ETHER/Test::Compile",
397 "version" : "2.056"
376 "version" : "2.058"
398377 },
399378 {
400379 "class" : "Dist::Zilla::Plugin::Test::NoTabs",
434413 {
435414 "class" : "Dist::Zilla::Plugin::MetaTests",
436415 "name" : "@Author::ETHER/MetaTests",
437 "version" : "6.009"
416 "version" : "6.017"
438417 },
439418 {
440419 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
449428 {
450429 "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
451430 "name" : "@Author::ETHER/Test::ChangesHasContent",
452 "version" : "0.010"
431 "version" : "0.011"
453432 },
454433 {
455434 "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
435 "config" : {
436 "Dist::Zilla::Plugin::Test::MinimumVersion" : {
437 "max_target_perl" : 5.008003
438 }
439 },
456440 "name" : "@Author::ETHER/Test::MinimumVersion",
457 "version" : "2.000007"
441 "version" : "2.000010"
458442 },
459443 {
460444 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
461445 "name" : "@Author::ETHER/PodSyntaxTests",
462 "version" : "6.009"
446 "version" : "6.017"
463447 },
464448 {
465449 "class" : "Dist::Zilla::Plugin::PodCoverageTests",
466450 "name" : "@Author::ETHER/PodCoverageTests",
467 "version" : "6.009"
451 "version" : "6.017"
468452 },
469453 {
470454 "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
485469 }
486470 },
487471 "name" : "@Author::ETHER/Test::PodSpelling",
488 "version" : "2.007004"
472 "version" : "2.007005"
489473 },
490474 {
491475 "class" : "Dist::Zilla::Plugin::Test::Pod::No404s",
492476 "name" : "@Author::ETHER/Test::Pod::No404s",
493 "version" : "1.003"
477 "version" : "1.004"
494478 },
495479 {
496480 "class" : "Dist::Zilla::Plugin::Test::Kwalitee",
511495 {
512496 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
513497 "name" : "@Author::ETHER/Test::ReportPrereqs",
514 "version" : "0.025"
498 "version" : "0.028"
515499 },
516500 {
517501 "class" : "Dist::Zilla::Plugin::Test::Portability",
554538 {
555539 "class" : "Pod::Weaver::Plugin::EnsurePod5",
556540 "name" : "@Author::ETHER/EnsurePod5",
557 "version" : "4.015"
541 "version" : "4.017"
558542 },
559543 {
560544 "class" : "Pod::Weaver::Plugin::H1Nester",
561545 "name" : "@Author::ETHER/H1Nester",
562 "version" : "4.015"
546 "version" : "4.017"
563547 },
564548 {
565549 "class" : "Pod::Weaver::Plugin::SingleEncoding",
566550 "name" : "@Author::ETHER/SingleEncoding",
567 "version" : "4.015"
551 "version" : "4.017"
568552 },
569553 {
570554 "class" : "Pod::Weaver::Plugin::Transformer",
571555 "name" : "@Author::ETHER/List",
572 "version" : "4.015"
556 "version" : "4.017"
573557 },
574558 {
575559 "class" : "Pod::Weaver::Plugin::Transformer",
576560 "name" : "@Author::ETHER/Verbatim",
577 "version" : "4.015"
561 "version" : "4.017"
578562 },
579563 {
580564 "class" : "Pod::Weaver::Section::Region",
581565 "name" : "@Author::ETHER/header",
582 "version" : "4.015"
566 "version" : "4.017"
583567 },
584568 {
585569 "class" : "Pod::Weaver::Section::Name",
586570 "name" : "@Author::ETHER/Name",
587 "version" : "4.015"
571 "version" : "4.017"
588572 },
589573 {
590574 "class" : "Pod::Weaver::Section::Version",
591575 "name" : "@Author::ETHER/Version",
592 "version" : "4.015"
576 "version" : "4.017"
593577 },
594578 {
595579 "class" : "Pod::Weaver::Section::Region",
596580 "name" : "@Author::ETHER/prelude",
597 "version" : "4.015"
581 "version" : "4.017"
598582 },
599583 {
600584 "class" : "Pod::Weaver::Section::Generic",
601585 "name" : "SYNOPSIS",
602 "version" : "4.015"
586 "version" : "4.017"
603587 },
604588 {
605589 "class" : "Pod::Weaver::Section::Generic",
606590 "name" : "DESCRIPTION",
607 "version" : "4.015"
591 "version" : "4.017"
608592 },
609593 {
610594 "class" : "Pod::Weaver::Section::Generic",
611595 "name" : "OVERVIEW",
612 "version" : "4.015"
596 "version" : "4.017"
613597 },
614598 {
615599 "class" : "Pod::Weaver::Section::Collect",
616600 "name" : "ATTRIBUTES",
617 "version" : "4.015"
601 "version" : "4.017"
618602 },
619603 {
620604 "class" : "Pod::Weaver::Section::Collect",
621605 "name" : "METHODS",
622 "version" : "4.015"
606 "version" : "4.017"
623607 },
624608 {
625609 "class" : "Pod::Weaver::Section::Collect",
626610 "name" : "FUNCTIONS",
627 "version" : "4.015"
611 "version" : "4.017"
628612 },
629613 {
630614 "class" : "Pod::Weaver::Section::Collect",
631615 "name" : "TYPES",
632 "version" : "4.015"
616 "version" : "4.017"
633617 },
634618 {
635619 "class" : "Pod::Weaver::Section::Leftovers",
636620 "name" : "@Author::ETHER/Leftovers",
637 "version" : "4.015"
621 "version" : "4.017"
638622 },
639623 {
640624 "class" : "Pod::Weaver::Section::Region",
641625 "name" : "@Author::ETHER/postlude",
642 "version" : "4.015"
626 "version" : "4.017"
643627 },
644628 {
645629 "class" : "Pod::Weaver::Section::GenerateSection",
646630 "name" : "@Author::ETHER/generate SUPPORT",
647 "version" : "1.06"
631 "version" : "4.017"
648632 },
649633 {
650634 "class" : "Pod::Weaver::Section::AllowOverride",
654638 {
655639 "class" : "Pod::Weaver::Section::Authors",
656640 "name" : "@Author::ETHER/Authors",
657 "version" : "4.015"
641 "version" : "4.017"
642 },
643 {
644 "class" : "Pod::Weaver::Section::AllowOverride",
645 "name" : "@Author::ETHER/allow override AUTHOR",
646 "version" : "0.05"
658647 },
659648 {
660649 "class" : "Pod::Weaver::Section::Contributors",
664653 {
665654 "class" : "Pod::Weaver::Section::Legal",
666655 "name" : "@Author::ETHER/Legal",
667 "version" : "4.015"
656 "version" : "4.017"
668657 },
669658 {
670659 "class" : "Pod::Weaver::Section::Region",
671660 "name" : "@Author::ETHER/footer",
672 "version" : "4.015"
661 "version" : "4.017"
673662 }
674663 ]
675664 }
680669 {
681670 "class" : "Dist::Zilla::Plugin::GithubMeta",
682671 "name" : "@Author::ETHER/GithubMeta",
683 "version" : "0.54"
672 "version" : "0.58"
684673 },
685674 {
686675 "class" : "Dist::Zilla::Plugin::AutoMetaResources",
695684 {
696685 "class" : "Dist::Zilla::Plugin::MetaNoIndex",
697686 "name" : "@Author::ETHER/MetaNoIndex",
698 "version" : "6.009"
687 "version" : "6.017"
699688 },
700689 {
701690 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
708697 {
709698 "class" : "Dist::Zilla::Plugin::FinderCode",
710699 "name" : ":InstallModules",
711 "version" : "6.009"
700 "version" : "6.017"
712701 }
713702 ],
714703 "include_underscores" : 0
715704 },
716705 "Dist::Zilla::Role::MetaProvider::Provider" : {
717 "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003",
706 "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
718707 "inherit_missing" : 0,
719708 "inherit_version" : 0,
720709 "meta_noindex" : 1
721710 },
722711 "Dist::Zilla::Role::ModuleMetadata" : {
723 "Module::Metadata" : "1.000033",
724 "version" : "0.004"
712 "Module::Metadata" : "1.000037",
713 "version" : "0.006"
725714 }
726715 },
727716 "name" : "@Author::ETHER/MetaProvides::Package",
730719 {
731720 "class" : "Dist::Zilla::Plugin::MetaConfig",
732721 "name" : "@Author::ETHER/MetaConfig",
733 "version" : "6.009"
722 "version" : "6.017"
734723 },
735724 {
736725 "class" : "Dist::Zilla::Plugin::Keywords",
752741 "version" : "0.007"
753742 },
754743 {
744 "class" : "Dist::Zilla::Plugin::UseUnsafeInc",
745 "config" : {
746 "Dist::Zilla::Plugin::UseUnsafeInc" : {
747 "dot_in_INC" : 0
748 }
749 },
750 "name" : "@Author::ETHER/UseUnsafeInc",
751 "version" : "0.001"
752 },
753 {
755754 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
756755 "name" : "@Author::ETHER/AutoPrereqs",
757 "version" : "6.009"
756 "version" : "6.017"
758757 },
759758 {
760759 "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
761760 "name" : "@Author::ETHER/Prereqs::AuthorDeps",
762 "version" : "0.006"
761 "version" : "0.007"
763762 },
764763 {
765764 "class" : "Dist::Zilla::Plugin::MinimumPerl",
767766 "version" : "1.006"
768767 },
769768 {
770 "class" : "Dist::Zilla::Plugin::Prereqs",
771 "config" : {
772 "Dist::Zilla::Plugin::Prereqs" : {
773 "phase" : "develop",
774 "type" : "recommends"
775 }
776 },
777 "name" : "@Author::ETHER/pluginbundle_version",
778 "version" : "6.009"
779 },
780 {
781769 "class" : "Dist::Zilla::Plugin::MakeMaker::Fallback",
782770 "config" : {
771 "Dist::Zilla::Plugin::MakeMaker" : {
772 "make_path" : "make",
773 "version" : "6.017"
774 },
783775 "Dist::Zilla::Plugin::MakeMaker::Awesome" : {
784 "version" : "0.38"
776 "version" : "0.48"
777 },
778 "Dist::Zilla::Plugin::MakeMaker::Fallback" : {
779 "skip_release_testing" : 0
785780 },
786781 "Dist::Zilla::Role::TestRunner" : {
787 "default_jobs" : 9
782 "default_jobs" : 9,
783 "version" : "6.017"
788784 }
789785 },
790786 "name" : "@Author::ETHER/MakeMaker::Fallback",
791 "version" : "0.023"
787 "version" : "0.030"
792788 },
793789 {
794790 "class" : "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback",
804800 }
805801 },
806802 "name" : "ModuleBuild, via ModuleBuildTiny::Fallback",
807 "version" : "6.009"
803 "version" : "6.017"
808804 },
809805 {
810806 "class" : "Dist::Zilla::Plugin::ModuleBuildTiny",
823819 }
824820 },
825821 "name" : "@Author::ETHER/ModuleBuildTiny::Fallback",
826 "version" : "0.025"
822 "version" : "0.026"
827823 },
828824 {
829825 "class" : "Dist::Zilla::Plugin::Git::Contributors",
830826 "config" : {
831827 "Dist::Zilla::Plugin::Git::Contributors" : {
832 "git --version" : "2.11.0",
828 "git_version" : "2.32.0.rc2",
833829 "include_authors" : 0,
834830 "include_releaser" : 1,
835831 "order_by" : "commits",
837833 }
838834 },
839835 "name" : "@Author::ETHER/Git::Contributors",
840 "version" : "0.029"
836 "version" : "0.036"
841837 },
842838 {
843839 "class" : "Dist::Zilla::Plugin::StaticInstall",
848844 }
849845 },
850846 "name" : "@Author::ETHER/StaticInstall",
851 "version" : "0.010"
847 "version" : "0.012"
852848 },
853849 {
854850 "class" : "Dist::Zilla::Plugin::RunExtraTests",
869865 ]
870866 },
871867 "Dist::Zilla::Role::ModuleMetadata" : {
872 "Module::Metadata" : "1.000033",
873 "version" : "0.004"
868 "Module::Metadata" : "1.000037",
869 "version" : "0.006"
874870 }
875871 },
876872 "name" : "@Author::ETHER/CheckSelfDependency",
884880 "quiet" : 1,
885881 "run" : [
886882 "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\""
887 ]
883 ],
884 "version" : "0.048"
888885 }
889886 },
890887 "name" : "@Author::ETHER/.ackrc",
891 "version" : "0.043"
888 "version" : "0.048"
892889 },
893890 {
894891 "class" : "Dist::Zilla::Plugin::Run::AfterBuild",
898895 "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
899896 ],
900897 "fatal_errors" : 0,
901 "quiet" : 1
898 "quiet" : 1,
899 "version" : "0.048"
902900 }
903901 },
904902 "name" : "@Author::ETHER/.latest",
905 "version" : "0.043"
903 "version" : "0.048"
906904 },
907905 {
908906 "class" : "Dist::Zilla::Plugin::CheckStrictVersion",
909907 "name" : "@Author::ETHER/CheckStrictVersion",
910908 "version" : "0.001"
909 },
910 {
911 "class" : "Dist::Zilla::Plugin::CheckMetaResources",
912 "name" : "@Author::ETHER/CheckMetaResources",
913 "version" : "0.001"
914 },
915 {
916 "class" : "Dist::Zilla::Plugin::EnsureLatestPerl",
917 "config" : {
918 "Dist::Zilla::Plugin::EnsureLatestPerl" : {
919 "Module::CoreList" : "5.20210521"
920 }
921 },
922 "name" : "@Author::ETHER/EnsureLatestPerl",
923 "version" : "0.008"
924 },
925 {
926 "class" : "Dist::Zilla::Plugin::PromptIfStale",
927 "config" : {
928 "Dist::Zilla::Plugin::PromptIfStale" : {
929 "check_all_plugins" : 1,
930 "check_all_prereqs" : 1,
931 "modules" : [],
932 "phase" : "release",
933 "run_under_travis" : 0,
934 "skip" : []
935 }
936 },
937 "name" : "@Author::ETHER/stale modules, release",
938 "version" : "0.057"
911939 },
912940 {
913941 "class" : "Dist::Zilla::Plugin::Git::Check",
921949 "changelog" : "Changes"
922950 },
923951 "Dist::Zilla::Role::Git::Repo" : {
924 "git --version" : "2.11.0",
952 "git_version" : "2.32.0.rc2",
925953 "repo_root" : "."
926954 }
927955 },
928956 "name" : "@Author::ETHER/initial check",
929 "version" : "2.041"
957 "version" : "2.047"
930958 },
931959 {
932960 "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
933961 "config" : {
934962 "Dist::Zilla::Role::Git::Repo" : {
935 "git --version" : "2.11.0",
963 "git_version" : "2.32.0.rc2",
936964 "repo_root" : "."
937965 }
938966 },
943971 "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
944972 "config" : {
945973 "Dist::Zilla::Role::Git::Repo" : {
946 "git --version" : "2.11.0",
974 "git_version" : "2.32.0.rc2",
947975 "repo_root" : "."
948976 }
949977 },
953981 {
954982 "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
955983 "name" : "@Author::ETHER/Git::Remote::Check",
956 "version" : "0.2.0"
984 "version" : "0.1.2"
957985 },
958986 {
959987 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
963991 {
964992 "class" : "Dist::Zilla::Plugin::TestRelease",
965993 "name" : "@Author::ETHER/TestRelease",
966 "version" : "6.009"
994 "version" : "6.017"
967995 },
968996 {
969997 "class" : "Dist::Zilla::Plugin::Git::Check",
9771005 "changelog" : "Changes"
9781006 },
9791007 "Dist::Zilla::Role::Git::Repo" : {
980 "git --version" : "2.11.0",
1008 "git_version" : "2.32.0.rc2",
9811009 "repo_root" : "."
9821010 }
9831011 },
9841012 "name" : "@Author::ETHER/after tests",
985 "version" : "2.041"
1013 "version" : "2.047"
9861014 },
9871015 {
9881016 "class" : "Dist::Zilla::Plugin::CheckIssues",
9891017 "name" : "@Author::ETHER/CheckIssues",
990 "version" : "0.010"
1018 "version" : "0.011"
9911019 },
9921020 {
9931021 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
9941022 "name" : "@Author::ETHER/UploadToCPAN",
995 "version" : "6.009"
1023 "version" : "6.017"
9961024 },
9971025 {
9981026 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
10001028 "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
10011029 "filename" : [
10021030 "CONTRIBUTING",
1003 "Changes",
10041031 "INSTALL",
10051032 "LICENCE",
10061033 "LICENSE",
10091036 "match" : []
10101037 }
10111038 },
1012 "name" : "@Author::ETHER/CopyFilesFromRelease",
1013 "version" : "0.006"
1039 "name" : "@Author::ETHER/copy generated files",
1040 "version" : "0.007"
10141041 },
10151042 {
10161043 "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
10211048 },
10221049 "name" : "@Author::ETHER/ReadmeAnyFromPod",
10231050 "version" : "0.163250"
1051 },
1052 {
1053 "class" : "Dist::Zilla::Plugin::Prereqs",
1054 "config" : {
1055 "Dist::Zilla::Plugin::Prereqs" : {
1056 "phase" : "develop",
1057 "type" : "recommends"
1058 }
1059 },
1060 "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version",
1061 "version" : "6.017"
1062 },
1063 {
1064 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
1065 "config" : {
1066 "Dist::Zilla::Plugin::RewriteVersion" : {
1067 "add_tarball_name" : 0,
1068 "finders" : [
1069 ":ExecFiles",
1070 ":InstallModules"
1071 ],
1072 "global" : 1,
1073 "skip_version_provider" : 0
1074 },
1075 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {}
1076 },
1077 "name" : "@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional",
1078 "version" : "0.009"
1079 },
1080 {
1081 "class" : "Dist::Zilla::Plugin::MetaProvides::Update",
1082 "name" : "@Author::ETHER/@Git::VersionManager/MetaProvides::Update",
1083 "version" : "0.007"
1084 },
1085 {
1086 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
1087 "config" : {
1088 "Dist::Zilla::Plugin::CopyFilesFromRelease" : {
1089 "filename" : [
1090 "Changes"
1091 ],
1092 "match" : []
1093 }
1094 },
1095 "name" : "@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease",
1096 "version" : "0.007"
10241097 },
10251098 {
10261099 "class" : "Dist::Zilla::Plugin::Git::Commit",
10291102 "add_files_in" : [
10301103 "."
10311104 ],
1032 "commit_msg" : "%N-%v%t%n%n%c"
1105 "commit_msg" : "%N-%v%t%n%n%c",
1106 "signoff" : 0
10331107 },
10341108 "Dist::Zilla::Role::Git::DirtyFiles" : {
10351109 "allow_dirty" : [
10431117 "changelog" : "Changes"
10441118 },
10451119 "Dist::Zilla::Role::Git::Repo" : {
1046 "git --version" : "2.11.0",
1120 "git_version" : "2.32.0.rc2",
10471121 "repo_root" : "."
10481122 },
10491123 "Dist::Zilla::Role::Git::StringFormatter" : {
10501124 "time_zone" : "local"
10511125 }
10521126 },
1053 "name" : "@Author::ETHER/release snapshot",
1054 "version" : "2.041"
1127 "name" : "@Author::ETHER/@Git::VersionManager/release snapshot",
1128 "version" : "2.047"
10551129 },
10561130 {
10571131 "class" : "Dist::Zilla::Plugin::Git::Tag",
10601134 "branch" : null,
10611135 "changelog" : "Changes",
10621136 "signed" : 0,
1063 "tag" : "v0.025",
1064 "tag_format" : "v%v",
1137 "tag" : "v0.026",
1138 "tag_format" : "v%V",
10651139 "tag_message" : "v%v%t"
10661140 },
10671141 "Dist::Zilla::Role::Git::Repo" : {
1068 "git --version" : "2.11.0",
1142 "git_version" : "2.32.0.rc2",
10691143 "repo_root" : "."
10701144 },
10711145 "Dist::Zilla::Role::Git::StringFormatter" : {
10721146 "time_zone" : "local"
10731147 }
10741148 },
1075 "name" : "@Author::ETHER/Git::Tag",
1076 "version" : "2.041"
1077 },
1078 {
1079 "class" : "Dist::Zilla::Plugin::GitHub::Update",
1080 "config" : {
1081 "Dist::Zilla::Plugin::GitHub::Update" : {
1082 "metacpan" : 1
1083 }
1084 },
1085 "name" : "@Author::ETHER/GitHub::Update",
1086 "version" : "0.43"
1149 "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag",
1150 "version" : "2.047"
10871151 },
10881152 {
10891153 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
10901154 "config" : {
10911155 "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
10921156 "finders" : [
1093 ":ExecFiles",
10941157 ":InstallModules"
10951158 ],
10961159 "global" : 1,
10981161 },
10991162 "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {}
11001163 },
1101 "name" : "@Author::ETHER/BumpVersionAfterRelease::Transitional",
1102 "version" : "0.007"
1164 "name" : "@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional",
1165 "version" : "0.009"
11031166 },
11041167 {
11051168 "class" : "Dist::Zilla::Plugin::NextRelease",
1106 "name" : "@Author::ETHER/NextRelease",
1107 "version" : "6.009"
1169 "name" : "@Author::ETHER/@Git::VersionManager/NextRelease",
1170 "version" : "6.017"
11081171 },
11091172 {
11101173 "class" : "Dist::Zilla::Plugin::Git::Commit",
11111174 "config" : {
11121175 "Dist::Zilla::Plugin::Git::Commit" : {
11131176 "add_files_in" : [],
1114 "commit_msg" : "increment $VERSION after %v release"
1177 "commit_msg" : "increment $VERSION after %v release",
1178 "signoff" : 0
11151179 },
11161180 "Dist::Zilla::Role::Git::DirtyFiles" : {
11171181 "allow_dirty" : [
1118 "Changes"
1182 "Build.PL",
1183 "Changes",
1184 "Makefile.PL"
11191185 ],
11201186 "allow_dirty_match" : [
11211187 "(?^:^lib/.*\\.pm$)"
11231189 "changelog" : "Changes"
11241190 },
11251191 "Dist::Zilla::Role::Git::Repo" : {
1126 "git --version" : "2.11.0",
1192 "git_version" : "2.32.0.rc2",
11271193 "repo_root" : "."
11281194 },
11291195 "Dist::Zilla::Role::Git::StringFormatter" : {
11301196 "time_zone" : "local"
11311197 }
11321198 },
1133 "name" : "@Author::ETHER/post-release commit",
1134 "version" : "2.041"
1199 "name" : "@Author::ETHER/@Git::VersionManager/post-release commit",
1200 "version" : "2.047"
1201 },
1202 {
1203 "class" : "Dist::Zilla::Plugin::Prereqs",
1204 "config" : {
1205 "Dist::Zilla::Plugin::Prereqs" : {
1206 "phase" : "x_Dist_Zilla",
1207 "type" : "requires"
1208 }
1209 },
1210 "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager",
1211 "version" : "6.017"
11351212 },
11361213 {
11371214 "class" : "Dist::Zilla::Plugin::Git::Push",
11431220 "remotes_must_exist" : 1
11441221 },
11451222 "Dist::Zilla::Role::Git::Repo" : {
1146 "git --version" : "2.11.0",
1223 "git_version" : "2.32.0.rc2",
11471224 "repo_root" : "."
11481225 }
11491226 },
11501227 "name" : "@Author::ETHER/Git::Push",
1151 "version" : "2.041"
1152 },
1153 {
1154 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
1155 "config" : {
1156 "Dist::Zilla::Plugin::Run::Role::Runner" : {
1157 "fatal_errors" : 0,
1158 "quiet" : 0,
1159 "run" : [
1160 "REDACTED"
1161 ]
1162 }
1163 },
1164 "name" : "@Author::ETHER/install release",
1165 "version" : "0.043"
1228 "version" : "2.047"
1229 },
1230 {
1231 "class" : "Dist::Zilla::Plugin::GitHub::Update",
1232 "config" : {
1233 "Dist::Zilla::Plugin::GitHub::Update" : {
1234 "metacpan" : 1
1235 }
1236 },
1237 "name" : "@Author::ETHER/GitHub::Update",
1238 "version" : "0.48"
11661239 },
11671240 {
11681241 "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
11721245 "print \"release complete!\\xa\""
11731246 ],
11741247 "fatal_errors" : 1,
1175 "quiet" : 1
1248 "quiet" : 1,
1249 "version" : "0.048"
11761250 }
11771251 },
11781252 "name" : "@Author::ETHER/release complete",
1179 "version" : "0.043"
1253 "version" : "0.048"
11801254 },
11811255 {
11821256 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
11831257 "name" : "@Author::ETHER/ConfirmRelease",
1184 "version" : "6.009"
1258 "version" : "6.017"
1259 },
1260 {
1261 "class" : "Dist::Zilla::Plugin::Prereqs",
1262 "config" : {
1263 "Dist::Zilla::Plugin::Prereqs" : {
1264 "phase" : "x_Dist_Zilla",
1265 "type" : "requires"
1266 }
1267 },
1268 "name" : "@Author::ETHER/prereqs for @Author::ETHER",
1269 "version" : "6.017"
11851270 },
11861271 {
11871272 "class" : "Dist::Zilla::Plugin::MetaResources",
11881273 "name" : "MetaResources",
1189 "version" : "6.009"
1274 "version" : "6.017"
11901275 },
11911276 {
11921277 "class" : "Dist::Zilla::Plugin::Prereqs",
11971282 }
11981283 },
11991284 "name" : "DevelopRequires",
1200 "version" : "6.009"
1285 "version" : "6.017"
12011286 },
12021287 {
12031288 "class" : "Dist::Zilla::Plugin::Test::CheckBreaks",
12101295 "no_forced_deps" : 0
12111296 },
12121297 "Dist::Zilla::Role::ModuleMetadata" : {
1213 "Module::Metadata" : "1.000033",
1214 "version" : "0.004"
1298 "Module::Metadata" : "1.000037",
1299 "version" : "0.006"
12151300 }
12161301 },
12171302 "name" : "Test::CheckBreaks",
1218 "version" : "0.017"
1303 "version" : "0.019"
12191304 },
12201305 {
12211306 "class" : "Dist::Zilla::Plugin::FinderCode",
12221307 "name" : ":InstallModules",
1223 "version" : "6.009"
1308 "version" : "6.017"
12241309 },
12251310 {
12261311 "class" : "Dist::Zilla::Plugin::FinderCode",
12271312 "name" : ":IncModules",
1228 "version" : "6.009"
1313 "version" : "6.017"
12291314 },
12301315 {
12311316 "class" : "Dist::Zilla::Plugin::FinderCode",
12321317 "name" : ":TestFiles",
1233 "version" : "6.009"
1318 "version" : "6.017"
12341319 },
12351320 {
12361321 "class" : "Dist::Zilla::Plugin::FinderCode",
12371322 "name" : ":ExtraTestFiles",
1238 "version" : "6.009"
1323 "version" : "6.017"
12391324 },
12401325 {
12411326 "class" : "Dist::Zilla::Plugin::FinderCode",
12421327 "name" : ":ExecFiles",
1243 "version" : "6.009"
1328 "version" : "6.017"
12441329 },
12451330 {
12461331 "class" : "Dist::Zilla::Plugin::FinderCode",
12471332 "name" : ":PerlExecFiles",
1248 "version" : "6.009"
1333 "version" : "6.017"
12491334 },
12501335 {
12511336 "class" : "Dist::Zilla::Plugin::FinderCode",
12521337 "name" : ":ShareFiles",
1253 "version" : "6.009"
1338 "version" : "6.017"
12541339 },
12551340 {
12561341 "class" : "Dist::Zilla::Plugin::FinderCode",
12571342 "name" : ":MainModule",
1258 "version" : "6.009"
1343 "version" : "6.017"
12591344 },
12601345 {
12611346 "class" : "Dist::Zilla::Plugin::FinderCode",
12621347 "name" : ":AllFiles",
1263 "version" : "6.009"
1348 "version" : "6.017"
12641349 },
12651350 {
12661351 "class" : "Dist::Zilla::Plugin::FinderCode",
12671352 "name" : ":NoFiles",
1268 "version" : "6.009"
1269 },
1270 {
1271 "class" : "Dist::Zilla::Plugin::VerifyPhases",
1272 "name" : "@Author::ETHER/PHASE VERIFICATION",
1273 "version" : "0.014"
1353 "version" : "6.017"
12741354 }
12751355 ],
12761356 "zilla" : {
12781358 "config" : {
12791359 "is_trial" : 0
12801360 },
1281 "version" : "6.009"
1361 "version" : "6.017"
12821362 }
12831363 },
12841364 "x_authority" : "cpan:ETHER",
1285 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227",
1286 "x_static_install" : 1
1365 "x_generated_by_perl" : "v5.32.1",
1366 "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
1367 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
1368 "x_static_install" : 1,
1369 "x_use_unsafe_inc" : 0
12871370 }
12881371
+236
-180
META.yml less more
1010 Test::DZil: '0'
1111 Test::Deep: '0'
1212 Test::Fatal: '0'
13 Test::More: '0.88'
13 Test::More: '0.96'
1414 Test::Needs: '0'
1515 Test::Warnings: '0'
1616 if: '0'
1717 perl: '5.006'
1818 configure_requires:
19 ExtUtils::MakeMaker: '0'
1920 Module::Build::Tiny: '0.034'
2021 perl: '5.006'
2122 dynamic_config: 0
22 generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
23 generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
2324 keywords:
2425 - plugin
2526 - installer
4142 provides:
4243 Dist::Zilla::Plugin::ModuleBuildTiny::Fallback:
4344 file: lib/Dist/Zilla/Plugin/ModuleBuildTiny/Fallback.pm
44 version: '0.025'
45 version: '0.026'
4546 requires:
4647 Dist::Zilla::Plugin::ModuleBuild: '0'
4748 Dist::Zilla::Plugin::ModuleBuildTiny: '0'
5253 List::Util: '0'
5354 Moose: '0'
5455 Moose::Util: '0'
55 MooseX::Types: '0'
56 MooseX::Types::Moose: '0'
5756 Scalar::Util: '0'
57 Types::Standard: '0'
5858 namespace::autoclean: '0'
5959 perl: '5.006'
6060 strict: '0'
6363 IRC: irc://irc.perl.org/#distzilla
6464 MailingList: http://dzil.org/#mailing-list
6565 bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
66 homepage: https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
67 repository: https://github.com/karenetheridge/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback.git
68 version: '0.025'
66 version: '0.026'
6967 x_Dist_Zilla:
7068 perl:
71 version: '5.025010'
69 version: '5.032001'
7270 plugins:
7371 -
7472 class: Dist::Zilla::Plugin::Bootstrap::lib
7573 config:
7674 Dist::Zilla::Role::Bootstrap:
77 $Dist::Zilla::Role::Bootstrap::VERSION: '1.001003'
75 $Dist::Zilla::Role::Bootstrap::VERSION: '1.001004'
7876 distname: Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
7977 fallback: '1'
8078 try_built: ~
8179 try_built_method: mtime
8280 name: Bootstrap::lib
83 version: '1.001001'
81 version: '1.001002'
8482 -
8583 class: Dist::Zilla::Plugin::MungeFile::WithDataSection
8684 config:
9694 config:
9795 Dist::Zilla::Plugin::Prereqs:
9896 phase: develop
99 type: requires
100 name: '@Author::ETHER/bundle_plugins'
101 version: '6.009'
102 -
103 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
104 config:
105 Dist::Zilla::Plugin::RewriteVersion:
106 add_tarball_name: 0
107 finders:
108 - ':ExecFiles'
109 - ':InstallModules'
110 global: 1
111 skip_version_provider: 0
112 Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
113 name: '@Author::ETHER/RewriteVersion::Transitional'
114 version: '0.007'
97 type: recommends
98 name: '@Author::ETHER/pluginbundle version'
99 version: '6.017'
115100 -
116101 class: Dist::Zilla::Plugin::PromptIfStale
117102 config:
124109 run_under_travis: 0
125110 skip: []
126111 name: '@Author::ETHER/stale modules, build'
127 version: '0.052'
128 -
129 class: Dist::Zilla::Plugin::PromptIfStale
130 config:
131 Dist::Zilla::Plugin::PromptIfStale:
132 check_all_plugins: 1
133 check_all_prereqs: 1
134 modules: []
135 phase: release
136 run_under_travis: 0
137 skip: []
138 name: '@Author::ETHER/stale modules, release'
139 version: '0.052'
112 version: '0.057'
140113 -
141114 class: Dist::Zilla::Plugin::FileFinder::ByName
142115 name: '@Author::ETHER/Examples'
143 version: '6.009'
116 version: '6.017'
144117 -
145118 class: Dist::Zilla::Plugin::Git::GatherDir
146119 config:
159132 Dist::Zilla::Plugin::Git::GatherDir:
160133 include_untracked: 0
161134 name: '@Author::ETHER/Git::GatherDir'
162 version: '2.041'
135 version: '2.047'
163136 -
164137 class: Dist::Zilla::Plugin::MetaYAML
165138 name: '@Author::ETHER/MetaYAML'
166 version: '6.009'
139 version: '6.017'
167140 -
168141 class: Dist::Zilla::Plugin::MetaJSON
169142 name: '@Author::ETHER/MetaJSON'
170 version: '6.009'
143 version: '6.017'
171144 -
172145 class: Dist::Zilla::Plugin::Readme
173146 name: '@Author::ETHER/Readme'
174 version: '6.009'
147 version: '6.017'
175148 -
176149 class: Dist::Zilla::Plugin::Manifest
177150 name: '@Author::ETHER/Manifest'
178 version: '6.009'
151 version: '6.017'
179152 -
180153 class: Dist::Zilla::Plugin::License
181154 name: '@Author::ETHER/License'
182 version: '6.009'
155 version: '6.017'
183156 -
184157 class: Dist::Zilla::Plugin::GenerateFile::FromShareDir
185158 config:
193166 Dist::Zilla::Role::RepoFileInjector:
194167 allow_overwrite: 1
195168 repo_root: .
196 version: '0.007'
169 version: '0.009'
197170 name: '@Author::ETHER/generate CONTRIBUTING'
198 version: '0.013'
171 version: '0.015'
199172 -
200173 class: Dist::Zilla::Plugin::InstallGuide
174 config:
175 Dist::Zilla::Role::ModuleMetadata:
176 Module::Metadata: '1.000037'
177 version: '0.006'
201178 name: '@Author::ETHER/InstallGuide'
202 version: '1.200007'
179 version: '1.200014'
203180 -
204181 class: Dist::Zilla::Plugin::Test::Compile
205182 config:
218195 skips: []
219196 switch: []
220197 name: '@Author::ETHER/Test::Compile'
221 version: '2.056'
198 version: '2.058'
222199 -
223200 class: Dist::Zilla::Plugin::Test::NoTabs
224201 config:
249226 -
250227 class: Dist::Zilla::Plugin::MetaTests
251228 name: '@Author::ETHER/MetaTests'
252 version: '6.009'
229 version: '6.017'
253230 -
254231 class: Dist::Zilla::Plugin::Test::CPAN::Changes
255232 config:
260237 -
261238 class: Dist::Zilla::Plugin::Test::ChangesHasContent
262239 name: '@Author::ETHER/Test::ChangesHasContent'
263 version: '0.010'
240 version: '0.011'
264241 -
265242 class: Dist::Zilla::Plugin::Test::MinimumVersion
243 config:
244 Dist::Zilla::Plugin::Test::MinimumVersion:
245 max_target_perl: '5.008003'
266246 name: '@Author::ETHER/Test::MinimumVersion'
267 version: '2.000007'
247 version: '2.000010'
268248 -
269249 class: Dist::Zilla::Plugin::PodSyntaxTests
270250 name: '@Author::ETHER/PodSyntaxTests'
271 version: '6.009'
251 version: '6.017'
272252 -
273253 class: Dist::Zilla::Plugin::PodCoverageTests
274254 name: '@Author::ETHER/PodCoverageTests'
275 version: '6.009'
255 version: '6.017'
276256 -
277257 class: Dist::Zilla::Plugin::Test::PodSpelling
278258 config:
288268 - irc
289269 wordlist: Pod::Wordlist
290270 name: '@Author::ETHER/Test::PodSpelling'
291 version: '2.007004'
271 version: '2.007005'
292272 -
293273 class: Dist::Zilla::Plugin::Test::Pod::No404s
294274 name: '@Author::ETHER/Test::Pod::No404s'
295 version: '1.003'
275 version: '1.004'
296276 -
297277 class: Dist::Zilla::Plugin::Test::Kwalitee
298278 config:
308288 -
309289 class: Dist::Zilla::Plugin::Test::ReportPrereqs
310290 name: '@Author::ETHER/Test::ReportPrereqs'
311 version: '0.025'
291 version: '0.028'
312292 -
313293 class: Dist::Zilla::Plugin::Test::Portability
314294 config:
341321 -
342322 class: Pod::Weaver::Plugin::EnsurePod5
343323 name: '@Author::ETHER/EnsurePod5'
344 version: '4.015'
324 version: '4.017'
345325 -
346326 class: Pod::Weaver::Plugin::H1Nester
347327 name: '@Author::ETHER/H1Nester'
348 version: '4.015'
328 version: '4.017'
349329 -
350330 class: Pod::Weaver::Plugin::SingleEncoding
351331 name: '@Author::ETHER/SingleEncoding'
352 version: '4.015'
332 version: '4.017'
353333 -
354334 class: Pod::Weaver::Plugin::Transformer
355335 name: '@Author::ETHER/List'
356 version: '4.015'
336 version: '4.017'
357337 -
358338 class: Pod::Weaver::Plugin::Transformer
359339 name: '@Author::ETHER/Verbatim'
360 version: '4.015'
340 version: '4.017'
361341 -
362342 class: Pod::Weaver::Section::Region
363343 name: '@Author::ETHER/header'
364 version: '4.015'
344 version: '4.017'
365345 -
366346 class: Pod::Weaver::Section::Name
367347 name: '@Author::ETHER/Name'
368 version: '4.015'
348 version: '4.017'
369349 -
370350 class: Pod::Weaver::Section::Version
371351 name: '@Author::ETHER/Version'
372 version: '4.015'
352 version: '4.017'
373353 -
374354 class: Pod::Weaver::Section::Region
375355 name: '@Author::ETHER/prelude'
376 version: '4.015'
356 version: '4.017'
377357 -
378358 class: Pod::Weaver::Section::Generic
379359 name: SYNOPSIS
380 version: '4.015'
360 version: '4.017'
381361 -
382362 class: Pod::Weaver::Section::Generic
383363 name: DESCRIPTION
384 version: '4.015'
364 version: '4.017'
385365 -
386366 class: Pod::Weaver::Section::Generic
387367 name: OVERVIEW
388 version: '4.015'
368 version: '4.017'
389369 -
390370 class: Pod::Weaver::Section::Collect
391371 name: ATTRIBUTES
392 version: '4.015'
372 version: '4.017'
393373 -
394374 class: Pod::Weaver::Section::Collect
395375 name: METHODS
396 version: '4.015'
376 version: '4.017'
397377 -
398378 class: Pod::Weaver::Section::Collect
399379 name: FUNCTIONS
400 version: '4.015'
380 version: '4.017'
401381 -
402382 class: Pod::Weaver::Section::Collect
403383 name: TYPES
404 version: '4.015'
384 version: '4.017'
405385 -
406386 class: Pod::Weaver::Section::Leftovers
407387 name: '@Author::ETHER/Leftovers'
408 version: '4.015'
388 version: '4.017'
409389 -
410390 class: Pod::Weaver::Section::Region
411391 name: '@Author::ETHER/postlude'
412 version: '4.015'
392 version: '4.017'
413393 -
414394 class: Pod::Weaver::Section::GenerateSection
415395 name: '@Author::ETHER/generate SUPPORT'
416 version: '1.06'
396 version: '4.017'
417397 -
418398 class: Pod::Weaver::Section::AllowOverride
419399 name: '@Author::ETHER/allow override SUPPORT'
421401 -
422402 class: Pod::Weaver::Section::Authors
423403 name: '@Author::ETHER/Authors'
424 version: '4.015'
404 version: '4.017'
405 -
406 class: Pod::Weaver::Section::AllowOverride
407 name: '@Author::ETHER/allow override AUTHOR'
408 version: '0.05'
425409 -
426410 class: Pod::Weaver::Section::Contributors
427411 name: '@Author::ETHER/Contributors'
429413 -
430414 class: Pod::Weaver::Section::Legal
431415 name: '@Author::ETHER/Legal'
432 version: '4.015'
416 version: '4.017'
433417 -
434418 class: Pod::Weaver::Section::Region
435419 name: '@Author::ETHER/footer'
436 version: '4.015'
420 version: '4.017'
437421 name: '@Author::ETHER/PodWeaver'
438422 version: '4.008'
439423 -
440424 class: Dist::Zilla::Plugin::GithubMeta
441425 name: '@Author::ETHER/GithubMeta'
442 version: '0.54'
426 version: '0.58'
443427 -
444428 class: Dist::Zilla::Plugin::AutoMetaResources
445429 name: '@Author::ETHER/AutoMetaResources'
451435 -
452436 class: Dist::Zilla::Plugin::MetaNoIndex
453437 name: '@Author::ETHER/MetaNoIndex'
454 version: '6.009'
438 version: '6.017'
455439 -
456440 class: Dist::Zilla::Plugin::MetaProvides::Package
457441 config:
462446 -
463447 class: Dist::Zilla::Plugin::FinderCode
464448 name: ':InstallModules'
465 version: '6.009'
449 version: '6.017'
466450 include_underscores: 0
467451 Dist::Zilla::Role::MetaProvider::Provider:
468 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002003'
452 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
469453 inherit_missing: '0'
470454 inherit_version: '0'
471455 meta_noindex: '1'
472456 Dist::Zilla::Role::ModuleMetadata:
473 Module::Metadata: '1.000033'
474 version: '0.004'
457 Module::Metadata: '1.000037'
458 version: '0.006'
475459 name: '@Author::ETHER/MetaProvides::Package'
476460 version: '2.004003'
477461 -
478462 class: Dist::Zilla::Plugin::MetaConfig
479463 name: '@Author::ETHER/MetaConfig'
480 version: '6.009'
464 version: '6.017'
481465 -
482466 class: Dist::Zilla::Plugin::Keywords
483467 config:
494478 name: '@Author::ETHER/Keywords'
495479 version: '0.007'
496480 -
481 class: Dist::Zilla::Plugin::UseUnsafeInc
482 config:
483 Dist::Zilla::Plugin::UseUnsafeInc:
484 dot_in_INC: 0
485 name: '@Author::ETHER/UseUnsafeInc'
486 version: '0.001'
487 -
497488 class: Dist::Zilla::Plugin::AutoPrereqs
498489 name: '@Author::ETHER/AutoPrereqs'
499 version: '6.009'
490 version: '6.017'
500491 -
501492 class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
502493 name: '@Author::ETHER/Prereqs::AuthorDeps'
503 version: '0.006'
494 version: '0.007'
504495 -
505496 class: Dist::Zilla::Plugin::MinimumPerl
506497 name: '@Author::ETHER/MinimumPerl'
507498 version: '1.006'
508499 -
509 class: Dist::Zilla::Plugin::Prereqs
510 config:
511 Dist::Zilla::Plugin::Prereqs:
512 phase: develop
513 type: recommends
514 name: '@Author::ETHER/pluginbundle_version'
515 version: '6.009'
516 -
517500 class: Dist::Zilla::Plugin::MakeMaker::Fallback
518501 config:
502 Dist::Zilla::Plugin::MakeMaker:
503 make_path: make
504 version: '6.017'
519505 Dist::Zilla::Plugin::MakeMaker::Awesome:
520 version: '0.38'
506 version: '0.48'
507 Dist::Zilla::Plugin::MakeMaker::Fallback:
508 skip_release_testing: 0
521509 Dist::Zilla::Role::TestRunner:
522510 default_jobs: 9
511 version: '6.017'
523512 name: '@Author::ETHER/MakeMaker::Fallback'
524 version: '0.023'
513 version: '0.030'
525514 -
526515 class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
527516 config:
534523 Dist::Zilla::Role::TestRunner:
535524 default_jobs: 9
536525 name: 'ModuleBuild, via ModuleBuildTiny::Fallback'
537 version: '6.009'
526 version: '6.017'
538527 -
539528 class: Dist::Zilla::Plugin::ModuleBuildTiny
540529 config:
545534 Dist::Zilla::Role::TestRunner:
546535 default_jobs: 9
547536 name: '@Author::ETHER/ModuleBuildTiny::Fallback'
548 version: '0.025'
537 version: '0.026'
549538 -
550539 class: Dist::Zilla::Plugin::Git::Contributors
551540 config:
552541 Dist::Zilla::Plugin::Git::Contributors:
553 'git --version': 2.11.0
542 git_version: 2.32.0.rc2
554543 include_authors: 0
555544 include_releaser: 1
556545 order_by: commits
557546 paths: []
558547 name: '@Author::ETHER/Git::Contributors'
559 version: '0.029'
548 version: '0.036'
560549 -
561550 class: Dist::Zilla::Plugin::StaticInstall
562551 config:
564553 dry_run: 0
565554 mode: auto
566555 name: '@Author::ETHER/StaticInstall'
567 version: '0.010'
556 version: '0.012'
568557 -
569558 class: Dist::Zilla::Plugin::RunExtraTests
570559 config:
579568 finder:
580569 - ':InstallModules'
581570 Dist::Zilla::Role::ModuleMetadata:
582 Module::Metadata: '1.000033'
583 version: '0.004'
571 Module::Metadata: '1.000037'
572 version: '0.006'
584573 name: '@Author::ETHER/CheckSelfDependency'
585574 version: '0.011'
586575 -
591580 quiet: 1
592581 run:
593582 - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\""
583 version: '0.048'
594584 name: '@Author::ETHER/.ackrc'
595 version: '0.043'
585 version: '0.048'
596586 -
597587 class: Dist::Zilla::Plugin::Run::AfterBuild
598588 config:
601591 - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }"
602592 fatal_errors: 0
603593 quiet: 1
594 version: '0.048'
604595 name: '@Author::ETHER/.latest'
605 version: '0.043'
596 version: '0.048'
606597 -
607598 class: Dist::Zilla::Plugin::CheckStrictVersion
608599 name: '@Author::ETHER/CheckStrictVersion'
609600 version: '0.001'
601 -
602 class: Dist::Zilla::Plugin::CheckMetaResources
603 name: '@Author::ETHER/CheckMetaResources'
604 version: '0.001'
605 -
606 class: Dist::Zilla::Plugin::EnsureLatestPerl
607 config:
608 Dist::Zilla::Plugin::EnsureLatestPerl:
609 Module::CoreList: '5.20210521'
610 name: '@Author::ETHER/EnsureLatestPerl'
611 version: '0.008'
612 -
613 class: Dist::Zilla::Plugin::PromptIfStale
614 config:
615 Dist::Zilla::Plugin::PromptIfStale:
616 check_all_plugins: 1
617 check_all_prereqs: 1
618 modules: []
619 phase: release
620 run_under_travis: 0
621 skip: []
622 name: '@Author::ETHER/stale modules, release'
623 version: '0.057'
610624 -
611625 class: Dist::Zilla::Plugin::Git::Check
612626 config:
617631 allow_dirty_match: []
618632 changelog: Changes
619633 Dist::Zilla::Role::Git::Repo:
620 'git --version': 2.11.0
634 git_version: 2.32.0.rc2
621635 repo_root: .
622636 name: '@Author::ETHER/initial check'
623 version: '2.041'
637 version: '2.047'
624638 -
625639 class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
626640 config:
627641 Dist::Zilla::Role::Git::Repo:
628 'git --version': 2.11.0
642 git_version: 2.32.0.rc2
629643 repo_root: .
630644 name: '@Author::ETHER/Git::CheckFor::MergeConflicts'
631645 version: '0.014'
633647 class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch
634648 config:
635649 Dist::Zilla::Role::Git::Repo:
636 'git --version': 2.11.0
650 git_version: 2.32.0.rc2
637651 repo_root: .
638652 name: '@Author::ETHER/Git::CheckFor::CorrectBranch'
639653 version: '0.014'
640654 -
641655 class: Dist::Zilla::Plugin::Git::Remote::Check
642656 name: '@Author::ETHER/Git::Remote::Check'
643 version: 0.2.0
657 version: 0.1.2
644658 -
645659 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
646660 name: '@Author::ETHER/CheckPrereqsIndexed'
648662 -
649663 class: Dist::Zilla::Plugin::TestRelease
650664 name: '@Author::ETHER/TestRelease'
651 version: '6.009'
665 version: '6.017'
652666 -
653667 class: Dist::Zilla::Plugin::Git::Check
654668 config:
659673 allow_dirty_match: []
660674 changelog: Changes
661675 Dist::Zilla::Role::Git::Repo:
662 'git --version': 2.11.0
676 git_version: 2.32.0.rc2
663677 repo_root: .
664678 name: '@Author::ETHER/after tests'
665 version: '2.041'
679 version: '2.047'
666680 -
667681 class: Dist::Zilla::Plugin::CheckIssues
668682 name: '@Author::ETHER/CheckIssues'
669 version: '0.010'
683 version: '0.011'
670684 -
671685 class: Dist::Zilla::Plugin::UploadToCPAN
672686 name: '@Author::ETHER/UploadToCPAN'
673 version: '6.009'
687 version: '6.017'
674688 -
675689 class: Dist::Zilla::Plugin::CopyFilesFromRelease
676690 config:
677691 Dist::Zilla::Plugin::CopyFilesFromRelease:
678692 filename:
679693 - CONTRIBUTING
680 - Changes
681694 - INSTALL
682695 - LICENCE
683696 - LICENSE
684697 - ppport.h
685698 match: []
686 name: '@Author::ETHER/CopyFilesFromRelease'
687 version: '0.006'
699 name: '@Author::ETHER/copy generated files'
700 version: '0.007'
688701 -
689702 class: Dist::Zilla::Plugin::ReadmeAnyFromPod
690703 config:
693706 name: '@Author::ETHER/ReadmeAnyFromPod'
694707 version: '0.163250'
695708 -
709 class: Dist::Zilla::Plugin::Prereqs
710 config:
711 Dist::Zilla::Plugin::Prereqs:
712 phase: develop
713 type: recommends
714 name: '@Author::ETHER/@Git::VersionManager/pluginbundle version'
715 version: '6.017'
716 -
717 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
718 config:
719 Dist::Zilla::Plugin::RewriteVersion:
720 add_tarball_name: 0
721 finders:
722 - ':ExecFiles'
723 - ':InstallModules'
724 global: 1
725 skip_version_provider: 0
726 Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
727 name: '@Author::ETHER/@Git::VersionManager/RewriteVersion::Transitional'
728 version: '0.009'
729 -
730 class: Dist::Zilla::Plugin::MetaProvides::Update
731 name: '@Author::ETHER/@Git::VersionManager/MetaProvides::Update'
732 version: '0.007'
733 -
734 class: Dist::Zilla::Plugin::CopyFilesFromRelease
735 config:
736 Dist::Zilla::Plugin::CopyFilesFromRelease:
737 filename:
738 - Changes
739 match: []
740 name: '@Author::ETHER/@Git::VersionManager/CopyFilesFromRelease'
741 version: '0.007'
742 -
696743 class: Dist::Zilla::Plugin::Git::Commit
697744 config:
698745 Dist::Zilla::Plugin::Git::Commit:
699746 add_files_in:
700747 - .
701748 commit_msg: '%N-%v%t%n%n%c'
749 signoff: 0
702750 Dist::Zilla::Role::Git::DirtyFiles:
703751 allow_dirty:
704752 - CONTRIBUTING
709757 allow_dirty_match: []
710758 changelog: Changes
711759 Dist::Zilla::Role::Git::Repo:
712 'git --version': 2.11.0
760 git_version: 2.32.0.rc2
713761 repo_root: .
714762 Dist::Zilla::Role::Git::StringFormatter:
715763 time_zone: local
716 name: '@Author::ETHER/release snapshot'
717 version: '2.041'
764 name: '@Author::ETHER/@Git::VersionManager/release snapshot'
765 version: '2.047'
718766 -
719767 class: Dist::Zilla::Plugin::Git::Tag
720768 config:
722770 branch: ~
723771 changelog: Changes
724772 signed: 0
725 tag: v0.025
726 tag_format: v%v
773 tag: v0.026
774 tag_format: v%V
727775 tag_message: v%v%t
728776 Dist::Zilla::Role::Git::Repo:
729 'git --version': 2.11.0
777 git_version: 2.32.0.rc2
730778 repo_root: .
731779 Dist::Zilla::Role::Git::StringFormatter:
732780 time_zone: local
733 name: '@Author::ETHER/Git::Tag'
734 version: '2.041'
735 -
736 class: Dist::Zilla::Plugin::GitHub::Update
737 config:
738 Dist::Zilla::Plugin::GitHub::Update:
739 metacpan: 1
740 name: '@Author::ETHER/GitHub::Update'
741 version: '0.43'
781 name: '@Author::ETHER/@Git::VersionManager/Git::Tag'
782 version: '2.047'
742783 -
743784 class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
744785 config:
745786 Dist::Zilla::Plugin::BumpVersionAfterRelease:
746787 finders:
747 - ':ExecFiles'
748788 - ':InstallModules'
749789 global: 1
750790 munge_makefile_pl: 1
751791 Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
752 name: '@Author::ETHER/BumpVersionAfterRelease::Transitional'
753 version: '0.007'
792 name: '@Author::ETHER/@Git::VersionManager/BumpVersionAfterRelease::Transitional'
793 version: '0.009'
754794 -
755795 class: Dist::Zilla::Plugin::NextRelease
756 name: '@Author::ETHER/NextRelease'
757 version: '6.009'
796 name: '@Author::ETHER/@Git::VersionManager/NextRelease'
797 version: '6.017'
758798 -
759799 class: Dist::Zilla::Plugin::Git::Commit
760800 config:
761801 Dist::Zilla::Plugin::Git::Commit:
762802 add_files_in: []
763803 commit_msg: 'increment $VERSION after %v release'
804 signoff: 0
764805 Dist::Zilla::Role::Git::DirtyFiles:
765806 allow_dirty:
807 - Build.PL
766808 - Changes
809 - Makefile.PL
767810 allow_dirty_match:
768811 - (?^:^lib/.*\.pm$)
769812 changelog: Changes
770813 Dist::Zilla::Role::Git::Repo:
771 'git --version': 2.11.0
814 git_version: 2.32.0.rc2
772815 repo_root: .
773816 Dist::Zilla::Role::Git::StringFormatter:
774817 time_zone: local
775 name: '@Author::ETHER/post-release commit'
776 version: '2.041'
818 name: '@Author::ETHER/@Git::VersionManager/post-release commit'
819 version: '2.047'
820 -
821 class: Dist::Zilla::Plugin::Prereqs
822 config:
823 Dist::Zilla::Plugin::Prereqs:
824 phase: x_Dist_Zilla
825 type: requires
826 name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager'
827 version: '6.017'
777828 -
778829 class: Dist::Zilla::Plugin::Git::Push
779830 config:
782833 - origin
783834 remotes_must_exist: 1
784835 Dist::Zilla::Role::Git::Repo:
785 'git --version': 2.11.0
836 git_version: 2.32.0.rc2
786837 repo_root: .
787838 name: '@Author::ETHER/Git::Push'
788 version: '2.041'
789 -
790 class: Dist::Zilla::Plugin::Run::AfterRelease
791 config:
792 Dist::Zilla::Plugin::Run::Role::Runner:
793 fatal_errors: 0
794 quiet: 0
795 run:
796 - REDACTED
797 name: '@Author::ETHER/install release'
798 version: '0.043'
839 version: '2.047'
840 -
841 class: Dist::Zilla::Plugin::GitHub::Update
842 config:
843 Dist::Zilla::Plugin::GitHub::Update:
844 metacpan: 1
845 name: '@Author::ETHER/GitHub::Update'
846 version: '0.48'
799847 -
800848 class: Dist::Zilla::Plugin::Run::AfterRelease
801849 config:
804852 - 'print "release complete!\xa"'
805853 fatal_errors: 1
806854 quiet: 1
855 version: '0.048'
807856 name: '@Author::ETHER/release complete'
808 version: '0.043'
857 version: '0.048'
809858 -
810859 class: Dist::Zilla::Plugin::ConfirmRelease
811860 name: '@Author::ETHER/ConfirmRelease'
812 version: '6.009'
861 version: '6.017'
862 -
863 class: Dist::Zilla::Plugin::Prereqs
864 config:
865 Dist::Zilla::Plugin::Prereqs:
866 phase: x_Dist_Zilla
867 type: requires
868 name: '@Author::ETHER/prereqs for @Author::ETHER'
869 version: '6.017'
813870 -
814871 class: Dist::Zilla::Plugin::MetaResources
815872 name: MetaResources
816 version: '6.009'
873 version: '6.017'
817874 -
818875 class: Dist::Zilla::Plugin::Prereqs
819876 config:
821878 phase: develop
822879 type: requires
823880 name: DevelopRequires
824 version: '6.009'
881 version: '6.017'
825882 -
826883 class: Dist::Zilla::Plugin::Test::CheckBreaks
827884 config:
831888 - Moose::Conflicts
832889 no_forced_deps: 0
833890 Dist::Zilla::Role::ModuleMetadata:
834 Module::Metadata: '1.000033'
835 version: '0.004'
891 Module::Metadata: '1.000037'
892 version: '0.006'
836893 name: Test::CheckBreaks
837 version: '0.017'
894 version: '0.019'
838895 -
839896 class: Dist::Zilla::Plugin::FinderCode
840897 name: ':InstallModules'
841 version: '6.009'
898 version: '6.017'
842899 -
843900 class: Dist::Zilla::Plugin::FinderCode
844901 name: ':IncModules'
845 version: '6.009'
902 version: '6.017'
846903 -
847904 class: Dist::Zilla::Plugin::FinderCode
848905 name: ':TestFiles'
849 version: '6.009'
906 version: '6.017'
850907 -
851908 class: Dist::Zilla::Plugin::FinderCode
852909 name: ':ExtraTestFiles'
853 version: '6.009'
910 version: '6.017'
854911 -
855912 class: Dist::Zilla::Plugin::FinderCode
856913 name: ':ExecFiles'
857 version: '6.009'
914 version: '6.017'
858915 -
859916 class: Dist::Zilla::Plugin::FinderCode
860917 name: ':PerlExecFiles'
861 version: '6.009'
918 version: '6.017'
862919 -
863920 class: Dist::Zilla::Plugin::FinderCode
864921 name: ':ShareFiles'
865 version: '6.009'
922 version: '6.017'
866923 -
867924 class: Dist::Zilla::Plugin::FinderCode
868925 name: ':MainModule'
869 version: '6.009'
926 version: '6.017'
870927 -
871928 class: Dist::Zilla::Plugin::FinderCode
872929 name: ':AllFiles'
873 version: '6.009'
930 version: '6.017'
874931 -
875932 class: Dist::Zilla::Plugin::FinderCode
876933 name: ':NoFiles'
877 version: '6.009'
878 -
879 class: Dist::Zilla::Plugin::VerifyPhases
880 name: '@Author::ETHER/PHASE VERIFICATION'
881 version: '0.014'
934 version: '6.017'
882935 zilla:
883936 class: Dist::Zilla::Dist::Builder
884937 config:
885938 is_trial: '0'
886 version: '6.009'
939 version: '6.017'
887940 x_authority: cpan:ETHER
888 x_serialization_backend: 'YAML::Tiny version 1.72'
941 x_generated_by_perl: v5.32.1
942 x_serialization_backend: 'YAML::Tiny version 1.73'
943 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
889944 x_static_install: 1
945 x_use_unsafe_inc: 0
00 # This Makefile.PL for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback was generated by
1 # Dist::Zilla::Plugin::MakeMaker::Fallback 0.023
2 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
1 # Dist::Zilla::Plugin::MakeMaker::Fallback 0.030
2 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.48.
33 # Don't edit it but the dist.ini and plugins used to construct it.
44
55 use strict;
1010
1111 BEGIN {
1212 my %configure_requires = (
13 'ExtUtils::MakeMaker' => '0',
1314 'Module::Build::Tiny' => '0.034',
1415 );
1516
16 my @missing = grep {
17 ! eval "require $_; $_->VERSION($configure_requires{$_}); 1"
17 my %errors = map {
18 eval "require $_; $_->VERSION($configure_requires{$_}); 1";
19 $_ => $@,
1820 } keys %configure_requires;
1921
20 if (@missing)
22 if (grep { $_ } values %errors)
2123 {
22 if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING})
23 {
24 warn <<'EOW';
24 warn "Errors from configure prereqs:\n"
25 . do {
26 require Data::Dumper; Data::Dumper->new([ \%errors ])->Indent(2)->Terse(1)->Sortkeys(1)->Dump;
27 };
28 }
29
30 if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING})
31 {
32 warn <<'EOW';
2533 *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
2634
27 If you're seeing this warning, your toolchain is really, really old* and you'll
28 almost certainly have problems installing CPAN modules from this century. But
29 never fear, dear user, for we have the technology to fix this!
35 If you're seeing this warning, your toolchain is really, really old* and
36 you'll almost certainly have problems installing CPAN modules from this
37 century. But never fear, dear user, for we have the technology to fix this!
3038
3139 If you're using CPAN.pm to install things, then you can upgrade it using:
3240
3947 If you're using cpanminus, you shouldn't be seeing this message in the first
4048 place, so please file an issue on github.
4149
50 If you're using a packaging tool through a unix distribution, this issue
51 should be reported to the package manager.
52
4253 If you're installing manually, please retrain your fingers to run Build.PL
43 when present instead.
54 when present instead of Makefile.PL.
4455
4556 This public service announcement was brought to you by the Perl Toolchain
4657 Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
5465 You can also silence this warning for future installations by setting the
5566 PERL_MM_FALLBACK_SILENCE_WARNING environment variable.
5667 EOW
57 sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
58 }
68 sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
5969 }
6070 } # end BEGIN
6171
6373 "ABSTRACT" => "Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed",
6474 "AUTHOR" => "Karen Etheridge <ether\@cpan.org>",
6575 "CONFIGURE_REQUIRES" => {
76 "ExtUtils::MakeMaker" => 0,
6677 "Module::Build::Tiny" => "0.034"
6778 },
6879 "DISTNAME" => "Dist-Zilla-Plugin-ModuleBuildTiny-Fallback",
8091 "List::Util" => 0,
8192 "Moose" => 0,
8293 "Moose::Util" => 0,
83 "MooseX::Types" => 0,
84 "MooseX::Types::Moose" => 0,
8594 "Scalar::Util" => 0,
95 "Types::Standard" => 0,
8696 "namespace::autoclean" => 0,
8797 "strict" => 0,
8898 "warnings" => 0
96106 "Test::DZil" => 0,
97107 "Test::Deep" => 0,
98108 "Test::Fatal" => 0,
99 "Test::More" => "0.88",
109 "Test::More" => "0.96",
100110 "Test::Needs" => 0,
101111 "Test::Warnings" => 0,
102112 "if" => 0
103113 },
104 "VERSION" => "0.025",
114 "VERSION" => "0.026",
105115 "test" => {
106116 "TESTS" => "t/*.t"
107117 }
121131 "Module::Metadata" => 0,
122132 "Moose" => 0,
123133 "Moose::Util" => 0,
124 "MooseX::Types" => 0,
125 "MooseX::Types::Moose" => 0,
126134 "Path::Tiny" => 0,
127135 "Scalar::Util" => 0,
128136 "Test::DZil" => 0,
129137 "Test::Deep" => 0,
130138 "Test::Fatal" => 0,
131 "Test::More" => "0.88",
139 "Test::More" => "0.96",
132140 "Test::Needs" => 0,
133141 "Test::Warnings" => 0,
142 "Types::Standard" => 0,
134143 "if" => 0,
135144 "namespace::autoclean" => 0,
136145 "strict" => 0,
137146 "warnings" => 0
138147 );
139148
140 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
149 unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
141150 delete $WriteMakefileArgs{TEST_REQUIRES};
142151 delete $WriteMakefileArgs{BUILD_REQUIRES};
143152 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
0
1
20 This archive contains the distribution Dist-Zilla-Plugin-ModuleBuildTiny-Fallback,
3 version 0.025:
1 version 0.026:
42
53 Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed
64
108 the same terms as the Perl 5 programming language system itself.
119
1210
13 This README file was generated by Dist::Zilla::Plugin::Readme v6.009.
14
11 This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
0 libdist-zilla-plugin-modulebuildtiny-fallback-perl (0.025-2) UNRELEASED; urgency=medium
0 libdist-zilla-plugin-modulebuildtiny-fallback-perl (0.025+git20190209.1.c7bfdd1-1) UNRELEASED; urgency=medium
11
22 [ Damyan Ivanov ]
33 * declare conformance with Policy 4.1.3 (no changes needed)
1515 * Set debhelper-compat version in Build-Depends.
1616 * Remove obsolete fields Contact, Name from debian/upstream/metadata
1717 (already present in machine-readable debian/copyright).
18 * New upstream snapshot.
1819
19 -- Damyan Ivanov <dmn@debian.org> Sun, 03 Dec 2017 22:44:14 +0000
20 -- Damyan Ivanov <dmn@debian.org> Sat, 05 Jun 2021 15:06:11 -0000
2021
2122 libdist-zilla-plugin-modulebuildtiny-fallback-perl (0.025-1.1) unstable; urgency=medium
2223
22 copyright_holder = Karen Etheridge
33 copyright_year = 2014
44 license = Perl_5
5
6 ; authordep Types::Standard ; temporary
57
68 [Bootstrap::lib]
79
00 use strict;
11 use warnings;
2 package Dist::Zilla::Plugin::ModuleBuildTiny::Fallback; # git description: v0.024-3-gb825f3e
2 package Dist::Zilla::Plugin::ModuleBuildTiny::Fallback; # git description: c7bfdd1
33 # vim: set ts=8 sts=4 sw=4 tw=115 et :
44 # ABSTRACT: Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed
55 # KEYWORDS: plugin installer Module::Build Build.PL toolchain legacy ancient backcompat
66
7 our $VERSION = '0.025';
7 our $VERSION = '0.026';
88
99 use Moose;
1010 with
1313 'Dist::Zilla::Role::BuildPL',
1414 'Dist::Zilla::Role::PrereqSource';
1515
16 use MooseX::Types;
17 use MooseX::Types::Moose 'ArrayRef';
16 use Types::Standard qw(Str HashRef ArrayRef ConsumerOf);
1817 use Dist::Zilla::Plugin::ModuleBuild;
1918 use Dist::Zilla::Plugin::ModuleBuildTiny;
2019 use Moose::Util 'find_meta';
2322 use namespace::autoclean;
2423
2524 has mb_version => (
26 is => 'ro', isa => 'Str',
25 is => 'ro', isa => Str,
2726 # <mst> 0.28 is IIRC when install_base changed incompatibly
2827 default => '0.28',
2928 );
3029
3130 has mbt_version => (
32 is => 'ro', isa => 'Str',
31 is => 'ro', isa => Str,
3332 );
3433
3534 has _extra_args => (
36 isa => 'HashRef',
35 isa => HashRef,
3736 lazy => 1,
3837 default => sub { +{} },
3938 traits => ['Hash'],
4140 );
4241
4342 has plugins => (
44 isa => ArrayRef[role_type('Dist::Zilla::Role::BuildPL')],
43 isa => ArrayRef[ConsumerOf['Dist::Zilla::Role::BuildPL']],
4544 init_arg => undef,
4645 lazy => 1,
4746 default => sub {
112111 {
113112 my $self = shift;
114113
115 my @plugins = grep { $_->isa(__PACKAGE__) } @{ $self->zilla->plugins };
114 my @plugins = grep $_->isa(__PACKAGE__), @{ $self->zilla->plugins };
116115 $self->log_fatal('two [ModuleBuildTiny::Fallback] plugins detected!') if @plugins > 1;
117116 }
118117
134133 $files{ blessed $plugin }{file} = $build_pl;
135134 $files{ blessed $plugin }{content} = $build_pl->content;
136135
137 # we leave the MBT version in place; we will fold our content
138 # into this object later
136 # we leave MBT's version of Build.PL in place; we will fold all additional content (and
137 # Module::Build's code)into this object later
139138 $self->zilla->prune_file($build_pl) if blessed($plugin) eq 'Dist::Zilla::Plugin::ModuleBuild';
140139 }
141140 }
216215
217216 # prereq specifications don't always provide exact versions - we just weed
218217 # those out for now, as this shouldn't occur that frequently.
219 delete @{$configure_requires}{ grep { not version::is_strict($configure_requires->{$_}) } keys %$configure_requires };
218 delete @{$configure_requires}{ grep !version::is_strict($configure_requires->{$_}), keys %$configure_requires };
220219
221220 $mbt_build_pl->content(
222221 ( defined $preamble ? $preamble : '' )
228227
229228 my %configure_requires = (
230229 FALLBACK1
231 . join('', map {
232 " '$_' => '$configure_requires->{$_}',\n"
233 } sort keys %$configure_requires)
230 . join('', map
231 " '$_' => '$configure_requires->{$_}',\n",
232 sort keys %$configure_requires)
234233 . <<'FALLBACK2'
235234 );
236235
239238 $_ => $@,
240239 } keys %configure_requires;
241240
242 if (!grep { $_ } values %errors)
241 if (!grep $_, values %errors)
243242 {
244243 FALLBACK2
245244 . $mbt_content . "}\n"
301300 #pod
302301 #pod *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
303302 #pod
304 #pod If you're seeing this warning, your toolchain is really, really old* and you'll
305 #pod almost certainly have problems installing CPAN modules from this century. But
306 #pod never fear, dear user, for we have the technology to fix this!
303 #pod If you're seeing this warning, your toolchain is really, really old* and
304 #pod you'll almost certainly have problems installing CPAN modules from this
305 #pod century. But never fear, dear user, for we have the technology to fix this!
307306 #pod
308307 #pod If you're using CPAN.pm to install things, then you can upgrade it using:
309308 #pod
321320 #pod
322321 #pod ----
323322 #pod
324 #pod * Alternatively, you are running this file manually, in which case you need
325 #pod to learn to first fulfill all configure requires prerequisites listed in
326 #pod META.yml or META.json -- or use a cpan client to install this distribution.
323 #pod * Alternatively, you are running this file manually, in which case you need to
324 #pod learn to first fulfill all configure requires prerequisites listed in META.yml
325 #pod or META.json -- or use a cpan client to install this distribution.
327326 #pod
328327 #pod You can also silence this warning for future installations by setting the
329328 #pod PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
386385
387386 =head1 VERSION
388387
389 version 0.025
388 version 0.026
390389
391390 =head1 SYNOPSIS
392391
414413
415414 *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
416415
417 If you're seeing this warning, your toolchain is really, really old* and you'll
418 almost certainly have problems installing CPAN modules from this century. But
419 never fear, dear user, for we have the technology to fix this!
416 If you're seeing this warning, your toolchain is really, really old* and
417 you'll almost certainly have problems installing CPAN modules from this
418 century. But never fear, dear user, for we have the technology to fix this!
420419
421420 If you're using CPAN.pm to install things, then you can upgrade it using:
422421
434433
435434 ----
436435
437 * Alternatively, you are running this file manually, in which case you need
438 to learn to first fulfill all configure requires prerequisites listed in
439 META.yml or META.json -- or use a cpan client to install this distribution.
436 * Alternatively, you are running this file manually, in which case you need to
437 learn to first fulfill all configure requires prerequisites listed in META.yml
438 or META.json -- or use a cpan client to install this distribution.
440439
441440 You can also silence this warning for future installations by setting the
442441 PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
506505 There is also an irc channel available for users of this distribution, at
507506 L<C<#distzilla> on C<irc.perl.org>|irc://irc.perl.org/#distzilla>.
508507
509 I am also usually active on irc, as 'ether' at C<irc.perl.org>.
508 I am also usually active on irc, as 'ether' at C<irc.perl.org> and C<irc.libera.chat>.
510509
511510 =head1 AUTHOR
512511
524523 __DATA__
525524 *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
526525
527 If you're seeing this warning, your toolchain is really, really old* and you'll
528 almost certainly have problems installing CPAN modules from this century. But
529 never fear, dear user, for we have the technology to fix this!
526 If you're seeing this warning, your toolchain is really, really old* and
527 you'll almost certainly have problems installing CPAN modules from this
528 century. But never fear, dear user, for we have the technology to fix this!
530529
531530 If you're using CPAN.pm to install things, then you can upgrade it using:
532531
544543
545544 ----
546545
547 * Alternatively, you are running this file manually, in which case you need
548 to learn to first fulfill all configure requires prerequisites listed in
549 META.yml or META.json -- or use a cpan client to install this distribution.
546 * Alternatively, you are running this file manually, in which case you need to
547 learn to first fulfill all configure requires prerequisites listed in META.yml
548 or META.json -- or use a cpan client to install this distribution.
550549
551550 You can also silence this warning for future installations by setting the
552551 PERL_MB_FALLBACK_SILENCE_WARNING environment variable, but please don't do
00 do { my $x = {
11 'configure' => {
22 'requires' => {
3 'ExtUtils::MakeMaker' => '0',
34 'Module::Build::Tiny' => '0.034',
45 'perl' => '5.006'
56 }
67 },
78 'develop' => {
89 'recommends' => {
9 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.122'
10 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.161',
11 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007'
1012 },
1113 'requires' => {
12 'Dist::Zilla' => '5',
13 'Dist::Zilla::Plugin::Authority' => '1.009',
14 'Dist::Zilla::Plugin::AutoMetaResources' => '0',
15 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038',
16 'Dist::Zilla::Plugin::Bootstrap::lib' => '0',
17 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004',
18 'Dist::Zilla::Plugin::CheckIssues' => '0',
19 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019',
20 'Dist::Zilla::Plugin::CheckSelfDependency' => '0',
21 'Dist::Zilla::Plugin::CheckStrictVersion' => '0',
22 'Dist::Zilla::Plugin::ConfirmRelease' => '0',
23 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0',
24 'Dist::Zilla::Plugin::FileFinder::ByName' => '0',
25 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0',
26 'Dist::Zilla::Plugin::Git::Check' => '0',
27 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004',
28 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0',
29 'Dist::Zilla::Plugin::Git::Commit' => '2.020',
30 'Dist::Zilla::Plugin::Git::Contributors' => '0.029',
31 'Dist::Zilla::Plugin::Git::Describe' => '0.004',
32 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016',
33 'Dist::Zilla::Plugin::Git::Push' => '0',
34 'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
35 'Dist::Zilla::Plugin::Git::Tag' => '0',
36 'Dist::Zilla::Plugin::GitHub::Update' => '0.40',
37 'Dist::Zilla::Plugin::GithubMeta' => '0.54',
38 'Dist::Zilla::Plugin::InstallGuide' => '1.200005',
39 'Dist::Zilla::Plugin::Keywords' => '0.004',
40 'Dist::Zilla::Plugin::License' => '5.038',
41 'Dist::Zilla::Plugin::MakeMaker::Fallback' => '0.012',
42 'Dist::Zilla::Plugin::Manifest' => '0',
43 'Dist::Zilla::Plugin::MetaConfig' => '0',
44 'Dist::Zilla::Plugin::MetaJSON' => '0',
45 'Dist::Zilla::Plugin::MetaNoIndex' => '0',
46 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002',
47 'Dist::Zilla::Plugin::MetaResources' => '0',
48 'Dist::Zilla::Plugin::MetaTests' => '0',
49 'Dist::Zilla::Plugin::MetaYAML' => '0',
50 'Dist::Zilla::Plugin::MinimumPerl' => '1.006',
51 'Dist::Zilla::Plugin::ModuleBuildTiny::Fallback' => '0.018',
52 'Dist::Zilla::Plugin::MojibakeTests' => '0.8',
53 'Dist::Zilla::Plugin::MungeFile::WithDataSection' => '0.003',
54 'Dist::Zilla::Plugin::NextRelease' => '5.033',
55 'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
56 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
57 'Dist::Zilla::Plugin::PodWeaver' => '4.005',
58 'Dist::Zilla::Plugin::Prereqs' => '0',
59 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
60 'Dist::Zilla::Plugin::PromptIfStale' => '0',
61 'Dist::Zilla::Plugin::Readme' => '0',
62 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
63 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004',
64 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
65 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
66 'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
67 'Dist::Zilla::Plugin::StaticInstall' => '0.005',
68 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012',
69 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0',
70 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0.017',
71 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006',
72 'Dist::Zilla::Plugin::Test::Compile' => '2.039',
73 'Dist::Zilla::Plugin::Test::EOL' => '0.17',
74 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10',
75 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003',
76 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08',
77 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003',
78 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003',
79 'Dist::Zilla::Plugin::Test::Portability' => '2.000007',
80 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
81 'Dist::Zilla::Plugin::TestRelease' => '0',
82 'Dist::Zilla::Plugin::UploadToCPAN' => '0',
83 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.103',
14 'Encode' => '0',
8415 'File::Spec' => '0',
8516 'IO::Handle' => '0',
8617 'IPC::Open3' => '0',
8718 'Pod::Coverage::TrustPod' => '0',
8819 'Pod::Wordlist' => '0',
89 'Software::License::Perl_5' => '0',
9020 'Test::CPAN::Changes' => '0.19',
9121 'Test::CPAN::Meta' => '0',
9222 'Test::CleanNamespaces' => '0.15',
10232 'Test::Portability::Files' => '0',
10333 'Test::Spelling' => '0.12',
10434 'Test::Warnings' => '0',
105 'blib' => '1.01',
10635 'perl' => '5.006'
10736 }
10837 },
11746 'List::Util' => '0',
11847 'Moose' => '0',
11948 'Moose::Util' => '0',
120 'MooseX::Types' => '0',
121 'MooseX::Types::Moose' => '0',
12249 'Scalar::Util' => '0',
50 'Types::Standard' => '0',
12351 'namespace::autoclean' => '0',
12452 'perl' => '5.006',
12553 'strict' => '0',
13967 'Test::DZil' => '0',
14068 'Test::Deep' => '0',
14169 'Test::Fatal' => '0',
142 'Test::More' => '0.88',
70 'Test::More' => '0.96',
14371 'Test::Needs' => '0',
14472 'Test::Warnings' => '0',
14573 'if' => '0',
14674 'perl' => '5.006'
14775 }
148 }
76 },
77 'x_Dist_Zilla' => {
78 'requires' => {
79 'Dist::Zilla' => '5',
80 'Dist::Zilla::Plugin::Authority' => '1.009',
81 'Dist::Zilla::Plugin::AutoMetaResources' => '0',
82 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038',
83 'Dist::Zilla::Plugin::Bootstrap::lib' => '0',
84 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004',
85 'Dist::Zilla::Plugin::CheckIssues' => '0',
86 'Dist::Zilla::Plugin::CheckMetaResources' => '0',
87 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019',
88 'Dist::Zilla::Plugin::CheckSelfDependency' => '0',
89 'Dist::Zilla::Plugin::CheckStrictVersion' => '0',
90 'Dist::Zilla::Plugin::ConfirmRelease' => '0',
91 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0',
92 'Dist::Zilla::Plugin::EnsureLatestPerl' => '0',
93 'Dist::Zilla::Plugin::FileFinder::ByName' => '0',
94 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0',
95 'Dist::Zilla::Plugin::Git::Check' => '0',
96 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004',
97 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0',
98 'Dist::Zilla::Plugin::Git::Commit' => '2.020',
99 'Dist::Zilla::Plugin::Git::Contributors' => '0.029',
100 'Dist::Zilla::Plugin::Git::Describe' => '0.004',
101 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016',
102 'Dist::Zilla::Plugin::Git::Push' => '0',
103 'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
104 'Dist::Zilla::Plugin::Git::Tag' => '0',
105 'Dist::Zilla::Plugin::GitHub::Update' => '0.40',
106 'Dist::Zilla::Plugin::GithubMeta' => '0.54',
107 'Dist::Zilla::Plugin::InstallGuide' => '1.200005',
108 'Dist::Zilla::Plugin::Keywords' => '0.004',
109 'Dist::Zilla::Plugin::License' => '5.038',
110 'Dist::Zilla::Plugin::MakeMaker::Fallback' => '0.029',
111 'Dist::Zilla::Plugin::Manifest' => '0',
112 'Dist::Zilla::Plugin::MetaConfig' => '0',
113 'Dist::Zilla::Plugin::MetaJSON' => '0',
114 'Dist::Zilla::Plugin::MetaNoIndex' => '0',
115 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.15000002',
116 'Dist::Zilla::Plugin::MetaResources' => '0',
117 'Dist::Zilla::Plugin::MetaTests' => '0',
118 'Dist::Zilla::Plugin::MetaYAML' => '0',
119 'Dist::Zilla::Plugin::MinimumPerl' => '1.006',
120 'Dist::Zilla::Plugin::ModuleBuildTiny::Fallback' => '0.018',
121 'Dist::Zilla::Plugin::MojibakeTests' => '0.8',
122 'Dist::Zilla::Plugin::MungeFile::WithDataSection' => '0.003',
123 'Dist::Zilla::Plugin::NextRelease' => '5.033',
124 'Dist::Zilla::Plugin::PodCoverageTests' => '5.040',
125 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040',
126 'Dist::Zilla::Plugin::PodWeaver' => '4.008',
127 'Dist::Zilla::Plugin::Prereqs' => '0',
128 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006',
129 'Dist::Zilla::Plugin::PromptIfStale' => '0',
130 'Dist::Zilla::Plugin::Readme' => '0',
131 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
132 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006',
133 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041',
134 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038',
135 'Dist::Zilla::Plugin::RunExtraTests' => '0.024',
136 'Dist::Zilla::Plugin::StaticInstall' => '0.005',
137 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012',
138 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0',
139 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0.017',
140 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006',
141 'Dist::Zilla::Plugin::Test::Compile' => '2.039',
142 'Dist::Zilla::Plugin::Test::EOL' => '0.17',
143 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10',
144 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000010',
145 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08',
146 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003',
147 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003',
148 'Dist::Zilla::Plugin::Test::Portability' => '2.000007',
149 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022',
150 'Dist::Zilla::Plugin::TestRelease' => '0',
151 'Dist::Zilla::Plugin::UploadToCPAN' => '0',
152 'Dist::Zilla::Plugin::UseUnsafeInc' => '0',
153 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.103',
154 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007',
155 'Software::License::Perl_5' => '0',
156 'Types::Standard' => '0'
157 }
158 }
149159 };
150160 $x;
151161 }
22 use strict;
33 use warnings;
44
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
5 # This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
66
77 use Test::More tests => 1;
88
5959 }
6060
6161 my @include = qw(
62 Encode
63 File::Temp
6264 JSON::PP
65 Module::Runtime
6366 Pod::Coverage
6467 Sub::Name
6568 YAML
7679 );
7780
7881 # Add static prereqs to the included modules list
79 my $static_prereqs = do 't/00-report-prereqs.dd';
82 my $static_prereqs = do './t/00-report-prereqs.dd';
8083
8184 # Merge all prereqs (either with ::Prereqs or a hashref)
8285 my $full_prereqs = _merge_prereqs(
8689
8790 # Add dynamic prereqs to the included modules list (if we can)
8891 my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
92 my $cpan_meta_error;
8993 if ( $source && $HAS_CPAN_META
9094 && (my $meta = eval { CPAN::Meta->load_file($source) } )
9195 ) {
9296 $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
9397 }
9498 else {
99 $cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source)
95100 $source = 'static metadata';
96101 }
97102
177182 diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports;
178183 }
179184
185 if ( $cpan_meta_error || @dep_errors ) {
186 diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n";
187 }
188
189 if ( $cpan_meta_error ) {
190 my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
191 diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n";
192 }
193
180194 if ( @dep_errors ) {
181195 diag join("\n",
182 "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n",
183 "The following REQUIRED prerequisites were not satisfied:\n",
196 "\nThe following REQUIRED prerequisites were not satisfied:\n",
184197 @dep_errors,
185198 "\n"
186199 );
187200 }
188201
189 pass;
202 pass('Reported prereqs');
190203
191204 # vim: ts=4 sts=4 sw=4 et:
00 use strict;
11 use warnings;
22
3 use Test::More 0.88;
3 use Test::More 0.96;
44 use Test::Warnings qw(:all :no_end_test);
55 use Test::DZil;
66 use Test::Fatal;
00 use strict;
11 use warnings;
22
3 # this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.017
3 # this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.019
44
55 use Test::More tests => 3;
66
77 SKIP: {
8 eval 'require Module::Runtime::Conflicts; Module::Runtime::Conflicts->check_conflicts';
8 eval { +require Module::Runtime::Conflicts; Module::Runtime::Conflicts->check_conflicts };
99 skip('no Module::Runtime::Conflicts module found', 1) if not $INC{'Module/Runtime/Conflicts.pm'};
1010
1111 diag $@ if $@;
1313 }
1414
1515 SKIP: {
16 eval 'require Moose::Conflicts; Moose::Conflicts->check_conflicts';
16 eval { +require Moose::Conflicts; Moose::Conflicts->check_conflicts };
1717 skip('no Moose::Conflicts module found', 1) if not $INC{'Moose/Conflicts.pm'};
1818
1919 diag $@ if $@;
11 use strict;
22 use warnings;
33
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.056
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
55
66 use Test::More 0.94;
77
4242 is($?, 0, "$lib loaded ok");
4343
4444 shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
45 and not eval { require blib; blib->VERSION('1.01') };
45 and not eval { +require blib; blib->VERSION('1.01') };
4646
4747 if (@_warnings)
4848 {
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();
1818 't/zzz-check-breaks.t',
1919 'xt/author/00-compile.t',
2020 'xt/author/clean-namespaces.t',
21 'xt/author/distmeta.t',
2122 'xt/author/eol.t',
2223 'xt/author/kwalitee.t',
24 'xt/author/minimum-version.t',
2325 'xt/author/mojibake.t',
2426 'xt/author/no-tabs.t',
2527 'xt/author/pod-coverage.t',
2830 'xt/author/pod-syntax.t',
2931 'xt/author/portability.t',
3032 'xt/release/changes_has_content.t',
31 'xt/release/cpan-changes.t',
32 'xt/release/distmeta.t',
33 'xt/release/minimum-version.t'
33 'xt/release/cpan-changes.t'
3434 );
3535
3636 eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
0 use strict;
1 use warnings;
2
3 use Test::More;
4 use Test::MinimumVersion;
5 all_minimum_version_ok( qq{5.008003} );
1818 't/zzz-check-breaks.t',
1919 'xt/author/00-compile.t',
2020 'xt/author/clean-namespaces.t',
21 'xt/author/distmeta.t',
2122 'xt/author/eol.t',
2223 'xt/author/kwalitee.t',
24 'xt/author/minimum-version.t',
2325 'xt/author/mojibake.t',
2426 'xt/author/no-tabs.t',
2527 'xt/author/pod-coverage.t',
2830 'xt/author/pod-syntax.t',
2931 'xt/author/portability.t',
3032 'xt/release/changes_has_content.t',
31 'xt/release/cpan-changes.t',
32 'xt/release/distmeta.t',
33 'xt/release/minimum-version.t'
33 'xt/release/cpan-changes.t'
3434 );
3535
3636 notabs_ok($_) foreach @files;
11 use warnings;
22 use Test::More;
33
4 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007004
4 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005
55 use Test::Spelling 0.12;
66 use Pod::Wordlist;
77
0 #!perl
1
20 use Test::More tests => 2;
31
42 note 'Checking Changes';
53 my $changes_file = 'Changes';
6 my $newver = '0.025';
4 my $newver = '0.026';
75 my $trial_token = '-TRIAL';
6 my $encoding = 'UTF-8';
87
98 SKIP: {
109 ok(-e $changes_file, "$changes_file file exists")
1514
1615 done_testing;
1716
18 # _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
19 # by Jerome Quelin
2017 sub _get_changes
2118 {
2219 my $newver = shift;
2421 # parse changelog to find commit message
2522 open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
2623 my $changelog = join('', <$fh>);
24 if ($encoding) {
25 require Encode;
26 $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
27 }
2728 close $fh;
2829
2930 my @content =
+0
-6
xt/release/distmeta.t less more
0 #!perl
1 # This file was automatically generated by Dist::Zilla::Plugin::MetaTests.
2
3 use Test::CPAN::Meta;
4
5 meta_yaml_ok();
+0
-8
xt/release/minimum-version.t less more
0 #!perl
1
2 use Test::More;
3
4 eval "use Test::MinimumVersion";
5 plan skip_all => "Test::MinimumVersion required for testing minimum versions"
6 if $@;
7 all_minimum_version_ok( qq{5.008003} );