Codebase list libmath-int64-perl / fdbdeb9
Merge tag 'upstream/0.54' Upstream version 0.54 # gpg: Signature made Sun 10 Jan 2016 11:14:30 PM BRST using RSA key ID 9883C97C # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte@gmail.com>" # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 8ED6 C3F8 BAC9 DB7F C130 A870 F823 A272 9883 C97C Lucas Kanashiro 8 years ago
21 changed file(s) with 361 addition(s) and 229 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension Math::Int64.
1
2 0.54 2016-01-04
3 - don't use the reserved preprocessor macro __INT64 which was
4 causing a conflict in Cygwin (bug report by Graham Ollis)
15
26 0.53 2015-05-14
37 - warn when both native_if_available and die_on_overflow are
4141
4242 #endif
4343
44 #ifdef INT64_T
45 #define HAVE_INT64
46 #endif
47
48 #ifdef __INT64
44 #ifdef USE_INT64_T
45 /* do nothing */
46
47 #elif defined(USE___INT64)
4948 typedef __int64 int64_t;
5049 typedef unsigned __int64 uint64_t;
51 #define HAVE_INT64
52 #endif
53
54 #ifdef INT64_DI
50
51 #elif defined(USE_INT64_DI)
5552 typedef int int64_t __attribute__ ((__mode__ (DI)));
5653 typedef unsigned int uint64_t __attribute__ ((__mode__ (DTI)));
57 #define HAVE_INT64
58 #endif
59
60 #ifndef HAVE_INT64
54
55 #else
6156 #error "No int64 type define was passed to the compiler!"
6257 #endif
6358
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042.
11 COPYING
22 Changes
33 INSTALL
3939 t/author-eol.t
4040 t/author-no-tabs.t
4141 t/author-pod-spell.t
42 t/author-pod-syntax.t
4243 t/die_on_overflow.t
4344 t/pow.t
4445 t/release-cpan-changes.t
4546 t/release-pod-coverage.t
46 t/release-pod-syntax.t
4747 t/release-portability.t
4848 t/release-synopsis.t
4949 t/storable.t
44 "Dave Rolsky <autarch@urth.org>"
55 ],
66 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
7 "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150005",
88 "license" : [
99 "perl_5"
1010 ],
5757 "IPC::Open3" : "0",
5858 "Storable" : "0",
5959 "Test::More" : "0.96",
60 "blib" : "1.01",
6061 "perl" : "5.006"
6162 }
6263 }
6465 "provides" : {
6566 "Math::Int64" : {
6667 "file" : "lib/Math/Int64.pm",
67 "version" : "0.53"
68 "version" : "0.54"
6869 },
6970 "Math::Int64::die_on_overflow" : {
7071 "file" : "lib/Math/Int64/die_on_overflow.pm",
71 "version" : "0.53"
72 "version" : "0.54"
7273 },
7374 "Math::Int64::native_if_available" : {
7475 "file" : "lib/Math/Int64/native_if_available.pm",
75 "version" : "0.53"
76 "version" : "0.54"
7677 },
7778 "Math::UInt64" : {
7879 "file" : "lib/Math/UInt64.pm",
79 "version" : "0.53"
80 "version" : "0.54"
8081 }
8182 },
8283 "release_status" : "stable",
9293 "web" : "https://github.com/salva/p5-Math-Int64"
9394 }
9495 },
95 "version" : "0.53",
96 "version" : "0.54",
9697 "x_Dist_Zilla" : {
9798 "perl" : {
9899 "version" : "5.020002"
106107 {
107108 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
108109 "name" : "@DROLSKY/AutoPrereqs",
109 "version" : "5.036"
110 "version" : "5.042"
110111 },
111112 {
112113 "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
113114 "name" : "@DROLSKY/CopyFilesFromBuild",
114 "version" : "0.150250"
115 "version" : "0.151680"
115116 },
116117 {
117118 "class" : "Dist::Zilla::Plugin::Git::GatherDir",
118119 "config" : {
119120 "Dist::Zilla::Plugin::GatherDir" : {
120121 "exclude_filename" : [
122 "Build.PL",
123 "LICENSE",
121124 "Makefile.PL",
122 "cpanfile",
123 "Build.PL",
124125 "README.md",
125126 "c_api.h",
126 "LICENSE"
127 "cpanfile"
127128 ],
128129 "exclude_match" : [
129 "c_api_client/*.h",
130 "c_api_client/*.c"
131 ],
132 "follow_symlinks" : "0",
133 "include_dotfiles" : "0",
130 "c_api_client/*.c",
131 "c_api_client/*.h"
132 ],
133 "follow_symlinks" : 0,
134 "include_dotfiles" : 0,
134135 "prefix" : "",
135136 "prune_directory" : [],
136137 "root" : "."
137138 },
138139 "Dist::Zilla::Plugin::Git::GatherDir" : {
139 "include_untracked" : "0"
140 "include_untracked" : 0
140141 }
141142 },
142143 "name" : "@DROLSKY/Git::GatherDir",
143 "version" : "2.033"
144 "version" : "2.036"
144145 },
145146 {
146147 "class" : "Dist::Zilla::Plugin::GitHub::Meta",
147148 "name" : "@DROLSKY/GitHub::Meta",
148 "version" : "0.40"
149 "version" : "0.41"
149150 },
150151 {
151152 "class" : "Dist::Zilla::Plugin::GitHub::Update",
153 "config" : {
154 "Dist::Zilla::Plugin::GitHub::Update" : {
155 "metacpan" : 1
156 }
157 },
152158 "name" : "@DROLSKY/GitHub::Update",
153 "version" : "0.40"
159 "version" : "0.41"
154160 },
155161 {
156162 "class" : "Dist::Zilla::Plugin::MetaResources",
157163 "name" : "@DROLSKY/MetaResources",
158 "version" : "5.036"
164 "version" : "5.042"
159165 },
160166 {
161167 "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
165171 {
166172 "class" : "Dist::Zilla::Plugin::FinderCode",
167173 "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
168 "version" : "5.036"
174 "version" : "5.042"
169175 }
170176 ]
171177 },
181187 {
182188 "class" : "Dist::Zilla::Plugin::NextRelease",
183189 "name" : "@DROLSKY/NextRelease",
184 "version" : "5.036"
190 "version" : "5.042"
185191 },
186192 {
187193 "class" : "Dist::Zilla::Plugin::Prereqs",
192198 }
193199 },
194200 "name" : "@DROLSKY/Test::More with subtest()",
195 "version" : "5.036"
201 "version" : "5.042"
196202 },
197203 {
198204 "class" : "Dist::Zilla::Plugin::Prereqs",
203209 }
204210 },
205211 "name" : "@DROLSKY/Modules for use with tidyall",
206 "version" : "5.036"
212 "version" : "5.042"
207213 },
208214 {
209215 "class" : "Dist::Zilla::Plugin::PromptIfStale",
210216 "config" : {
211217 "Dist::Zilla::Plugin::PromptIfStale" : {
212 "check_all_plugins" : "1",
213 "check_all_prereqs" : "1",
218 "check_all_plugins" : 1,
219 "check_all_prereqs" : 1,
214220 "modules" : [],
215221 "phase" : "release",
216222 "skip" : [
221227 }
222228 },
223229 "name" : "@DROLSKY/PromptIfStale",
224 "version" : "0.042"
230 "version" : "0.047"
225231 },
226232 {
227233 "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
240246 },
241247 {
242248 "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
249 "config" : {
250 "Dist::Zilla::Plugin::Test::PodSpelling" : {
251 "directories" : [],
252 "spell_cmd" : "",
253 "stopwords" : [
254 "API",
255 "BER",
256 "CPAN",
257 "DROLSKY",
258 "DROLSKY's",
259 "Fandiño",
260 "GitHub",
261 "Rolsky",
262 "Rolsky",
263 "Rolsky's",
264 "SV",
265 "Storable",
266 "postincrement",
267 "preprocessing",
268 "uint",
269 "wishlist"
270 ],
271 "wordlist" : "Pod::Wordlist"
272 }
273 },
243274 "name" : "@DROLSKY/Test::PodSpelling",
244 "version" : "2.006009"
275 "version" : "2.007000"
245276 },
246277 {
247278 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
251282 {
252283 "class" : "Dist::Zilla::Plugin::ManifestSkip",
253284 "name" : "@DROLSKY/ManifestSkip",
254 "version" : "5.036"
285 "version" : "5.042"
255286 },
256287 {
257288 "class" : "Dist::Zilla::Plugin::MetaYAML",
258289 "name" : "@DROLSKY/MetaYAML",
259 "version" : "5.036"
290 "version" : "5.042"
260291 },
261292 {
262293 "class" : "Dist::Zilla::Plugin::ExtraTests",
263294 "name" : "@DROLSKY/ExtraTests",
264 "version" : "5.036"
295 "version" : "5.042"
265296 },
266297 {
267298 "class" : "Dist::Zilla::Plugin::ExecDir",
268299 "name" : "@DROLSKY/ExecDir",
269 "version" : "5.036"
300 "version" : "5.042"
270301 },
271302 {
272303 "class" : "Dist::Zilla::Plugin::ShareDir",
273304 "name" : "@DROLSKY/ShareDir",
274 "version" : "5.036"
305 "version" : "5.042"
275306 },
276307 {
277308 "class" : "Dist::Zilla::Plugin::Manifest",
278309 "name" : "@DROLSKY/Manifest",
279 "version" : "5.036"
310 "version" : "5.042"
280311 },
281312 {
282313 "class" : "Dist::Zilla::Plugin::CheckVersionIncrement",
286317 {
287318 "class" : "Dist::Zilla::Plugin::TestRelease",
288319 "name" : "@DROLSKY/TestRelease",
289 "version" : "5.036"
320 "version" : "5.042"
290321 },
291322 {
292323 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
293324 "name" : "@DROLSKY/ConfirmRelease",
294 "version" : "5.036"
325 "version" : "5.042"
295326 },
296327 {
297328 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
298329 "name" : "@DROLSKY/UploadToCPAN",
299 "version" : "5.036"
330 "version" : "5.042"
300331 },
301332 {
302333 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
303334 "name" : "@DROLSKY/CheckPrereqsIndexed",
304 "version" : "0.015"
335 "version" : "0.017"
305336 },
306337 {
307338 "class" : "Dist::Zilla::Plugin::CPANFile",
308339 "name" : "@DROLSKY/CPANFile",
309 "version" : "5.036"
340 "version" : "5.042"
310341 },
311342 {
312343 "class" : "Dist::Zilla::Plugin::DROLSKY::Contributors",
347378 "class" : "Dist::Zilla::Plugin::Git::Contributors",
348379 "config" : {
349380 "Dist::Zilla::Plugin::Git::Contributors" : {
350 "include_authors" : "0",
351 "include_releaser" : "1",
381 "include_authors" : 0,
382 "include_releaser" : 1,
352383 "order_by" : "name",
353 "paths" : []
384 "paths" : [
385 "."
386 ]
354387 }
355388 },
356389 "name" : "@DROLSKY/Git::Contributors",
357 "version" : "0.011"
390 "version" : "0.015"
358391 },
359392 {
360393 "class" : "Dist::Zilla::Plugin::InstallGuide",
369402 {
370403 "class" : "Dist::Zilla::Plugin::MetaConfig",
371404 "name" : "@DROLSKY/MetaConfig",
372 "version" : "5.036"
405 "version" : "5.042"
373406 },
374407 {
375408 "class" : "Dist::Zilla::Plugin::MetaJSON",
376409 "name" : "@DROLSKY/MetaJSON",
377 "version" : "5.036"
410 "version" : "5.042"
378411 },
379412 {
380413 "class" : "Dist::Zilla::Plugin::RewriteVersion",
414 "config" : {
415 "Dist::Zilla::Plugin::RewriteVersion" : {
416 "add_tarball_name" : 0,
417 "finders" : [
418 ":ExecFiles",
419 ":InstallModules"
420 ],
421 "global" : 0,
422 "skip_version_provider" : 0
423 }
424 },
381425 "name" : "@DROLSKY/RewriteVersion",
382 "version" : "0.009"
426 "version" : "0.012"
383427 },
384428 {
385429 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
386430 "name" : "@DROLSKY/PodSyntaxTests",
387 "version" : "5.036"
431 "version" : "5.042"
388432 },
389433 {
390434 "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
397441 "Dist::Zilla::Plugin::Test::Compile" : {
398442 "bail_out_on_fail" : "0",
399443 "fail_on_warning" : "author",
400 "fake_home" : "0",
444 "fake_home" : 0,
401445 "filename" : "t/00-compile.t",
402446 "module_finder" : [
403447 ":InstallModules"
404448 ],
405 "needs_display" : "0",
449 "needs_display" : 0,
406450 "phase" : "test",
407451 "script_finder" : [
408 ":ExecFiles"
452 ":PerlExecFiles"
409453 ],
410454 "skips" : []
411455 }
412456 },
413457 "name" : "@DROLSKY/Test::Compile",
414 "version" : "2.052"
458 "version" : "2.054"
415459 },
416460 {
417461 "class" : "Dist::Zilla::Plugin::Test::EOL",
442486 }
443487 },
444488 "name" : "@DROLSKY/Test::NoTabs",
445 "version" : "0.14"
489 "version" : "0.15"
446490 },
447491 {
448492 "class" : "Dist::Zilla::Plugin::Test::Portability",
462506 },
463507 "Dist::Zilla::Role::Git::DirtyFiles" : {
464508 "allow_dirty" : [
509 "Build.PL",
510 "CONTRIBUTING.md",
511 "Changes",
512 "LICENSE",
465513 "Makefile.PL",
466 "cpanfile",
467 "Build.PL",
468514 "README.md",
469515 "c_api.h",
470 "LICENSE",
471 "Changes",
472 "CONTRIBUTING.md"
516 "cpanfile"
473517 ],
474518 "allow_dirty_match" : [],
475519 "changelog" : "Changes"
479523 }
480524 },
481525 "name" : "@DROLSKY/Git::Check",
482 "version" : "2.033"
526 "version" : "2.036"
483527 },
484528 {
485529 "class" : "Dist::Zilla::Plugin::Git::Commit",
486530 "config" : {
487531 "Dist::Zilla::Plugin::Git::Commit" : {
488532 "add_files_in" : [],
489 "commit_msg" : "v%v%n%n%c",
490 "time_zone" : "local"
533 "commit_msg" : "v%v%n%n%c"
491534 },
492535 "Dist::Zilla::Role::Git::DirtyFiles" : {
493536 "allow_dirty" : [
537 "Build.PL",
538 "CONTRIBUTING.md",
539 "Changes",
540 "LICENSE",
494541 "Makefile.PL",
495 "cpanfile",
496 "Build.PL",
497542 "README.md",
498543 "c_api.h",
499 "LICENSE",
500 "Changes",
501 "CONTRIBUTING.md"
544 "cpanfile"
502545 ],
503546 "allow_dirty_match" : [],
504547 "changelog" : "Changes"
505548 },
506549 "Dist::Zilla::Role::Git::Repo" : {
507550 "repo_root" : "."
551 },
552 "Dist::Zilla::Role::Git::StringFormatter" : {
553 "time_zone" : "local"
508554 }
509555 },
510556 "name" : "@DROLSKY/commit generated files",
511 "version" : "2.033"
557 "version" : "2.036"
512558 },
513559 {
514560 "class" : "Dist::Zilla::Plugin::Git::Tag",
515561 "config" : {
516562 "Dist::Zilla::Plugin::Git::Tag" : {
517563 "branch" : null,
564 "changelog" : "Changes",
518565 "signed" : 0,
519 "tag" : "v0.53",
566 "tag" : "v0.54",
520567 "tag_format" : "v%v",
521 "tag_message" : "v%v",
522 "time_zone" : "local"
568 "tag_message" : "v%v"
523569 },
524570 "Dist::Zilla::Role::Git::Repo" : {
525571 "repo_root" : "."
572 },
573 "Dist::Zilla::Role::Git::StringFormatter" : {
574 "time_zone" : "local"
526575 }
527576 },
528577 "name" : "@DROLSKY/Git::Tag",
529 "version" : "2.033"
578 "version" : "2.036"
530579 },
531580 {
532581 "class" : "Dist::Zilla::Plugin::Git::Push",
542591 }
543592 },
544593 "name" : "@DROLSKY/Git::Push",
545 "version" : "2.033"
594 "version" : "2.036"
546595 },
547596 {
548597 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
598 "config" : {
599 "Dist::Zilla::Plugin::BumpVersionAfterRelease" : {
600 "finders" : [
601 ":ExecFiles",
602 ":InstallModules"
603 ],
604 "global" : 0,
605 "munge_makefile_pl" : 1
606 }
607 },
549608 "name" : "@DROLSKY/BumpVersionAfterRelease",
550 "version" : "0.009"
609 "version" : "0.012"
551610 },
552611 {
553612 "class" : "Dist::Zilla::Plugin::Git::Commit",
554613 "config" : {
555614 "Dist::Zilla::Plugin::Git::Commit" : {
556615 "add_files_in" : [],
557 "commit_msg" : "Bump version after release",
558 "time_zone" : "local"
616 "commit_msg" : "Bump version after release"
559617 },
560618 "Dist::Zilla::Role::Git::DirtyFiles" : {
561619 "allow_dirty" : [
562 "dist.ini",
563 "Changes"
620 "Changes",
621 "dist.ini"
564622 ],
565623 "allow_dirty_match" : [
566624 "(?^:.+)"
569627 },
570628 "Dist::Zilla::Role::Git::Repo" : {
571629 "repo_root" : "."
630 },
631 "Dist::Zilla::Role::Git::StringFormatter" : {
632 "time_zone" : "local"
572633 }
573634 },
574635 "name" : "@DROLSKY/commit version bump",
575 "version" : "2.033"
636 "version" : "2.036"
576637 },
577638 {
578639 "class" : "Dist::Zilla::Plugin::Git::Push",
588649 }
589650 },
590651 "name" : "@DROLSKY/push version bump",
591 "version" : "2.033"
652 "version" : "2.036"
592653 },
593654 {
594655 "class" : "inc::CreateCAPI",
604665 }
605666 },
606667 "name" : "DevelopRequires",
607 "version" : "5.036"
668 "version" : "5.042"
608669 },
609670 {
610671 "class" : "inc::MyMakeMaker",
619680 {
620681 "class" : "Dist::Zilla::Plugin::FinderCode",
621682 "name" : ":InstallModules",
622 "version" : "5.036"
683 "version" : "5.042"
623684 },
624685 {
625686 "class" : "Dist::Zilla::Plugin::FinderCode",
626687 "name" : ":IncModules",
627 "version" : "5.036"
688 "version" : "5.042"
628689 },
629690 {
630691 "class" : "Dist::Zilla::Plugin::FinderCode",
631692 "name" : ":TestFiles",
632 "version" : "5.036"
693 "version" : "5.042"
694 },
695 {
696 "class" : "Dist::Zilla::Plugin::FinderCode",
697 "name" : ":ExtraTestFiles",
698 "version" : "5.042"
633699 },
634700 {
635701 "class" : "Dist::Zilla::Plugin::FinderCode",
636702 "name" : ":ExecFiles",
637 "version" : "5.036"
703 "version" : "5.042"
704 },
705 {
706 "class" : "Dist::Zilla::Plugin::FinderCode",
707 "name" : ":PerlExecFiles",
708 "version" : "5.042"
638709 },
639710 {
640711 "class" : "Dist::Zilla::Plugin::FinderCode",
641712 "name" : ":ShareFiles",
642 "version" : "5.036"
713 "version" : "5.042"
643714 },
644715 {
645716 "class" : "Dist::Zilla::Plugin::FinderCode",
646717 "name" : ":MainModule",
647 "version" : "5.036"
718 "version" : "5.042"
648719 },
649720 {
650721 "class" : "Dist::Zilla::Plugin::FinderCode",
651722 "name" : ":AllFiles",
652 "version" : "5.036"
723 "version" : "5.042"
653724 },
654725 {
655726 "class" : "Dist::Zilla::Plugin::FinderCode",
656727 "name" : ":NoFiles",
657 "version" : "5.036"
728 "version" : "5.042"
658729 },
659730 {
660731 "class" : "Dist::Zilla::Plugin::FinderCode",
661732 "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
662 "version" : "5.036"
733 "version" : "5.042"
663734 }
664735 ],
665736 "zilla" : {
667738 "config" : {
668739 "is_trial" : "0"
669740 },
670 "version" : "5.036"
741 "version" : "5.042"
671742 }
672743 },
673744 "x_authority" : "cpan:DROLSKY",
99 IPC::Open3: '0'
1010 Storable: '0'
1111 Test::More: '0.96'
12 blib: '1.01'
1213 perl: '5.006'
1314 configure_requires:
1415 ExtUtils::MakeMaker: '0'
1516 dynamic_config: 0
16 generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
17 generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150005'
1718 license: perl
1819 meta-spec:
1920 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2223 provides:
2324 Math::Int64:
2425 file: lib/Math/Int64.pm
25 version: '0.53'
26 version: '0.54'
2627 Math::Int64::die_on_overflow:
2728 file: lib/Math/Int64/die_on_overflow.pm
28 version: '0.53'
29 version: '0.54'
2930 Math::Int64::native_if_available:
3031 file: lib/Math/Int64/native_if_available.pm
31 version: '0.53'
32 version: '0.54'
3233 Math::UInt64:
3334 file: lib/Math/UInt64.pm
34 version: '0.53'
35 version: '0.54'
3536 requires:
3637 Exporter: '0'
3738 XSLoader: '0'
4445 bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Math-Int64
4546 homepage: http://metacpan.org/release/Math-Int64
4647 repository: git://github.com/salva/p5-Math-Int64.git
47 version: '0.53'
48 version: '0.54'
4849 x_Dist_Zilla:
4950 perl:
5051 version: '5.020002'
5657 -
5758 class: Dist::Zilla::Plugin::AutoPrereqs
5859 name: '@DROLSKY/AutoPrereqs'
59 version: '5.036'
60 version: '5.042'
6061 -
6162 class: Dist::Zilla::Plugin::CopyFilesFromBuild
6263 name: '@DROLSKY/CopyFilesFromBuild'
63 version: '0.150250'
64 version: '0.151680'
6465 -
6566 class: Dist::Zilla::Plugin::Git::GatherDir
6667 config:
6768 Dist::Zilla::Plugin::GatherDir:
6869 exclude_filename:
70 - Build.PL
71 - LICENSE
6972 - Makefile.PL
70 - cpanfile
71 - Build.PL
7273 - README.md
7374 - c_api.h
74 - LICENSE
75 - cpanfile
7576 exclude_match:
77 - c_api_client/*.c
7678 - c_api_client/*.h
77 - c_api_client/*.c
78 follow_symlinks: '0'
79 include_dotfiles: '0'
79 follow_symlinks: 0
80 include_dotfiles: 0
8081 prefix: ''
8182 prune_directory: []
8283 root: .
8384 Dist::Zilla::Plugin::Git::GatherDir:
84 include_untracked: '0'
85 include_untracked: 0
8586 name: '@DROLSKY/Git::GatherDir'
86 version: '2.033'
87 version: '2.036'
8788 -
8889 class: Dist::Zilla::Plugin::GitHub::Meta
8990 name: '@DROLSKY/GitHub::Meta'
90 version: '0.40'
91 version: '0.41'
9192 -
9293 class: Dist::Zilla::Plugin::GitHub::Update
94 config:
95 Dist::Zilla::Plugin::GitHub::Update:
96 metacpan: 1
9397 name: '@DROLSKY/GitHub::Update'
94 version: '0.40'
98 version: '0.41'
9599 -
96100 class: Dist::Zilla::Plugin::MetaResources
97101 name: '@DROLSKY/MetaResources'
98 version: '5.036'
102 version: '5.042'
99103 -
100104 class: Dist::Zilla::Plugin::MetaProvides::Package
101105 config:
104108 -
105109 class: Dist::Zilla::Plugin::FinderCode
106110 name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
107 version: '5.036'
111 version: '5.042'
108112 Dist::Zilla::Role::MetaProvider::Provider:
109113 inherit_missing: '1'
110114 inherit_version: '1'
114118 -
115119 class: Dist::Zilla::Plugin::NextRelease
116120 name: '@DROLSKY/NextRelease'
117 version: '5.036'
121 version: '5.042'
118122 -
119123 class: Dist::Zilla::Plugin::Prereqs
120124 config:
122126 phase: test
123127 type: requires
124128 name: '@DROLSKY/Test::More with subtest()'
125 version: '5.036'
129 version: '5.042'
126130 -
127131 class: Dist::Zilla::Plugin::Prereqs
128132 config:
130134 phase: develop
131135 type: requires
132136 name: '@DROLSKY/Modules for use with tidyall'
133 version: '5.036'
137 version: '5.042'
134138 -
135139 class: Dist::Zilla::Plugin::PromptIfStale
136140 config:
137141 Dist::Zilla::Plugin::PromptIfStale:
138 check_all_plugins: '1'
139 check_all_prereqs: '1'
142 check_all_plugins: 1
143 check_all_prereqs: 1
140144 modules: []
141145 phase: release
142146 skip:
144148 - Dist::Zilla::Plugin::DROLSKY::License
145149 - Dist::Zilla::Plugin::DROLSKY::TidyAll
146150 name: '@DROLSKY/PromptIfStale'
147 version: '0.042'
151 version: '0.047'
148152 -
149153 class: Dist::Zilla::Plugin::ReadmeAnyFromPod
150154 name: '@DROLSKY/README.md in build'
159163 version: '0.05'
160164 -
161165 class: Dist::Zilla::Plugin::Test::PodSpelling
166 config:
167 Dist::Zilla::Plugin::Test::PodSpelling:
168 directories: []
169 spell_cmd: ''
170 stopwords:
171 - API
172 - BER
173 - CPAN
174 - DROLSKY
175 - "DROLSKY's"
176 - Fandiño
177 - GitHub
178 - Rolsky
179 - Rolsky
180 - "Rolsky's"
181 - SV
182 - Storable
183 - postincrement
184 - preprocessing
185 - uint
186 - wishlist
187 wordlist: Pod::Wordlist
162188 name: '@DROLSKY/Test::PodSpelling'
163 version: '2.006009'
189 version: '2.007000'
164190 -
165191 class: Dist::Zilla::Plugin::Test::ReportPrereqs
166192 name: '@DROLSKY/Test::ReportPrereqs'
168194 -
169195 class: Dist::Zilla::Plugin::ManifestSkip
170196 name: '@DROLSKY/ManifestSkip'
171 version: '5.036'
197 version: '5.042'
172198 -
173199 class: Dist::Zilla::Plugin::MetaYAML
174200 name: '@DROLSKY/MetaYAML'
175 version: '5.036'
201 version: '5.042'
176202 -
177203 class: Dist::Zilla::Plugin::ExtraTests
178204 name: '@DROLSKY/ExtraTests'
179 version: '5.036'
205 version: '5.042'
180206 -
181207 class: Dist::Zilla::Plugin::ExecDir
182208 name: '@DROLSKY/ExecDir'
183 version: '5.036'
209 version: '5.042'
184210 -
185211 class: Dist::Zilla::Plugin::ShareDir
186212 name: '@DROLSKY/ShareDir'
187 version: '5.036'
213 version: '5.042'
188214 -
189215 class: Dist::Zilla::Plugin::Manifest
190216 name: '@DROLSKY/Manifest'
191 version: '5.036'
217 version: '5.042'
192218 -
193219 class: Dist::Zilla::Plugin::CheckVersionIncrement
194220 name: '@DROLSKY/CheckVersionIncrement'
196222 -
197223 class: Dist::Zilla::Plugin::TestRelease
198224 name: '@DROLSKY/TestRelease'
199 version: '5.036'
225 version: '5.042'
200226 -
201227 class: Dist::Zilla::Plugin::ConfirmRelease
202228 name: '@DROLSKY/ConfirmRelease'
203 version: '5.036'
229 version: '5.042'
204230 -
205231 class: Dist::Zilla::Plugin::UploadToCPAN
206232 name: '@DROLSKY/UploadToCPAN'
207 version: '5.036'
233 version: '5.042'
208234 -
209235 class: Dist::Zilla::Plugin::CheckPrereqsIndexed
210236 name: '@DROLSKY/CheckPrereqsIndexed'
211 version: '0.015'
237 version: '0.017'
212238 -
213239 class: Dist::Zilla::Plugin::CPANFile
214240 name: '@DROLSKY/CPANFile'
215 version: '5.036'
241 version: '5.042'
216242 -
217243 class: Dist::Zilla::Plugin::DROLSKY::Contributors
218244 name: '@DROLSKY/DROLSKY::Contributors'
243269 class: Dist::Zilla::Plugin::Git::Contributors
244270 config:
245271 Dist::Zilla::Plugin::Git::Contributors:
246 include_authors: '0'
247 include_releaser: '1'
272 include_authors: 0
273 include_releaser: 1
248274 order_by: name
249 paths: []
275 paths:
276 - .
250277 name: '@DROLSKY/Git::Contributors'
251 version: '0.011'
278 version: '0.015'
252279 -
253280 class: Dist::Zilla::Plugin::InstallGuide
254281 name: '@DROLSKY/InstallGuide'
260287 -
261288 class: Dist::Zilla::Plugin::MetaConfig
262289 name: '@DROLSKY/MetaConfig'
263 version: '5.036'
290 version: '5.042'
264291 -
265292 class: Dist::Zilla::Plugin::MetaJSON
266293 name: '@DROLSKY/MetaJSON'
267 version: '5.036'
294 version: '5.042'
268295 -
269296 class: Dist::Zilla::Plugin::RewriteVersion
297 config:
298 Dist::Zilla::Plugin::RewriteVersion:
299 add_tarball_name: 0
300 finders:
301 - ':ExecFiles'
302 - ':InstallModules'
303 global: 0
304 skip_version_provider: 0
270305 name: '@DROLSKY/RewriteVersion'
271 version: '0.009'
306 version: '0.012'
272307 -
273308 class: Dist::Zilla::Plugin::PodSyntaxTests
274309 name: '@DROLSKY/PodSyntaxTests'
275 version: '5.036'
310 version: '5.042'
276311 -
277312 class: Dist::Zilla::Plugin::Test::CPAN::Changes
278313 name: '@DROLSKY/Test::CPAN::Changes'
283318 Dist::Zilla::Plugin::Test::Compile:
284319 bail_out_on_fail: '0'
285320 fail_on_warning: author
286 fake_home: '0'
321 fake_home: 0
287322 filename: t/00-compile.t
288323 module_finder:
289324 - ':InstallModules'
290 needs_display: '0'
325 needs_display: 0
291326 phase: test
292327 script_finder:
293 - ':ExecFiles'
328 - ':PerlExecFiles'
294329 skips: []
295330 name: '@DROLSKY/Test::Compile'
296 version: '2.052'
331 version: '2.054'
297332 -
298333 class: Dist::Zilla::Plugin::Test::EOL
299334 config:
316351 - ':ExecFiles'
317352 - ':TestFiles'
318353 name: '@DROLSKY/Test::NoTabs'
319 version: '0.14'
354 version: '0.15'
320355 -
321356 class: Dist::Zilla::Plugin::Test::Portability
322357 name: '@DROLSKY/Test::Portability'
332367 untracked_files: die
333368 Dist::Zilla::Role::Git::DirtyFiles:
334369 allow_dirty:
370 - Build.PL
371 - CONTRIBUTING.md
372 - Changes
373 - LICENSE
335374 - Makefile.PL
336 - cpanfile
337 - Build.PL
338375 - README.md
339376 - c_api.h
340 - LICENSE
341 - Changes
342 - CONTRIBUTING.md
377 - cpanfile
343378 allow_dirty_match: []
344379 changelog: Changes
345380 Dist::Zilla::Role::Git::Repo:
346381 repo_root: .
347382 name: '@DROLSKY/Git::Check'
348 version: '2.033'
383 version: '2.036'
349384 -
350385 class: Dist::Zilla::Plugin::Git::Commit
351386 config:
352387 Dist::Zilla::Plugin::Git::Commit:
353388 add_files_in: []
354389 commit_msg: v%v%n%n%c
355 time_zone: local
356390 Dist::Zilla::Role::Git::DirtyFiles:
357391 allow_dirty:
392 - Build.PL
393 - CONTRIBUTING.md
394 - Changes
395 - LICENSE
358396 - Makefile.PL
359 - cpanfile
360 - Build.PL
361397 - README.md
362398 - c_api.h
363 - LICENSE
364 - Changes
365 - CONTRIBUTING.md
399 - cpanfile
366400 allow_dirty_match: []
367401 changelog: Changes
368402 Dist::Zilla::Role::Git::Repo:
369403 repo_root: .
404 Dist::Zilla::Role::Git::StringFormatter:
405 time_zone: local
370406 name: '@DROLSKY/commit generated files'
371 version: '2.033'
407 version: '2.036'
372408 -
373409 class: Dist::Zilla::Plugin::Git::Tag
374410 config:
375411 Dist::Zilla::Plugin::Git::Tag:
376412 branch: ~
413 changelog: Changes
377414 signed: 0
378 tag: v0.53
415 tag: v0.54
379416 tag_format: v%v
380417 tag_message: v%v
418 Dist::Zilla::Role::Git::Repo:
419 repo_root: .
420 Dist::Zilla::Role::Git::StringFormatter:
381421 time_zone: local
382 Dist::Zilla::Role::Git::Repo:
383 repo_root: .
384422 name: '@DROLSKY/Git::Tag'
385 version: '2.033'
423 version: '2.036'
386424 -
387425 class: Dist::Zilla::Plugin::Git::Push
388426 config:
393431 Dist::Zilla::Role::Git::Repo:
394432 repo_root: .
395433 name: '@DROLSKY/Git::Push'
396 version: '2.033'
434 version: '2.036'
397435 -
398436 class: Dist::Zilla::Plugin::BumpVersionAfterRelease
437 config:
438 Dist::Zilla::Plugin::BumpVersionAfterRelease:
439 finders:
440 - ':ExecFiles'
441 - ':InstallModules'
442 global: 0
443 munge_makefile_pl: 1
399444 name: '@DROLSKY/BumpVersionAfterRelease'
400 version: '0.009'
445 version: '0.012'
401446 -
402447 class: Dist::Zilla::Plugin::Git::Commit
403448 config:
404449 Dist::Zilla::Plugin::Git::Commit:
405450 add_files_in: []
406451 commit_msg: 'Bump version after release'
407 time_zone: local
408452 Dist::Zilla::Role::Git::DirtyFiles:
409453 allow_dirty:
454 - Changes
410455 - dist.ini
411 - Changes
412456 allow_dirty_match:
413457 - (?^:.+)
414458 changelog: Changes
415459 Dist::Zilla::Role::Git::Repo:
416460 repo_root: .
461 Dist::Zilla::Role::Git::StringFormatter:
462 time_zone: local
417463 name: '@DROLSKY/commit version bump'
418 version: '2.033'
464 version: '2.036'
419465 -
420466 class: Dist::Zilla::Plugin::Git::Push
421467 config:
426472 Dist::Zilla::Role::Git::Repo:
427473 repo_root: .
428474 name: '@DROLSKY/push version bump'
429 version: '2.033'
475 version: '2.036'
430476 -
431477 class: inc::CreateCAPI
432478 name: =inc::CreateCAPI
438484 phase: develop
439485 type: requires
440486 name: DevelopRequires
441 version: '5.036'
487 version: '5.042'
442488 -
443489 class: inc::MyMakeMaker
444490 config:
449495 -
450496 class: Dist::Zilla::Plugin::FinderCode
451497 name: ':InstallModules'
452 version: '5.036'
498 version: '5.042'
453499 -
454500 class: Dist::Zilla::Plugin::FinderCode
455501 name: ':IncModules'
456 version: '5.036'
502 version: '5.042'
457503 -
458504 class: Dist::Zilla::Plugin::FinderCode
459505 name: ':TestFiles'
460 version: '5.036'
506 version: '5.042'
507 -
508 class: Dist::Zilla::Plugin::FinderCode
509 name: ':ExtraTestFiles'
510 version: '5.042'
461511 -
462512 class: Dist::Zilla::Plugin::FinderCode
463513 name: ':ExecFiles'
464 version: '5.036'
514 version: '5.042'
515 -
516 class: Dist::Zilla::Plugin::FinderCode
517 name: ':PerlExecFiles'
518 version: '5.042'
465519 -
466520 class: Dist::Zilla::Plugin::FinderCode
467521 name: ':ShareFiles'
468 version: '5.036'
522 version: '5.042'
469523 -
470524 class: Dist::Zilla::Plugin::FinderCode
471525 name: ':MainModule'
472 version: '5.036'
526 version: '5.042'
473527 -
474528 class: Dist::Zilla::Plugin::FinderCode
475529 name: ':AllFiles'
476 version: '5.036'
530 version: '5.042'
477531 -
478532 class: Dist::Zilla::Plugin::FinderCode
479533 name: ':NoFiles'
480 version: '5.036'
534 version: '5.042'
481535 -
482536 class: Dist::Zilla::Plugin::FinderCode
483537 name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
484 version: '5.036'
538 version: '5.042'
485539 zilla:
486540 class: Dist::Zilla::Dist::Builder
487541 config:
488542 is_trial: '0'
489 version: '5.036'
543 version: '5.042'
490544 x_authority: cpan:DROLSKY
491545 x_contributors:
492546 - 'bulk88 <bulk88@hotmail.com>'
3434 "IO::Handle" => 0,
3535 "IPC::Open3" => 0,
3636 "Storable" => 0,
37 "Test::More" => "0.96"
37 "Test::More" => "0.96",
38 "blib" => "1.01"
3839 },
3940 "VERSION_FROM" => "lib/Math/Int64.pm",
4041 "test" => {
5556 "Storable" => 0,
5657 "Test::More" => "0.96",
5758 "XSLoader" => 0,
59 "blib" => "1.01",
5860 "constant" => 0,
5961 "overload" => 0,
6062 "strict" => 0,
106108 }
107109
108110 sub _int64_define {
109 return '-DINT64_T' if autoconf->check_type('int64_t');
110 return '-D__INT64' if autoconf->check_type('__int64');
111 return '-DINT64_DI'
111 return '-DUSE_INT64_T' if autoconf->check_type('int64_t');
112 return '-DUSE___INT64' if autoconf->check_type('__int64');
113 return '-DUSE_INT64_DI'
112114 if autoconf->check_type('int __attribute__ ((__mode__ (DI)))');
113115
114116 warn <<'EOF';
11 * c_api.h - This file is in the public domain
22 * Author: "Salvador Fandino <sfandino@yahoo.com>, Dave Rolsky <autarch@urth.org>"
33 *
4 * Generated on: 2015-05-14 12:03:55
5 * Math::Int64 version: 0.53
4 * Generated on: 2016-01-04 10:07:18
5 * Math::Int64 version: 0.54
66 * Module::CAPIMaker version:
77 */
88
11 * perl_math_int64.c - This file is in the public domain
22 * Author: "Salvador Fandino <sfandino@yahoo.com>, Dave Rolsky <autarch@urth.org>"
33 *
4 * Generated on: 2015-05-14 12:03:55
5 * Math::Int64 version: 0.53
4 * Generated on: 2016-01-04 10:07:18
5 * Math::Int64 version: 0.54
66 * Module::CAPIMaker version:
77 */
88
22 * Author: "Salvador Fandino <sfandino@yahoo.com>, Dave Rolsky <autarch@urth.org>"
33 * Version: 2.1
44 *
5 * Generated on: 2015-05-14 12:03:55
6 * Math::Int64 version: 0.53
5 * Generated on: 2016-01-04 10:07:18
6 * Math::Int64 version: 0.54
77 * Module::CAPIMaker version:
88 */
99
11 * sample.xs - This file is in the public domain
22 * Author: "Salvador Fandino <sfandino@yahoo.com>, Dave Rolsky <autarch@urth.org>"
33 *
4 * Generated on: 2015-05-14 12:03:55
5 * Math::Int64 version: 0.53
4 * Generated on: 2016-01-04 10:07:18
5 * Math::Int64 version: 0.54
66 */
77
88 #include "EXTERN.h"
1212 requires "IPC::Open3" => "0";
1313 requires "Storable" => "0";
1414 requires "Test::More" => "0.96";
15 requires "blib" => "1.01";
1516 requires "perl" => "5.006";
1617 };
1718
7878 }
7979
8080 sub _int64_define {
81 return '-DINT64_T' if autoconf->check_type('int64_t');
82 return '-D__INT64' if autoconf->check_type('__int64');
83 return '-DINT64_DI'
81 return '-DUSE_INT64_T' if autoconf->check_type('int64_t');
82 return '-DUSE___INT64' if autoconf->check_type('__int64');
83 return '-DUSE_INT64_DI'
8484 if autoconf->check_type('int __attribute__ ((__mode__ (DI)))');
8585
8686 warn <<'EOF';
33 use warnings;
44
55 BEGIN {
6 our $VERSION = '0.53';
6 our $VERSION = '0.54';
77 require XSLoader;
88 XSLoader::load('Math::Int64', $VERSION);
99 }
11 use strict;
22 use warnings;
33
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.052
4 # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
55
66 use Test::More;
77
3838 waitpid($pid, 0);
3939 is($?, 0, "$lib loaded ok");
4040
41 shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
42 and not eval { require blib; blib->VERSION('1.01') };
43
4144 if (@_warnings)
4245 {
4346 warn @_warnings;
4141 'IPC::Open3' => '0',
4242 'Storable' => '0',
4343 'Test::More' => '0.96',
44 'blib' => '1.01',
4445 'perl' => '5.006'
4546 }
4647 }
3030 't/author-eol.t',
3131 't/author-no-tabs.t',
3232 't/author-pod-spell.t',
33 't/author-pod-syntax.t',
3334 't/die_on_overflow.t',
3435 't/pow.t',
3536 't/release-cpan-changes.t',
3637 't/release-pod-coverage.t',
37 't/release-pod-syntax.t',
3838 't/release-portability.t',
3939 't/release-synopsis.t',
4040 't/storable.t'
88 use strict;
99 use warnings;
1010
11 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.14
11 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
1212
1313 use Test::More 0.88;
1414 use Test::NoTabs;
3030 't/author-eol.t',
3131 't/author-no-tabs.t',
3232 't/author-pod-spell.t',
33 't/author-pod-syntax.t',
3334 't/die_on_overflow.t',
3435 't/pow.t',
3536 't/release-cpan-changes.t',
3637 't/release-pod-coverage.t',
37 't/release-pod-syntax.t',
3838 't/release-portability.t',
3939 't/release-synopsis.t',
4040 't/storable.t'
99 use warnings;
1010 use Test::More;
1111
12 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009
12 # generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
1313 use Test::Spelling 0.12;
1414 use Pod::Wordlist;
1515
0 #!perl
1
2 BEGIN {
3 unless ($ENV{AUTHOR_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for testing by the author');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use strict; use warnings;
11 use Test::More;
12 use Test::Pod 1.41;
13
14 all_pod_files_ok();
3333 plan tests => scalar @modules;
3434
3535 my %trustme = (
36 'Math::Int64' => [
37 qr/^STORABLE_/
38 ],
3639 'Math::UInt64' => [
3740 qr/^STORABLE_/
38 ],
39 'Math::Int64' => [
40 qr/^STORABLE_/
41 ]
41 ]
4242 );
4343
4444 my @also_private;
+0
-14
t/release-pod-syntax.t less more
0 #!perl
1
2 BEGIN {
3 unless ($ENV{RELEASE_TESTING}) {
4 require Test::More;
5 Test::More::plan(skip_all => 'these tests are for release candidate testing');
6 }
7 }
8
9 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
10 use Test::More;
11 use Test::Pod 1.41;
12
13 all_pod_files_ok();