Test-Pod-No404s-0.02/0000775000175000017500000000000012425314346012513 5ustar apocapocTest-Pod-No404s-0.02/SIGNATURE0000644000175000017500000000353112425314346013777 0ustar apocapocThis file contains message digests of all files listed in MANIFEST, signed via the Module::Signature module, version 0.73. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: % cpansign -v It will check each file's integrity, as well as the signature's validity. If "==> Signature verified OK! <==" is not displayed, the distribution may already have been compromised, and you should not run its Makefile.PL or Build.PL. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 SHA1 aa5f06adea9983772cbd228fa5f3c4adf48f57e8 AUTHOR_PLEDGE SHA1 164b7a4072360901c896720c8b4fcdf53652817a Build.PL SHA1 2e8dded14630629351a7f732a8fdb5ecb0cf0325 Changes SHA1 f5c71f152c8326e62d19fe582b5240dc9f1066d8 CommitLog SHA1 d062ce52f52d65265c941f0cdc9a59fab6cac0d5 INSTALL SHA1 e6514e4bc5abd3d1a8c7bd2a782c2f8737b413e7 LICENSE SHA1 9d30b21c1625fe250cae2c749d4f1b36da93917c MANIFEST SHA1 e4ac9ab7a18e5f4fd84cb27d5a1876b805727c8b MANIFEST.SKIP SHA1 4d4dd23d07d11de94fd552d736e5ee2fd5388ebc META.json SHA1 42303f29e3940f2704d925f9abb9676852a25e3c META.yml SHA1 8e00a5087c439685a0494ed81febb65e9ac527da Makefile.PL SHA1 7bb636fb79be0da32a2dd6122081695ac2ea9aae README SHA1 116bb6a911db17ebc6aa89ee19715d59751a49fc cpanfile SHA1 a047510edd76e293c5d113f305e4a696aea50a15 dist.ini SHA1 aa41f23bb86cad605ab3eddcd9550b39f42a3772 doap.xml SHA1 be1cba6d5f1efd28e062ea566696843903a5d488 examples/simple.pl SHA1 aafbee5fb1c27d29a1281952a071335df47ed19c lib/Test/Pod/No404s.pm SHA1 1dffbbaa121e7d60fedc181a2806018a6d7082db t/00-compile.t SHA1 d5d7f0ddbfdfb0e309c8e0598e3df64f09079b11 t/000-report-versions-tiny.t SHA1 51901de7603d850f754813af06cd06983c5817b3 t/apocalypse.t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRVmOYACgkQGfr7vsGKgxx4QQCgpQg4rgTRuGWlWznPZhBQmJxE K1sAoMZvOh2kLTjJZsGLNCCe3ZVnYzXS =8js1 -----END PGP SIGNATURE----- Test-Pod-No404s-0.02/AUTHOR_PLEDGE0000644000175000017500000000105412425314346014456 0ustar apocapoc # CPAN Covenant for Test-Pod-No404s I, Apocalypse , hereby give modules@perl.org permission to grant co-maintainership to Test-Pod-No404s, if all the following conditions are met: (1) I haven't released the module for a year or more (2) There are outstanding issues in the module's public bug tracker (3) Email to my CPAN email address hasn't been answered after a month (4) The requester wants to make worthwhile changes that will benefit CPAN In the event of my death, then the time-limits in (1) and (3) do not apply. Test-Pod-No404s-0.02/Makefile.PL0000644000175000017500000000733312425314346014471 0ustar apocapoc# # This file is part of Test-Pod-No404s # # This software is copyright (c) 2014 by Apocalypse. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use strict; use warnings; # This Makefile.PL for Test-Pod-No404s was generated by # Dist::Zilla::Plugin::MakeMaker::Fallback 0.014 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.31. # Don't edit it but the dist.ini and plugins used to construct it. use strict; use warnings; BEGIN { my %configure_requires = ( 'ExtUtils::MakeMaker' => '0', 'Module::Build::Tiny' => '0.039', ); my @missing = grep { ! eval "require $_; $_->VERSION($configure_requires{$_}); 1" } keys %configure_requires; if (not @missing) { print "Congratulations, your toolchain understands 'configure_requires'!\n\n"; } else { $ENV{PERL_MM_FALLBACK_SILENCE_WARNING} or warn <<'EOW'; *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** If you're seeing this warning, your toolchain is really, really old* and you'll almost certainly have problems installing CPAN modules from this century. But never fear, dear user, for we have the technology to fix this! If you're using CPAN.pm to install things, then you can upgrade it using: cpan CPAN If you're using CPANPLUS to install things, then you can upgrade it using: cpanp CPANPLUS If you're using cpanminus, you shouldn't be seeing this message in the first place, so please file an issue on github. If you're installing manually, please retrain your fingers to run Build.PL when present instead. This public service announcement was brought to you by the Perl Toolchain Gang, the irc.perl.org #toolchain IRC channel, and the number 42. ---- * Alternatively, you are doing something overly clever, in which case you should consider setting the 'prefer_installer' config option in CPAN.pm, or 'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively. You can also silence this warning for future installations by setting the PERL_MM_FALLBACK_SILENCE_WARNING environment variable. EOW sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)); } } use 5.006; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Using this test module will check your POD for any http 404 links", "AUTHOR" => "Apocalypse ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "Module::Build::Tiny" => "0.039" }, "DISTNAME" => "Test-Pod-No404s", "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "Test::Pod::No404s", "PREREQ_PM" => { "Exporter" => 0, "LWP::UserAgent" => 0, "Pod::Simple::Text" => 0, "Test::Builder" => 0, "Test::Pod" => 0, "URI::Find" => 0, "parent" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "File::Spec" => 0, "File::Temp" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Test::More" => "0.88" }, "VERSION" => "0.02", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Exporter" => 0, "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "File::Temp" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "LWP::UserAgent" => 0, "Module::Build::Tiny" => "0.039", "Pod::Simple::Text" => 0, "Test::Builder" => 0, "Test::More" => "0.88", "Test::Pod" => 0, "URI::Find" => 0, "parent" => 0, "strict" => 0, "warnings" => 0 ); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); Test-Pod-No404s-0.02/Build.PL0000644000175000017500000000067312425314346014013 0ustar apocapoc# # This file is part of Test-Pod-No404s # # This software is copyright (c) 2014 by Apocalypse. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use strict; use warnings; # This Build.PL for Test-Pod-No404s was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.008. use strict; use warnings; use 5.006; use Module::Build::Tiny 0.039; Build_PL(); Test-Pod-No404s-0.02/Changes0000644000175000017500000000065012425314346014005 0ustar apocapocRevision history for Test-Pod-No404s 0.03 0000-00-00T00:00:00Z UTC - Add invalid POD location for errors - Add note about the companion Test::Pod::LinkCheck module [STATISTICS] - code churn: 4 files changed, 9 insertions(+), 34 deletions(-) 0.02 0000-00-00T00:00:00Z UTC - Minor code fixes - Fix incorrect Build.PL - Re-jigged the export logic so it's more saner 0.01 0000-00-00T00:00:00Z UTC - initial release Test-Pod-No404s-0.02/META.yml0000644000175000017500000004124612425314346013771 0ustar apocapoc--- abstract: 'Using this test module will check your POD for any http 404 links' author: - 'Apocalypse ' build_requires: File::Spec: '0' File::Temp: '0' IO::Handle: '0' IPC::Open3: '0' Test::More: '0.88' perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' Module::Build::Tiny: '0.039' perl: '5.006' dynamic_config: '0' generated_by: 'Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: Test-Pod-No404s no_index: directory: - examples provides: Test::Pod::No404s: file: lib/Test/Pod/No404s.pm version: '0.02' requires: Exporter: '0' LWP::UserAgent: '0' Pod::Simple::Text: '0' Test::Builder: '0' Test::Pod: '0' URI::Find: '0' parent: '0' perl: '5.006' strict: '0' warnings: '0' resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Pod-No404s homepage: http://search.cpan.org/dist/Test-Pod-No404s/ license: http://dev.perl.org/licenses/ repository: git://github.com/apocalypse/perl-test-pod-no404s.git version: '0.02' x_BuiltWith: modules: Exporter: '5.70' ExtUtils::MakeMaker: '7.00' File::Spec: '3.47' File::Temp: '0.2304' IO::Handle: '1.34' IPC::Open3: '1.13' LWP::UserAgent: '6.06' Module::Build::Tiny: '0.039' Pod::Simple::Text: '3.28' Test::Builder: '1.001008' Test::More: '1.001008' Test::Pod: '1.48' URI::Find: '20140709' parent: '0.228' strict: '1.07' version: '0.9909' warnings: '1.18' perl: original: v5.18.2 qv: 1 version: - 5 - 18 - 2 platform: linux uname: 'Linux 3.13.0-35-generic x86_64' x_Dist_Zilla: perl: version: '5.018002' plugins: - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' version_by_branch: '0' version_regexp: (?^:^release-(.+)$) Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::NextVersion' version: '2.025' - class: Dist::Zilla::Plugin::Git::GatherDir config: Dist::Zilla::Plugin::GatherDir: exclude_filename: - README.pod exclude_match: [] follow_symlinks: '0' include_dotfiles: '0' prefix: '' prune_directory: [] root: . Dist::Zilla::Plugin::Git::GatherDir: include_untracked: '0' Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::GatherDir' version: '2.025' - class: Dist::Zilla::Plugin::PruneCruft name: '@Apocalyptic/PruneCruft' version: '5.023' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Apocalyptic/AutoPrereqs' version: '5.023' - class: Dist::Zilla::Plugin::GenerateFile name: '@Apocalyptic/MANIFEST.SKIP' version: '5.023' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Apocalyptic/ManifestSkip' version: '5.023' - class: Dist::Zilla::Plugin::Test::Compile config: Dist::Zilla::Plugin::Test::Compile: bail_out_on_fail: '0' fail_on_warning: author fake_home: '1' filename: t/00-compile.t module_finder: - ':InstallModules' needs_display: '0' phase: test script_finder: - ':ExecFiles' skips: [] name: '@Apocalyptic/Test::Compile' version: '2.051' - class: Dist::Zilla::Plugin::ApocalypseTests name: '@Apocalyptic/ApocalypseTests' version: '1.002' - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@Apocalyptic/ReportVersions::Tiny' version: '1.10' - class: Dist::Zilla::Plugin::Prepender name: '@Apocalyptic/Prepender' version: '1.112280' - class: Dist::Zilla::Plugin::Authority name: '@Apocalyptic/Authority' version: '1.009' - class: Dist::Zilla::Plugin::Git::Describe name: '@Apocalyptic/Git::Describe' version: '0.003' - class: Dist::Zilla::Plugin::PkgVersion name: '@Apocalyptic/PkgVersion' version: '5.023' - class: Dist::Zilla::Plugin::PodWeaver config: Dist::Zilla::Plugin::PodWeaver: config_plugins: - '@Apocalyptic' finder: - ':InstallModules' - ':ExecFiles' plugins: - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' version: '4.006' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' version: '4.006' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Apocalyptic/SingleEncoding' version: '4.006' - class: Pod::Weaver::Section::Region name: '@Apocalyptic/PodCoverage' version: '4.006' - class: Pod::Weaver::Plugin::StopWords name: '@Apocalyptic/StopWords' version: '1.009' - class: Pod::Weaver::Section::Name name: '@Apocalyptic/Name' version: '4.006' - class: Pod::Weaver::Section::Version name: '@Apocalyptic/Version' version: '4.006' - class: Pod::Weaver::Section::Generic name: '@Apocalyptic/Synopsis' version: '4.006' - class: Pod::Weaver::Section::Generic name: '@Apocalyptic/Description' version: '4.006' - class: Pod::Weaver::Section::Collect name: '@Apocalyptic/Attributes' version: '4.006' - class: Pod::Weaver::Section::Collect name: '@Apocalyptic/Methods' version: '4.006' - class: Pod::Weaver::Section::Collect name: '@Apocalyptic/Functions' version: '4.006' - class: Pod::Weaver::Section::Collect name: '@Apocalyptic/POEvents' version: '4.006' - class: Pod::Weaver::Section::Leftovers name: '@Apocalyptic/Leftovers' version: '4.006' - class: Pod::Weaver::Section::SeeAlso name: '@Apocalyptic/SeeAlso' version: '1.003' - class: Pod::Weaver::Section::Support name: '@Apocalyptic/Support' version: '1.006' - class: Pod::Weaver::Section::Authors name: '@Apocalyptic/Authors' version: '4.006' - class: Pod::Weaver::Section::Contributors name: '@Apocalyptic/Contributors' version: '0.008' - class: Pod::Weaver::Section::Generic name: '@Apocalyptic/ACK' version: '4.006' - class: Pod::Weaver::Section::Legal name: '@Apocalyptic/Legal' version: '4.006' - class: Pod::Weaver::Section::WarrantyDisclaimer::GPL3 name: '@Apocalyptic/Warranty' version: '0.121290' - class: Pod::Weaver::Plugin::Transformer name: '@Apocalyptic/ListTransformer' version: '4.006' - class: Pod::Weaver::Plugin::EnsureUniqueSections name: '@Apocalyptic/UniqueSections' version: '0.121550' name: '@Apocalyptic/PodWeaver' version: '4.006' - class: Dist::Zilla::Plugin::LocaleMsgfmt name: '@Apocalyptic/LocaleMsgfmt' version: '1.203' - class: Dist::Zilla::Plugin::NextRelease name: '@Apocalyptic/NextRelease' version: '5.023' - class: Dist::Zilla::Plugin::ChangelogFromGit name: '@Apocalyptic/ChangelogFromGit' version: '0.016' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Apocalyptic/MinimumPerl' version: '1.006' - class: Dist::Zilla::Plugin::Bugtracker name: '@Apocalyptic/Bugtracker' version: '1.111080' - class: Dist::Zilla::Plugin::Homepage name: '@Apocalyptic/Homepage' version: '1.101420' - class: Dist::Zilla::Plugin::MetaConfig name: '@Apocalyptic/MetaConfig' version: '5.023' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: include_authors: '0' include_releaser: '1' order_by: name paths: [] name: '@Apocalyptic/Git::Contributors' version: '0.008' - class: Dist::Zilla::Plugin::MetaData::BuiltWith config: Dist::Zilla::Plugin::MetaData::BuiltWith: _stash_key: x_BuiltWith show_config: '0' show_uname: '1' uname: uname_args: - -s - -r - -m uname_call: uname name: '@Apocalyptic/MetaData::BuiltWith' version: '1.003001' - class: Dist::Zilla::Plugin::Repository name: '@Apocalyptic/Repository' version: '0.20' - class: Dist::Zilla::Plugin::MetaResources name: '@Apocalyptic/MetaResources' version: '5.023' - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Apocalyptic/MetaNoIndex' version: '5.023' - class: Dist::Zilla::Plugin::MetaProvides::Package config: Dist::Zilla::Plugin::MetaProvides::Package: finder_objects: - class: Dist::Zilla::Plugin::FinderCode name: '@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM' version: '5.023' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@Apocalyptic/MetaProvides::Package' version: '2.001002' - class: Dist::Zilla::Plugin::License name: '@Apocalyptic/License' version: '5.023' - class: Dist::Zilla::Plugin::ModuleBuildTiny config: Dist::Zilla::Role::TestRunner: default_jobs: '1' name: '@Apocalyptic/ModuleBuildTiny' version: '0.008' - class: Dist::Zilla::Plugin::MakeMaker::Fallback config: Dist::Zilla::Role::TestRunner: default_jobs: '1' name: '@Apocalyptic/MakeMaker::Fallback' version: '0.014' - class: Dist::Zilla::Plugin::MetaYAML name: '@Apocalyptic/MetaYAML' version: '5.023' - class: Dist::Zilla::Plugin::MetaJSON name: '@Apocalyptic/MetaJSON' version: '5.023' - class: Dist::Zilla::Plugin::InstallGuide name: '@Apocalyptic/InstallGuide' version: '1.200005' - class: Dist::Zilla::Plugin::DOAP name: '@Apocalyptic/DOAP' version: '0.003' - class: Dist::Zilla::Plugin::Covenant name: '@Apocalyptic/Covenant' version: 0.1.0 - class: Dist::Zilla::Plugin::CPANFile name: '@Apocalyptic/CPANFile' version: '5.023' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Apocalyptic/ReadmeAnyFromPod' version: '0.142470' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Apocalyptic/pod for github' version: '0.142470' - class: Dist::Zilla::Plugin::ChangeStats::Git name: '@Apocalyptic/ChangeStats::Git' version: 0.3.0 - class: Dist::Zilla::Plugin::Signature name: '@Apocalyptic/Signature' version: '1.100930' - class: Dist::Zilla::Plugin::Manifest name: '@Apocalyptic/Manifest' version: '5.023' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Apocalyptic/CheckChangesHasContent' version: '0.006' - class: Dist::Zilla::Plugin::Git::Check config: Dist::Zilla::Plugin::Git::Check: untracked_files: die Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - README.pod - Changes allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::Check' version: '2.025' - class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::CheckFor::CorrectBranch' version: '0.011' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::CheckFor::MergeConflicts' version: '0.011' - class: Dist::Zilla::Plugin::Git::Remote::Check name: '@Apocalyptic/Git::Remote::Check' version: 0.1.2 - class: Dist::Zilla::Plugin::PromptIfStale config: Dist::Zilla::Plugin::PromptIfStale: check_all_plugins: '1' check_all_prereqs: '1' modules: [] phase: release skip: [] name: '@Apocalyptic/PromptIfStale' version: '0.028' - class: Dist::Zilla::Plugin::TestRelease name: '@Apocalyptic/TestRelease' version: '5.023' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Apocalyptic/CheckPrereqsIndexed' version: '0.012' - class: Dist::Zilla::Plugin::CheckSelfDependency config: Dist::Zilla::Plugin::CheckSelfDependency: finder: - ':InstallModules' name: '@Apocalyptic/CheckSelfDependency' version: '0.007' - class: Dist::Zilla::Plugin::CheckIssues name: '@Apocalyptic/CheckIssues' version: '0.004' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Apocalyptic/ConfirmRelease' version: '5.023' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Apocalyptic/UploadToCPAN' version: '5.023' - class: Dist::Zilla::Plugin::ArchiveRelease name: '@Apocalyptic/ArchiveRelease' version: '4.00' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: - releases commit_msg: 'New CPAN release of %N - v%v%n%n%c' time_zone: UTC Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - README.pod - Changes allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::Commit' version: '2.025' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ signed: '0' tag: release-0.02 tag_format: release-%v tag_message: 'Tagged release-%v' time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::Tag' version: '2.025' - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - origin remotes_must_exist: '1' Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Apocalyptic/Git::Push' version: '2.025' - class: Dist::Zilla::Plugin::Clean name: '@Apocalyptic/Clean' version: '0.07' - class: Dist::Zilla::Plugin::SchwartzRatio name: '@Apocalyptic/SchwartzRatio' version: 0.2.0 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: '@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM' version: '5.023' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' version: '5.023' x_author_pledge: version: '1' x_authority: cpan:APOCAL Test-Pod-No404s-0.02/INSTALL0000644000175000017500000000173312425314346013546 0ustar apocapocThis is the Perl distribution Test-Pod-No404s. Installing Test-Pod-No404s is straightforward. ## Installation with cpanm If you have cpanm, you only need one line: % cpanm Test::Pod::No404s If you are installing into a system-wide directory, you may need to pass the "-S" flag to cpanm, which uses sudo to install the module: % cpanm -S Test::Pod::No404s ## Installing with the CPAN shell Alternatively, if your CPAN shell is set up, you should just be able to do: % cpan Test::Pod::No404s ## Manual installation As a last resort, you can manually install it. Download the tarball, untar it, then build it: % perl Build.PL % ./Build && ./Build test Then install it: % ./Build install If you are installing into a system-wide directory, you may need to run: % sudo ./Build install ## Documentation Test-Pod-No404s documentation is available as POD. You can run perldoc from a shell to read the documentation: % perldoc Test::Pod::No404s Test-Pod-No404s-0.02/lib/0000775000175000017500000000000012425314346013261 5ustar apocapocTest-Pod-No404s-0.02/lib/Test/0000775000175000017500000000000012425314346014200 5ustar apocapocTest-Pod-No404s-0.02/lib/Test/Pod/0000775000175000017500000000000012425314346014722 5ustar apocapocTest-Pod-No404s-0.02/lib/Test/Pod/No404s.pm0000644000175000017500000002650712425314346016257 0ustar apocapoc# # This file is part of Test-Pod-No404s # # This software is copyright (c) 2014 by Apocalypse. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use strict; use warnings; package Test::Pod::No404s; # git description: release-0.01-6-g2201bfb $Test::Pod::No404s::VERSION = '0.02'; our $AUTHORITY = 'cpan:APOCAL'; # ABSTRACT: Using this test module will check your POD for any http 404 links # Import the modules we need use Pod::Simple::Text; use LWP::UserAgent; use URI::Find; use Test::Pod (); # setup our tests and etc use Test::Builder; my $Test = Test::Builder->new; # auto-export our 2 subs use parent qw( Exporter ); our @EXPORT = qw( pod_file_ok all_pod_files_ok ); ## no critic ( ProhibitAutomaticExportation ) #pod =method pod_file_ok #pod #pod C will okay the test if there is no http(s) links present in the POD or if all links are not an error. Furthermore, if the POD was #pod malformed as reported by L, the test will fail and not attempt to check the links. #pod #pod When it fails, C will show any failing links as diagnostics. #pod #pod The optional second argument TESTNAME is the name of the test. If it is omitted, C chooses a default #pod test name "404 test for FILENAME". #pod #pod =cut sub pod_file_ok { my $file = shift; my $name = @_ ? shift : "404 test for $file"; if ( ! -f $file ) { $Test->ok( 0, $name ); $Test->diag( "$file does not exist" ); return; } # Parse the POD! my $parser = Pod::Simple::Text->new; my $output; $parser->output_string( \$output ); $parser->complain_stderr( 0 ); $parser->no_errata_section( 0 ); $parser->no_whining( 0 ); # safeguard ourself against crazy parsing failures eval { $parser->parse_file( $file ) }; if ( $@ ) { $Test->ok( 0, $name ); $Test->diag( "Unable to parse POD in $file => $@" ); return; } # is POD well-formed? if ( $parser->any_errata_seen ) { $Test->ok( 0, $name ); $Test->diag( "Unable to parse POD in $file" ); # TODO ugly, but there is no other way to get at it? foreach my $l ( keys %{ $parser->{errata} } ) { $Test->diag( " * errors seen in line $l:" ); $Test->diag( " * $_" ) for @{ $parser->{errata}{$l} }; } return 0; } # Did we see POD in the file? if ( $parser->doc_has_started ) { my @links; my $finder = URI::Find->new( sub { my($uri, $orig_uri) = @_; my $scheme = $uri->scheme; if ( defined $scheme and ( $scheme eq 'http' or $scheme eq 'https' ) ) { # we skip RFC 6761 addresses reserved for testing and etc if ( $uri->host !~ /(?:test|localhost|invalid|example|example\.com|example\.net|example\.org)$/ ) { push @links, [$uri,$orig_uri]; } } } ); $finder->find( \$output ); if ( scalar @links ) { # Verify the links! my $ok = 1; my @errors; my $ua = LWP::UserAgent->new; foreach my $l ( @links ) { $Test->diag( "Checking $l->[0]" ); my $response = $ua->head( $l->[0] ); if ( $response->is_error ) { $ok = 0; push( @errors, [ $l->[1], $response->status_line ] ); } } $Test->ok( $ok, $name ); foreach my $e ( @errors ) { $Test->diag( "Error retrieving '$e->[0]': $e->[1]" ); } } else { $Test->ok( 1, $name ); } } else { $Test->ok( 1, $name ); } return 1; } #pod =method all_pod_files_ok #pod #pod This function is what you will usually run. It automatically finds any POD in your distribution and runs checks on them. #pod #pod Accepts an optional argument: an array of files to check. By default it checks all POD files it can find in the distribution. Every file it finds #pod is passed to the C function. #pod #pod =cut sub all_pod_files_ok { my @files = @_ ? @_ : Test::Pod::all_pod_files(); $Test->plan( tests => scalar @files ); my $ok = 1; foreach my $file ( @files ) { pod_file_ok( $file ) or undef $ok; } return $ok; } 1; __END__ =pod =encoding UTF-8 =for :stopwords Apocalypse cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan =head1 NAME Test::Pod::No404s - Using this test module will check your POD for any http 404 links =head1 VERSION This document describes v0.02 of Test::Pod::No404s - released November 01, 2014 as part of Test-Pod-No404s. =head1 SYNOPSIS #!/usr/bin/perl use strict; use warnings; use Test::More; eval "use Test::Pod::No404s"; if ( $@ ) { plan skip_all => 'Test::Pod::No404s required for testing POD'; } else { all_pod_files_ok(); } =head1 DESCRIPTION This module looks for any http(s) links in your POD and verifies that they will not return a 404. It uses L for the heavy lifting, and simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_error as the "test." This module does B check "pod" or "man" links like CTest::PodE> in your pod. For that, please check out L. Normally, you wouldn't want this test to be run during end-user installation because they might have no internet! It is HIGHLY recommended that this be used only for module authors' RELEASE_TESTING phase. To do that, just modify the synopsis to add an env check :) =head1 METHODS =head2 pod_file_ok C will okay the test if there is no http(s) links present in the POD or if all links are not an error. Furthermore, if the POD was malformed as reported by L, the test will fail and not attempt to check the links. When it fails, C will show any failing links as diagnostics. The optional second argument TESTNAME is the name of the test. If it is omitted, C chooses a default test name "404 test for FILENAME". =head2 all_pod_files_ok This function is what you will usually run. It automatically finds any POD in your distribution and runs checks on them. Accepts an optional argument: an array of files to check. By default it checks all POD files it can find in the distribution. Every file it finds is passed to the C function. =head1 EXPORT Automatically exports the two subs. =head1 SEE ALSO Please see those modules/websites for more information related to this module. =over 4 =item * L =back =head1 SUPPORT =head2 Perldoc You can find documentation for this module with the perldoc command. perldoc Test::Pod::No404s =head2 Websites The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources. =over 4 =item * MetaCPAN A modern, open-source CPAN search engine, useful to view POD in HTML format. L =item * Search CPAN The default CPAN search engine, useful to view POD in HTML format. L =item * RT: CPAN's Bug Tracker The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN. L =item * AnnoCPAN The AnnoCPAN is a website that allows community annotations of Perl module documentation. L =item * CPAN Ratings The CPAN Ratings is a website that allows community ratings and reviews of Perl modules. L =item * CPAN Forum The CPAN Forum is a web forum for discussing Perl modules. L =item * CPANTS The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution. L =item * CPAN Testers The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions. L =item * CPAN Testers Matrix The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms. L =item * CPAN Testers Dependencies The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution. L =back =head2 Email You can email the author of this module at C asking for help with any problems you have. =head2 Internet Relay Chat You can get live help by using IRC ( Internet Relay Chat ). If you don't know what IRC is, please read this excellent guide: L. Please be courteous and patient when talking to us, as we might be busy or sleeping! You can join those networks/channels and get help: =over 4 =item * irc.perl.org You can connect to the server at 'irc.perl.org' and join this channel: #perl-help then talk to this person for help: Apocalypse. =item * irc.freenode.net You can connect to the server at 'irc.freenode.net' and join this channel: #perl then talk to this person for help: Apocal. =item * irc.efnet.org You can connect to the server at 'irc.efnet.org' and join this channel: #perl then talk to this person for help: Ap0cal. =back =head2 Bugs / Feature Requests Please report any bugs or feature requests by email to C, or through the web interface at L. You will be automatically notified of any progress on the request by the system. =head2 Source Code The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :) L git clone git://github.com/apocalypse/perl-test-pod-no404s.git =head1 AUTHOR Apocalypse =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2014 by Apocalypse. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. The full text of the license can be found in the F file included with this distribution. =head1 DISCLAIMER OF WARRANTY THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. =cut Test-Pod-No404s-0.02/CommitLog0000644000175000017500000000524612425314346014335 0ustar apocapoc================================================== Changes from 2013-11-02 00:00:00 +0000 to present. ================================================== ----------------------------------------- version 0.02 at 2014-11-02 02:37:24 +0000 ----------------------------------------- Change: 2201bfb30f04069632490d0018a9bec3ebc6448b Author: Apocalypse Date : 2014-11-01 19:36:13 +0000 skip RFC 6761 example URLs Change: 3c2f35ddca8e6b799cf9169257b86279c69081f1 Author: Apocalypse Date : 2014-11-01 19:29:32 +0000 fix error in link gathering Change: 069e98c58c4ba1683f17d97488ae041c3256794a Author: Apocalypse Date : 2014-11-01 19:13:29 +0000 rename Change: c2f7d6c6f0bfaeaa269a4ec00800aa3fa5c6b649 Author: Apocalypse Date : 2014-11-01 19:12:34 +0000 try to get original uri Change: c6dd9567bf4432a90512e8429dfb4c797da57850 Author: Apocalypse Date : 2014-11-01 18:53:27 +0000 use List::MoreUtils::any instead of boolean grep Change: fec1c1885e0a39d7b0bc6da8e3d592cc7369f988 Author: Apocalypse Date : 2014-11-01 18:49:44 +0000 remove old testing files ----------------------------------------- version 0.01 at 2014-11-02 01:43:36 +0000 ----------------------------------------- Change: c2b830a52d1cfdb5f66ba55d80320a7d4f863e8b Author: Apocalypse Date : 2014-11-01 18:43:36 +0000 d0h add dist.ini Change: 68594457cbcbde02340ea8c3a235791f491b424c Author: Apocalypse Date : 2014-11-01 18:43:22 +0000 dzilification Change: 95b4d9f5e47aeabbd7b53d35c4a5dccfcd2d9f62 Author: Apocalypse Date : 2010-05-27 20:47:45 +0000 add SEE ALSO link Change: f458f0a466ef9e821d93a9cc74d8e50563143dbc Author: Apocalypse Date : 2010-05-27 20:44:55 +0000 add note about Test::Pod::LinkCheck Change: c132c5ed88fdaad4a5e286d799158be40a626c21 Author: Apocalypse Date : 2010-03-25 22:55:02 +0000 cleanups Change: d6287139b5b7df5c39e93987902a73fdc89166f8 Author: Apocalypse Date : 2010-03-06 17:02:23 +0000 add todo section Change: 5dd416c7cdf2e61a90c259244c6d979fa7fc13dc Author: Apocalypse Date : 2010-02-03 12:34:22 +0000 new CPAN tarball Change: a660e6dbc8bfe3a84d73d48b33f06ba8fabe8cf3 Author: Apocalypse Date : 2010-02-03 12:32:52 +0000 first version Change: 28ef47feec11cae4f482851f7bb1e388ba9c5781 Author: Apocalypse Date : 2010-02-02 14:24:53 +0000 first commit ================ End of releases. ================ Test-Pod-No404s-0.02/t/0000775000175000017500000000000012425314346012756 5ustar apocapocTest-Pod-No404s-0.02/t/apocalypse.t0000644000175000017500000000074412425314346015306 0ustar apocapoc#!perl # # This file is part of Test-Pod-No404s # # This software is copyright (c) 2014 by Apocalypse. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use strict; use warnings; use strict; use warnings; use Test::More; eval "use Test::Apocalypse 1.000"; if ( $@ ) { plan skip_all => 'Test::Apocalypse required for validating the distribution'; } else { is_apocalypse_here( { } ); } Test-Pod-No404s-0.02/t/000-report-versions-tiny.t0000644000175000017500000000516612425314346017610 0ustar apocapocuse strict; use warnings; use Test::More 0.88; # This is a relatively nice way to avoid Test::NoWarnings breaking our # expectations by adding extra tests, without using no_plan. It also helps # avoid any other test module that feels introducing random tests, or even # test plans, is a nice idea. our $success = 0; END { $success && done_testing; } # List our own version used to generate this my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10\n"; eval { # no excuses! # report our Perl details my $want = '5.006'; $v .= "perl: $] (wanted $want) on $^O from $^X\n\n"; }; defined($@) and diag("$@"); # Now, our module version dependencies: sub pmver { my ($module, $wanted) = @_; $wanted = " (want $wanted)"; my $pmver; eval "require $module;"; if ($@) { if ($@ =~ m/Can't locate .* in \@INC/) { $pmver = 'module not found.'; } else { diag("${module}: $@"); $pmver = 'died during require.'; } } else { my $version; eval { $version = $module->VERSION; }; if ($@) { diag("${module}: $@"); $pmver = 'died during VERSION check.'; } elsif (defined $version) { $pmver = "$version"; } else { $pmver = ''; } } # So, we should be good, right? return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n"); } eval { $v .= pmver('Exporter','any version') }; eval { $v .= pmver('ExtUtils::MakeMaker','any version') }; eval { $v .= pmver('File::Spec','any version') }; eval { $v .= pmver('File::Temp','any version') }; eval { $v .= pmver('IO::Handle','any version') }; eval { $v .= pmver('IPC::Open3','any version') }; eval { $v .= pmver('LWP::UserAgent','any version') }; eval { $v .= pmver('Module::Build::Tiny','0.039') }; eval { $v .= pmver('Pod::Simple::Text','any version') }; eval { $v .= pmver('Test::Builder','any version') }; eval { $v .= pmver('Test::More','0.88') }; eval { $v .= pmver('Test::Pod','any version') }; eval { $v .= pmver('URI::Find','any version') }; eval { $v .= pmver('parent','any version') }; eval { $v .= pmver('strict','any version') }; eval { $v .= pmver('warnings','any version') }; # All done. $v .= <<'EOT'; Thanks for using my code. I hope it works for you. If not, please try and include this output in the bug report. That will help me reproduce the issue and solve your problem. EOT diag($v); ok(1, "we really didn't test anything, just reporting data"); $success = 1; # Work around another nasty module on CPAN. :/ no warnings 'once'; $Template::Test::NO_FLUSH = 1; exit 0; Test-Pod-No404s-0.02/t/00-compile.t0000644000175000017500000000224012425314346015004 0ustar apocapocuse 5.006; use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051 use Test::More; plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'Test/Pod/No404s.pm' ); # fake home for cpan-testers use File::Temp; local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 ); my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; use File::Spec; use IPC::Open3; use IO::Handle; open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; my @warnings; for my $lib (@module_files) { # see L my $stderr = IO::Handle->new; my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); if (@_warnings) { warn @_warnings; push @warnings, @_warnings; } } is(scalar(@warnings), 0, 'no warnings found') or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; Test-Pod-No404s-0.02/MANIFEST.SKIP0000644000175000017500000000115612425314346014412 0ustar apocapoc# Added by Dist::Zilla::PluginBundle::Apocalyptic v0.005 # skip Eclipse IDE stuff \.includepath$ \.project$ \.settings/ # Avoid version control files. \bRCS\b \bCVS\b ,v$ \B\.svn\b \B\.git\b ^\.gitignore$ # Ignore Dist::Zilla's build dir ^\.build/ # Avoid configuration metadata file ^MYMETA\. # Avoid Makemaker generated and utility files. ^Makefile$ ^blib/ ^MakeMaker-\d \bpm_to_blib$ ^blibdirs$ # Avoid Module::Build generated and utility files. \bBuild$ \bBuild.bat$ \b_build \bBuild.COM$ \bBUILD.COM$ \bbuild.com$ # Avoid temp and backup files. ~$ \.old$ \#$ ^\.# \.bak$ # our tarballs \.tar\.gz$ ^releases/ Test-Pod-No404s-0.02/examples/0000775000175000017500000000000012425314346014331 5ustar apocapocTest-Pod-No404s-0.02/examples/simple.pl0000644000175000017500000000071712425314346016162 0ustar apocapoc#!/usr/bin/perl # # This file is part of Test-Pod-No404s # # This software is copyright (c) 2014 by Apocalypse. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use strict; use warnings; use strict; use warnings; use Test::More; eval "use Test::Pod::No404s"; if ( $@ ) { plan skip_all => 'Test::Pod::No404s required for testing POD'; } else { all_pod_files_ok(); } Test-Pod-No404s-0.02/MANIFEST0000644000175000017500000000052112425314346013640 0ustar apocapoc# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.023. AUTHOR_PLEDGE Build.PL Changes CommitLog INSTALL LICENSE MANIFEST MANIFEST.SKIP META.json META.yml Makefile.PL README SIGNATURE cpanfile dist.ini doap.xml examples/simple.pl lib/Test/Pod/No404s.pm t/00-compile.t t/000-report-versions-tiny.t t/apocalypse.t Test-Pod-No404s-0.02/cpanfile0000644000175000017500000000131612425314346014216 0ustar apocapocrequires "Exporter" => "0"; requires "LWP::UserAgent" => "0"; requires "Pod::Simple::Text" => "0"; requires "Test::Builder" => "0"; requires "Test::Pod" => "0"; requires "URI::Find" => "0"; requires "parent" => "0"; requires "perl" => "5.006"; requires "strict" => "0"; requires "warnings" => "0"; on 'test' => sub { requires "File::Spec" => "0"; requires "File::Temp" => "0"; requires "IO::Handle" => "0"; requires "IPC::Open3" => "0"; requires "Test::More" => "0.88"; requires "perl" => "5.006"; }; on 'configure' => sub { requires "ExtUtils::MakeMaker" => "0"; requires "Module::Build::Tiny" => "0.039"; requires "perl" => "5.006"; }; on 'develop' => sub { requires "version" => "0.9901"; }; Test-Pod-No404s-0.02/dist.ini0000644000175000017500000000004612425314346014155 0ustar apocapocname = Test-Pod-No404s [@Apocalyptic] Test-Pod-No404s-0.02/README0000644000175000017500000001713112425314346013374 0ustar apocapocNAME Test::Pod::No404s - Using this test module will check your POD for any http 404 links VERSION This document describes v0.02 of Test::Pod::No404s - released November 01, 2014 as part of Test-Pod-No404s. SYNOPSIS #!/usr/bin/perl use strict; use warnings; use Test::More; eval "use Test::Pod::No404s"; if ( $@ ) { plan skip_all => 'Test::Pod::No404s required for testing POD'; } else { all_pod_files_ok(); } DESCRIPTION This module looks for any http(s) links in your POD and verifies that they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_error as the "test." This module does NOT check "pod" or "man" links like L in your pod. For that, please check out Test::Pod::LinkCheck. Normally, you wouldn't want this test to be run during end-user installation because they might have no internet! It is HIGHLY recommended that this be used only for module authors' RELEASE_TESTING phase. To do that, just modify the synopsis to add an env check :) METHODS pod_file_ok pod_file_ok() will okay the test if there is no http(s) links present in the POD or if all links are not an error. Furthermore, if the POD was malformed as reported by Pod::Simple, the test will fail and not attempt to check the links. When it fails, pod_file_ok() will show any failing links as diagnostics. The optional second argument TESTNAME is the name of the test. If it is omitted, pod_file_ok() chooses a default test name "404 test for FILENAME". all_pod_files_ok This function is what you will usually run. It automatically finds any POD in your distribution and runs checks on them. Accepts an optional argument: an array of files to check. By default it checks all POD files it can find in the distribution. Every file it finds is passed to the pod_file_ok function. EXPORT Automatically exports the two subs. SEE ALSO Please see those modules/websites for more information related to this module. * Test::Pod::LinkCheck SUPPORT Perldoc You can find documentation for this module with the perldoc command. perldoc Test::Pod::No404s Websites The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources. * MetaCPAN A modern, open-source CPAN search engine, useful to view POD in HTML format. http://metacpan.org/release/Test-Pod-No404s * Search CPAN The default CPAN search engine, useful to view POD in HTML format. http://search.cpan.org/dist/Test-Pod-No404s * RT: CPAN's Bug Tracker The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN. http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Pod-No404s * AnnoCPAN The AnnoCPAN is a website that allows community annotations of Perl module documentation. http://annocpan.org/dist/Test-Pod-No404s * CPAN Ratings The CPAN Ratings is a website that allows community ratings and reviews of Perl modules. http://cpanratings.perl.org/d/Test-Pod-No404s * CPAN Forum The CPAN Forum is a web forum for discussing Perl modules. http://cpanforum.com/dist/Test-Pod-No404s * CPANTS The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution. http://cpants.cpanauthors.org/dist/overview/Test-Pod-No404s * CPAN Testers The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions. http://www.cpantesters.org/distro/T/Test-Pod-No404s * CPAN Testers Matrix The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms. http://matrix.cpantesters.org/?dist=Test-Pod-No404s * CPAN Testers Dependencies The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution. http://deps.cpantesters.org/?module=Test::Pod::No404s Email You can email the author of this module at APOCAL at cpan.org asking for help with any problems you have. Internet Relay Chat You can get live help by using IRC ( Internet Relay Chat ). If you don't know what IRC is, please read this excellent guide: http://en.wikipedia.org/wiki/Internet_Relay_Chat. Please be courteous and patient when talking to us, as we might be busy or sleeping! You can join those networks/channels and get help: * irc.perl.org You can connect to the server at 'irc.perl.org' and join this channel: #perl-help then talk to this person for help: Apocalypse. * irc.freenode.net You can connect to the server at 'irc.freenode.net' and join this channel: #perl then talk to this person for help: Apocal. * irc.efnet.org You can connect to the server at 'irc.efnet.org' and join this channel: #perl then talk to this person for help: Ap0cal. Bugs / Feature Requests Please report any bugs or feature requests by email to bug-test-pod-no404s at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Pod-No404s. You will be automatically notified of any progress on the request by the system. Source Code The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :) https://github.com/apocalypse/perl-test-pod-no404s git clone git://github.com/apocalypse/perl-test-pod-no404s.git AUTHOR Apocalypse COPYRIGHT AND LICENSE This software is copyright (c) 2014 by Apocalypse. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. The full text of the license can be found in the LICENSE file included with this distribution. DISCLAIMER OF WARRANTY THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Test-Pod-No404s-0.02/LICENSE0000644000175000017500000004364712425314346013534 0ustar apocapocThis software is copyright (c) 2014 by Apocalypse. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2014 by Apocalypse. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Artistic License 1.0 --- This software is Copyright (c) 2014 by Apocalypse. This is free software, licensed under: The Artistic License 1.0 The Artistic License Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End Test-Pod-No404s-0.02/META.json0000644000175000017500000006305512425314346014143 0ustar apocapoc{ "abstract" : "Using this test module will check your POD for any http 404 links", "author" : [ "Apocalypse " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "Test-Pod-No404s", "no_index" : { "directory" : [ "examples" ] }, "prereqs" : { "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0", "Module::Build::Tiny" : "0.039", "perl" : "5.006" } }, "develop" : { "requires" : { "version" : "0.9901" } }, "runtime" : { "requires" : { "Exporter" : "0", "LWP::UserAgent" : "0", "Pod::Simple::Text" : "0", "Test::Builder" : "0", "Test::Pod" : "0", "URI::Find" : "0", "parent" : "0", "perl" : "5.006", "strict" : "0", "warnings" : "0" } }, "test" : { "requires" : { "File::Spec" : "0", "File::Temp" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", "Test::More" : "0.88", "perl" : "5.006" } } }, "provides" : { "Test::Pod::No404s" : { "file" : "lib/Test/Pod/No404s.pm", "version" : "0.02" } }, "release_status" : "stable", "resources" : { "bugtracker" : { "mailto" : "bug-test-pod-no404s at rt.cpan.org", "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Pod-No404s" }, "homepage" : "http://search.cpan.org/dist/Test-Pod-No404s/", "license" : [ "http://dev.perl.org/licenses/" ], "repository" : { "type" : "git", "url" : "git://github.com/apocalypse/perl-test-pod-no404s.git", "web" : "https://github.com/apocalypse/perl-test-pod-no404s" } }, "version" : "0.02", "x_BuiltWith" : { "modules" : { "Exporter" : "5.70", "ExtUtils::MakeMaker" : "7.00", "File::Spec" : "3.47", "File::Temp" : "0.2304", "IO::Handle" : "1.34", "IPC::Open3" : "1.13", "LWP::UserAgent" : "6.06", "Module::Build::Tiny" : "0.039", "Pod::Simple::Text" : "3.28", "Test::Builder" : "1.001008", "Test::More" : "1.001008", "Test::Pod" : "1.48", "URI::Find" : "20140709", "parent" : "0.228", "strict" : "1.07", "version" : "0.9909", "warnings" : "1.18" }, "perl" : { "original" : "v5.18.2", "qv" : 1, "version" : [ 5, 18, 2 ] }, "platform" : "linux", "uname" : "Linux 3.13.0-35-generic x86_64" }, "x_Dist_Zilla" : { "perl" : { "version" : "5.018002" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", "version_by_branch" : "0", "version_regexp" : "(?^:^release-(.+)$)" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::NextVersion", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "config" : { "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [ "README.pod" ], "exclude_match" : [], "follow_symlinks" : "0", "include_dotfiles" : "0", "prefix" : "", "prune_directory" : [], "root" : "." }, "Dist::Zilla::Plugin::Git::GatherDir" : { "include_untracked" : "0" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::GatherDir", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Apocalyptic/PruneCruft", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Apocalyptic/AutoPrereqs", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::GenerateFile", "name" : "@Apocalyptic/MANIFEST.SKIP", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Apocalyptic/ManifestSkip", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { "bail_out_on_fail" : "0", "fail_on_warning" : "author", "fake_home" : "1", "filename" : "t/00-compile.t", "module_finder" : [ ":InstallModules" ], "needs_display" : "0", "phase" : "test", "script_finder" : [ ":ExecFiles" ], "skips" : [] } }, "name" : "@Apocalyptic/Test::Compile", "version" : "2.051" }, { "class" : "Dist::Zilla::Plugin::ApocalypseTests", "name" : "@Apocalyptic/ApocalypseTests", "version" : "1.002" }, { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@Apocalyptic/ReportVersions::Tiny", "version" : "1.10" }, { "class" : "Dist::Zilla::Plugin::Prepender", "name" : "@Apocalyptic/Prepender", "version" : "1.112280" }, { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Apocalyptic/Authority", "version" : "1.009" }, { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@Apocalyptic/Git::Describe", "version" : "0.003" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Apocalyptic/PkgVersion", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", "config" : { "Dist::Zilla::Plugin::PodWeaver" : { "config_plugins" : [ "@Apocalyptic" ], "finder" : [ ":InstallModules", ":ExecFiles" ], "plugins" : [ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", "version" : "4.006" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", "version" : "4.006" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Apocalyptic/SingleEncoding", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Apocalyptic/PodCoverage", "version" : "4.006" }, { "class" : "Pod::Weaver::Plugin::StopWords", "name" : "@Apocalyptic/StopWords", "version" : "1.009" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Apocalyptic/Name", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Apocalyptic/Version", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@Apocalyptic/Synopsis", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@Apocalyptic/Description", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "@Apocalyptic/Attributes", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "@Apocalyptic/Methods", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "@Apocalyptic/Functions", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "@Apocalyptic/POEvents", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Apocalyptic/Leftovers", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::SeeAlso", "name" : "@Apocalyptic/SeeAlso", "version" : "1.003" }, { "class" : "Pod::Weaver::Section::Support", "name" : "@Apocalyptic/Support", "version" : "1.006" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Apocalyptic/Authors", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Contributors", "name" : "@Apocalyptic/Contributors", "version" : "0.008" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@Apocalyptic/ACK", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@Apocalyptic/Legal", "version" : "4.006" }, { "class" : "Pod::Weaver::Section::WarrantyDisclaimer::GPL3", "name" : "@Apocalyptic/Warranty", "version" : "0.121290" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Apocalyptic/ListTransformer", "version" : "4.006" }, { "class" : "Pod::Weaver::Plugin::EnsureUniqueSections", "name" : "@Apocalyptic/UniqueSections", "version" : "0.121550" } ] } }, "name" : "@Apocalyptic/PodWeaver", "version" : "4.006" }, { "class" : "Dist::Zilla::Plugin::LocaleMsgfmt", "name" : "@Apocalyptic/LocaleMsgfmt", "version" : "1.203" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Apocalyptic/NextRelease", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::ChangelogFromGit", "name" : "@Apocalyptic/ChangelogFromGit", "version" : "0.016" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", "name" : "@Apocalyptic/MinimumPerl", "version" : "1.006" }, { "class" : "Dist::Zilla::Plugin::Bugtracker", "name" : "@Apocalyptic/Bugtracker", "version" : "1.111080" }, { "class" : "Dist::Zilla::Plugin::Homepage", "name" : "@Apocalyptic/Homepage", "version" : "1.101420" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Apocalyptic/MetaConfig", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { "include_authors" : "0", "include_releaser" : "1", "order_by" : "name", "paths" : [] } }, "name" : "@Apocalyptic/Git::Contributors", "version" : "0.008" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", "config" : { "Dist::Zilla::Plugin::MetaData::BuiltWith" : { "_stash_key" : "x_BuiltWith", "show_config" : "0", "show_uname" : "1", "uname" : { "uname_args" : [ "-s", "-r", "-m" ], "uname_call" : "uname" } } }, "name" : "@Apocalyptic/MetaData::BuiltWith", "version" : "1.003001" }, { "class" : "Dist::Zilla::Plugin::Repository", "name" : "@Apocalyptic/Repository", "version" : "0.20" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Apocalyptic/MetaResources", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Apocalyptic/MetaNoIndex", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", "config" : { "Dist::Zilla::Plugin::MetaProvides::Package" : { "finder_objects" : [ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM", "version" : "5.023" } ] }, "Dist::Zilla::Role::MetaProvider::Provider" : { "inherit_missing" : "1", "inherit_version" : "1", "meta_noindex" : "1" } }, "name" : "@Apocalyptic/MetaProvides::Package", "version" : "2.001002" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Apocalyptic/License", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::ModuleBuildTiny", "config" : { "Dist::Zilla::Role::TestRunner" : { "default_jobs" : 1 } }, "name" : "@Apocalyptic/ModuleBuildTiny", "version" : "0.008" }, { "class" : "Dist::Zilla::Plugin::MakeMaker::Fallback", "config" : { "Dist::Zilla::Role::TestRunner" : { "default_jobs" : 1 } }, "name" : "@Apocalyptic/MakeMaker::Fallback", "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Apocalyptic/MetaYAML", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Apocalyptic/MetaJSON", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", "name" : "@Apocalyptic/InstallGuide", "version" : "1.200005" }, { "class" : "Dist::Zilla::Plugin::DOAP", "name" : "@Apocalyptic/DOAP", "version" : "0.003" }, { "class" : "Dist::Zilla::Plugin::Covenant", "name" : "@Apocalyptic/Covenant", "version" : "0.1.0" }, { "class" : "Dist::Zilla::Plugin::CPANFile", "name" : "@Apocalyptic/CPANFile", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Apocalyptic/ReadmeAnyFromPod", "version" : "0.142470" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Apocalyptic/pod for github", "version" : "0.142470" }, { "class" : "Dist::Zilla::Plugin::ChangeStats::Git", "name" : "@Apocalyptic/ChangeStats::Git", "version" : "0.3.0" }, { "class" : "Dist::Zilla::Plugin::Signature", "name" : "@Apocalyptic/Signature", "version" : "1.100930" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Apocalyptic/Manifest", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", "name" : "@Apocalyptic/CheckChangesHasContent", "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "config" : { "Dist::Zilla::Plugin::Git::Check" : { "untracked_files" : "die" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "README.pod", "Changes" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::Check", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::CheckFor::CorrectBranch", "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::CheckFor::MergeConflicts", "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::Git::Remote::Check", "name" : "@Apocalyptic/Git::Remote::Check", "version" : "0.1.2" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", "config" : { "Dist::Zilla::Plugin::PromptIfStale" : { "check_all_plugins" : "1", "check_all_prereqs" : "1", "modules" : [], "phase" : "release", "skip" : [] } }, "name" : "@Apocalyptic/PromptIfStale", "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Apocalyptic/TestRelease", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Apocalyptic/CheckPrereqsIndexed", "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", "config" : { "Dist::Zilla::Plugin::CheckSelfDependency" : { "finder" : [ ":InstallModules" ] } }, "name" : "@Apocalyptic/CheckSelfDependency", "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Apocalyptic/CheckIssues", "version" : "0.004" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Apocalyptic/ConfirmRelease", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Apocalyptic/UploadToCPAN", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::ArchiveRelease", "name" : "@Apocalyptic/ArchiveRelease", "version" : "4.00" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [ "releases" ], "commit_msg" : "New CPAN release of %N - v%v%n%n%c", "time_zone" : "UTC" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ "README.pod", "Changes" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::Commit", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, "tag" : "release-0.02", "tag_format" : "release-%v", "tag_message" : "Tagged release-%v", "time_zone" : "local" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::Tag", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ "origin" ], "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." } }, "name" : "@Apocalyptic/Git::Push", "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Clean", "name" : "@Apocalyptic/Clean", "version" : "0.07" }, { "class" : "Dist::Zilla::Plugin::SchwartzRatio", "name" : "@Apocalyptic/SchwartzRatio", "version" : "0.2.0" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Apocalyptic/MetaProvides::Package/AUTOVIV/:InstallModulesPM", "version" : "5.023" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { "is_trial" : "0" }, "version" : "5.023" } }, "x_author_pledge" : { "version" : 1 }, "x_authority" : "cpan:APOCAL" } Test-Pod-No404s-0.02/doap.xml0000644000175000017500000000212512425314346014156 0ustar apocapoc Test-Pod-No404s Using this test module will check your POD for any http 404 links Apocalypse Perl