Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Dist-Zilla | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 6.011 | Vendor: openSUSE |
Release: bp155.2.9 | Build date: Mon May 22 12:38:29 2023 |
Group: Development/Libraries/Perl | Build host: lamb25 |
Size: 831879 | Source RPM: perl-Dist-Zilla-6.011-bp155.2.9.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Dist-Zilla/ | |
Summary: Distribution Builder; Installer Not Included! |
Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded from the CPAN. Since it's only run by authors, and is meant to be run on a repository checkout rather than on published, released code, it can do much more than those tools, and is free to make much more ludicrous demands in terms of prerequisites. If you have access to the web, you can learn more and find an interactive tutorial at *at http://dzil.org/*. If not, try Dist::Zilla::Tutorial.
Artistic-1.0 or GPL-1.0+
* Mon Feb 12 2018 coolo@suse.com - updated to 6.011 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.011 2018-02-11 12:57:02-05:00 America/New_York - stashes can now be added in [%Stash] form from a bundle (thanks, Karen Etheridge) - use $V env var as an override, when set, in [AutoVersion] (thanks, Karen Etheridge) - all remaining uses of Class::Load are replaced with Module::Runtime (thanks, Karen Etheridge) * Tue Jul 11 2017 coolo@suse.com - updated to 6.010 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.010 2017-07-10 09:22:16-04:00 America/New_York - a few documentation improvements (thanks, Chase Whitener, Mary Ehlers, and Jonas B. Nielsen) - improve behavior under a noninteractive terminal - empty file finders should now consistently return [] * Sun Mar 05 2017 coolo@suse.com - updated to 6.009 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.009 2017-03-04 11:16:37-05:00 America/New_York - update DateTime::TimeZone prereq on Win32 to improve workingness (thanks, Schwern!) - add --recommends and --requires and --suggests to listdeps - improve testing of listdeps (thanks, Mickey Nasriachi!) - Module::Runtime is now considered 'internal' for the purpose of carping (thanks, Karen Etheridge!) - ./tmp is now pruned by PruneCruft (thanks, Karent Etheridge!) - authordeps now picks up :version for the root section (thanks, Karen!) - the config loading of the "perl" config loader is more reliable, but still please don't use it (thanks, Karen!) - introducing a new plugin, [GatherFile], to support adding individual files to the distribution (thanks, Karen!) * Fri Oct 07 2016 coolo@suse.com - updated to 6.008 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.008 2016-10-05 21:35:23-04:00 America/New_York - fix the skip message from ExtraTests (thanks, Roy Ivy Ⅲ!) - cope with error changes in latest Moose (thanks, Karen Etheridge and Dave Rolsky) - always stringify $] in MetaConfig to avoid losing trailing zeroes through numification (thanks, Karen Etheridge!) * Sun Aug 07 2016 coolo@suse.com - updated to 6.007 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.007 2016-08-06 14:04:39-04:00 America/New_York - restrict [MetaYAML] to metaspec v1.4, [MetaJSON] to v2.0+, as other version combinations are not well-supported by the toolchain * Wed Jul 06 2016 coolo@suse.com - updated to 6.006 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.006 2016-07-04 10:56:36-04:00 America/New_York - add some documentation to Dist::Zilla::App::Tester (thanks, Alberto Simões!) - optimizations to regex munging (thanks, Olivier Mengué!) - add x_serialization_backend to META.* files (thanks, Karen Etheridge!) - metadata plugins are called before metadata defaults are built (thanks, Karen Etheridge!) - don't use ExtraTests plugin, but if you do, its generated test files are a bit faster when unused * Sat May 28 2016 coolo@suse.com - updated to 6.005 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 6.005 2016-05-23 08:08:15-04:00 America/New_York - NextRelease now dies if there's no changelog file found (thanks, Karen Etheridge) - Module::Runtime replaces Class::Load (thanks Olivier Mengué) 6.004 2016-05-14 09:14:19-04:00 America/New_York (TRIAL RELEASE) - stop listing Path::Class as a prereq (thanks, Karen Etheridge) - update docs on path types (thanks, Graham Ollis) 6.003 2016-04-24 19:23:46+01:00 Europe/London (TRIAL RELEASE) - leading BOM (FEFF) is stripped on UTF-8 content - PPI now handles characters, not bytes, fixing non-ASCII non-comments in your source 6.002 2016-04-23 17:50:26+01:00 Europe/London (TRIAL RELEASE) - tweaks to Dist::Zilla::Path to keep plugins from v5 era working 6.001 2016-04-23 13:21:56+01:00 Europe/London [THIS RELEASE MIGHT BREAK YOUR BUILD] - Using a Dist::Zilla::Path like a Path::Class object now issues a deprecation warning ("this will be removed") once per call site. 6.000 2016-04-23 11:35:28+01:00 Europe/London (TRIAL RELEASE) [THIS RELEASE MIGHT BREAK YOUR BUILD] - Path::Class has been excised in favor of Path::Tiny, exposed as Dist::Zilla::Path; it will still respond to ->subdir and ->file, but only until Dist::Zilla v7 -- fix your plugins by then! - The --verbose switch to dzil is now strictly on/off. To set verbosity on a per-plugin basis, use the -V switch. Unfortunately, per-plugin verbosity seems to have been broken for some time, anyway. - The plugins [Prereq] and [AutoPrereq] and [BumpVersion] have been removed. These were long deprecated. (Don't confuse Prereq, for example, with the plural Prereqs, which is the correct plugin.) - [PkgVersion] now supports a use_package argument which will put the version in the package statement. (Remember that this syntax was introduced in perl v5.12.0.) - Dist::Zilla now requires perl v5.14.0. It will still happily build dists that run on whatever version of perl you like. * Thu May 05 2016 coolo@suse.com - updated to 5.047 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.047 2016-04-23 16:20:13+01:00 Europe/London - cast things to Path::Class as needed, for now, for v6 backcompat (don't expect more commits like this) 5.046 2016-04-22 15:50:27+01:00 Europe/London - avoid using syntax that is called ambiguous on older perls 5.045 2016-04-22 11:37:13+01:00 Europe/London - add 'relationship' option to AutoPrereqs plugin (Karen Etheridge) - PrereqScanner role abstracts much of the AutoPrereqs behavior (thanks, Olivier Mengué!) - remove duplicates from the results of the :ExecFiles filefinder - [MakeMaker] now rejects version ranges in prereqs if eumm_version is not specified to be high enough (7.1101) to guarantee it can be handled (Karen Etheridge) - allow comments in an authordep specification with a version - make FakeReleaser a bit more of a drop-in for UploadToCPAN (Erik Carlsson) - make PkgDist preserve blank line after 'package' for PkgVersion (Chisel Wright) - add rename option to [GatherDir::Template] (Alastair McGowan-Douglas) - META.json is now emitted in ASCII (using \u... for non-ASCII characters) to avoid a bug in older versions of JSON::PP on older versions of perl - "dzil build --in ." no longer allows you to blow away your cwd * Thu Apr 07 2016 coolo@suse.com - updated to 5.044 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.044 2016-04-06 20:32:14-04:00 America/New_York - require a newer List::Util to avoid a dumb bug caused by relying on side effects of loading Moose (thanks, Karen Etheridge!) * Wed Jan 13 2016 coolo@suse.com - updated to 5.043 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.043 2016-01-04 22:54:56-05:00 America/New_York - dzil test now supports --extended to set EXTENDED_TESTING (thanks, Philippe Bruhat) * Sat Nov 28 2015 coolo@suse.com - updated to 5.042 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.042 2015-11-26 09:05:37-05:00 America/New_York - try to avoid testing errors when the local time zone can't be determined (https://github.com/rjbs/Dist-Zilla/issues/497) * Sat Oct 31 2015 coolo@suse.com - updated to 5.041 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.041 2015-10-27 22:07:54-04:00 America/New_York - add 'static_attribution' attribution to MakeMaker plugin - fix prereqs for App::Cmd and Config::MVP::Reader::INI * Fri Oct 16 2015 coolo@suse.com - updated to 5.040 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.040 2015-10-13 11:42:25-04:00 America/New_York - the distribution tarball name no longer includes -TRIAL if the version contains an underscore - [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when version contains an underscore - made the PodCoverageTests and PodSyntaxTests plugins generate author tests, not release tests. These are tests you want passing on every commit, not just before a release (Dave Rolsky) * Sun Aug 23 2015 coolo@suse.com - updated to 5.039 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.039 2015-08-10 09:03:08-04:00 America/New_York - update required version of MooseX::Role::Parameterized; older versions work, but can cause a bunch of unwanted warnings * Sat Aug 08 2015 coolo@suse.com - updated to 5.038 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.038 2015-08-07 22:16:50-04:00 America/New_York - [License] can be given a filename option to use instead of LICENSE - dzil listdeps --develop now exists as an alias for dzil listdeps - -author (Karen Etheridge) - dzil authordeps now lists the Software::License class needed (thanks, David Zurborg) - PkgVersion now skips .pod files (thanks, David Golden) - build_element support added for [ModuleBuild] (thanks, David Wheeler!) - PkgVersion now skips .pod files (David Golden) - new native filefinder :ExtraTestFiles (thanks, Karen Etheridge) - [AutoPrereqs] now looks for develop prerequisites in xt/ (thanks, Karen Etheridge) - new file finder ':PerlExecFiles' (thanks, Karen Etheridge) - try harder to notice failure to set up build root, especially on Win32 (thanks, Christian Walde) - better errors when a global config package isn't available (thanks, Karen Etheridge) - added the "ignore" option to [Encoding] (thanks, Yanick Champoux) - allow ; authordep specifications to contain version ranges (thanks, Karen Etheridge) - better error when PAUSE credentials can't be loaded (thanks, David Golden) - fix documentation for the LicenseProvider role - improve errors when PPI failes to parse (thanks, Nick Tonkin) - sort list of executable files in Makefile.PL, for deterministic builds (thanks, Karen Etheridge) - omit configure-requires prerequisites from [MakeMaker]'s fallback prerequisites (used by older ExtUtils::MakeMaker) * Sun Jun 07 2015 coolo@suse.com - updated to 5.037 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.037 2015-06-04 21:46:38-04:00 America/New_York - issue a warning when version ranges are passed through to ExtUtils::MakeMaker, which cannot parse them and treats them as '0' https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/215 - added %P formatter code to [NextRelease] for the releaser's PAUSE id * Sun May 03 2015 coolo@suse.com - updated to 5.036 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.036 2015-05-02 11:08:51-04:00 America/New_York - BUGFIX: detection of trial status via underscore in version was accidentally lost in v5.035; restored now! * Thu Apr 16 2015 coolo@suse.com - updated to 5.035 see /usr/share/doc/packages/perl-Dist-Zilla/Changes 5.035 2015-04-16 15:43:26+02:00 Europe/Berlin - BREAKING CHANGE: is_trial is now read-only - release_status is a new Dist::Zilla attribute and ReleaseStatusProvider plugin role 5.034 2015-03-20 10:57:07-04:00 America/New_York - require new Config::MVP for better exceptions (that we rely on) - point to IRC in dist metadata 5.033 2015-03-17 07:45:36-04:00 America/New_York - NextRelease now bases the new file on disk on the original file on disk, skipping any munging that happened in between - improve error message when a plugin can't be loaded - added "use_begin" option to PkgVersion 5.032 2015-02-21 09:36:00-05:00 America/New_York - when :version is in plugin config, it's now enforced as soon as it's seen - add more documentation about bytes/text files - PruneCruft also prunes _eumm/* now 5.031 2015-01-08 22:04:30-05:00 America/New_York - correct a test to avoid testing symlinks on Win32 5.030 2015-01-04 22:31:38-05:00 America/New_York - fixed [GatherDir]'s handling of symlinks to directories - [AutoPrereqs] now filters out all namespaces found in contained modules, not just the one corresponding to the module filename 5.029 2014-12-14 14:44:44-05:00 America/New_York - fix new error in [PkgVersion] when a module had no package statements - further rip out use of JSON.pm 5.028 2014-12-12 19:06:23-05:00 America/New_York - fix regression in [PkgVersion] that made false-positive identifications for pre-existing assignments to $VERSION - try avoid cases in which plugin code directly modifies file list - switch, tentatively, to JSON::MaybeXS 5.027 2014-12-09 09:30:30-05:00 America/New_York - fix regression in Plugin->plugin_from_config which started passing a list of pairs rather than a hashref 5.026 2014-12-08 21:33:55-05:00 America/New_York - eliminate use of Moose::Autobox - various small performance optimizations - add "use_our" option to PkgVersion 5.025 2014-11-10 21:12:14-05:00 America/New_York - fix file.t failures with perl v5.14 and v5.16's Carp 5.024 2014-11-05 23:08:07-05:00 America/New_York - add the %Mint stash for minting defaults - quiet down some low-priority log lines - teeny tiny optimization by building dist prereqs structure lazily - avoid ever requiring v0 of ExtUtils::MakeMaker - fix a module-loading ordering issue in `dzil setup` 5.023 2014-10-30 22:56:42-04:00 America/New_York - optimizations to loading of heavyweight libraries in cmd line app - some tests are now skipped on Win32 to avoid filename insanity - files' added_by data should be more informative - conflicts with installed code is now detected and/or advertised 5.022 2014-10-27 22:55:53-04:00 America/New_York - several optimizations to how PPI is used - handle an empty ABSTRACT better - now properly merging distmeta fragments together without loss, using new CPAN::Meta::Merge - create Makefile.PL and Build.PL files earlier, so they're in the file list "the whole time" 5.021 2014-10-20 22:43:52-04:00 America/New_York - improve authordeps' ability to cope with version requirements and non-default plugin names - a few improvements to help given by "dzil help COMMAND" - fixes a situation where exclusion-regexp-building in GatherDir could mangle the given regexps - now properly merging distmeta fragments together without loss, using new CPAN::Meta::Merge (Karen Etheridge) - [PkgVersion] now properly skips over $VERSION assignments in comments (Karen Etheridge, github #322) - the building of manpages is supressed in [MakeMaker]-driven builds - lazily load quite a few more modules - avoid using user's ~/.dzil even more - while building dists for testing, don't bother building man pages - try harder to notice minimum required perl version - try harder to delete temporarily directory at the end of testing - don't treat $VERSION assignments in comments as $VERSION assignments - listdeps now takes --omit-core to skip core modules - don't try to use terminal encoding on locale-free systems - suggest the use of PPI::XS - speed up and debug behavior of GatherDir 5.020 2014-07-28 20:56:25-04:00 America/New_York - the default required version for ExtUtils::MakeMaker in [MakeMaker] has been removed - load DateTime lazily - the default required version for Module::Build in [ModuleBuild] has been lowered 5.019 2014-05-20 21:11:47-04:00 America/New_York - remove a very brief-lived attempt to double-decode 5.018 2014-05-20 21:07:04-04:00 America/New_York - attempt to return abstract-from-file as a string, rather than bytes, which can lead to weirdness (github issue #303) 5.017 2014-05-17 08:35:33-04:00 America/New_York - dotfiles and dot-directories are now included in sharedirs - ModuleBuild and MakeMake should not re-build if it isn't needed - authordeps now better understands "perl" dep - munging of README is delayed to prevent unneeded work and complication - MANIFEST is now treated as a binary file - 'dzil setup' now warns that credentials are stored in the clear - MakeMaker should include fewer empty and useless hashrefs - Makefile.old is now pruned as cruft 5.016 2014-05-05 22:27:06-04:00 America/New_York - hint about [Encoding] plugin in encoding error message (David Golden) 5.015 2014-03-30 21:55:36-04:00 America/New_York - make it easier to have multiple PAUSE configs using UploadToCPAN's pause_cfg_dir option (thanks, David Golden) 5.014 2014-03-16 16:47:07+01:00 Europe/Paris - Added 'jobs' argument for 'dzil test' for parallel testing (thanks, David Golden!) - add default_jobs attribute to TestRunner role - fix the behavior of 'dzil add' with more than one file (thanks, Leon Timmermans!)
/usr/bin/dzil /usr/lib/perl5/vendor_perl/5.26.1/Dist /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/add.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/authordeps.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/build.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/clean.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/install.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/listdeps.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/new.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/nop.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/release.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/run.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/setup.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/smoke.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/test.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Command/version.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/App/Tester.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Chrome /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Chrome/Term.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Chrome/Test.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Dist /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Dist/Builder.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Dist/Minter.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/File /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/File/FromCode.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/File/InMemory.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/File/OnDisk.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Assembler /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Assembler.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Assembler/GlobalConfig.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Assembler/Zilla.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Reader /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Reader/Finder.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Reader/Perl.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/RootSection.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MVP/Section.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MintingProfile /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/MintingProfile/Default.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Path.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/AutoPrereqs.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/AutoVersion.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/CPANFile.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ConfirmRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/DistINI.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/Encoding.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ExecDir.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ExtraTests.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/FakeRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/FileFinder /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/FileFinder/ByName.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/FileFinder/Filter.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/FinderCode.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/GatherDir /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/GatherDir.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/GatherDir/Template.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/GatherFile.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/GenerateFile.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/InlineFiles.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/License.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MakeMaker /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MakeMaker.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MakeMaker/Runner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/Manifest.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ManifestSkip.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaConfig.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaJSON.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaNoIndex.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaResources.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaTests.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/MetaYAML.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ModuleBuild.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ModuleShareDirs.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/NextRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PkgDist.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PkgVersion.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PodCoverageTests.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PodSyntaxTests.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PodVersion.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/Prereqs.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PruneCruft.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/PruneFiles.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/Readme.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/RemovePrereqs.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/ShareDir.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/TemplateModule.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/TestRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Plugin/UploadToCPAN.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/PluginBundle /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/PluginBundle/Basic.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/PluginBundle/Classic.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/PluginBundle/FakeClassic.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/PluginBundle/Filter.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Prereqs.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/AfterBuild.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/AfterMint.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/AfterRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BeforeArchive.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BeforeBuild.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BeforeMint.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BeforeRelease.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BuildPL.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/BuildRunner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Chrome.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/ConfigDumper.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/EncodingProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/ExecFiles.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/File.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FileFinder.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FileFinderUser.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FileGatherer.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FileInjector.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FileMunger.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/FilePruner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/InstallTool.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/LicenseProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/MetaProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/MintingProfile /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/MintingProfile.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/MintingProfile/ShareDir.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/ModuleMaker.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/MutableFile.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/NameProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PPI.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Plugin.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PluginBundle /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PluginBundle.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PluginBundle/Easy.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PrereqScanner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/PrereqSource.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/ReleaseStatusProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Releaser.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/ShareDir.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Stash /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Stash.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Stash/Authors.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/Stash/Login.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/StubBuild.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/TestRunner.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/TextTemplate.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Role/VersionProvider.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Stash /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Stash/Mint.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Stash/PAUSE.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Stash/Rights.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Stash/User.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Tester.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Tutorial.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Types.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Util /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Util.pm /usr/lib/perl5/vendor_perl/5.26.1/Dist/Zilla/Util/AuthorDeps.pm /usr/lib/perl5/vendor_perl/5.26.1/Test /usr/lib/perl5/vendor_perl/5.26.1/Test/DZil.pm /usr/lib/perl5/vendor_perl/5.26.1/auto/share /usr/lib/perl5/vendor_perl/5.26.1/auto/share/module /usr/lib/perl5/vendor_perl/5.26.1/auto/share/module/Dist-Zilla-MintingProfile-Default /usr/lib/perl5/vendor_perl/5.26.1/auto/share/module/Dist-Zilla-MintingProfile-Default/default /usr/lib/perl5/vendor_perl/5.26.1/auto/share/module/Dist-Zilla-MintingProfile-Default/default/extra-dist.ini /usr/lib/perl5/vendor_perl/5.26.1/auto/share/module/Dist-Zilla-MintingProfile-Default/default/profile.ini /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Dist-Zilla /usr/share/doc/packages/perl-Dist-Zilla/Changes /usr/share/doc/packages/perl-Dist-Zilla/README /usr/share/doc/packages/perl-Dist-Zilla/corpus /usr/share/doc/packages/perl-Dist-Zilla/corpus/README /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AuthorDeps /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AuthorDeps/dist.ini /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/bin /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/bin/foobar /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/dist.ini /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/lib/DZPA /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/lib/DZPA/Empty.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/lib/DZPA/Main.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/t /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/AutoPrereqs/t/data.bin /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ-NonAscii /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ-NonAscii/Changes /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ-NonAscii/dist.ini /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ-NonAscii/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ-NonAscii/lib/DZ1.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ1 /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ1/dist.ini /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ1/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ1/lib/DZ1.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ2 /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ2/dist.pl /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ2/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZ2/lib/DZ1.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT/lib/DZT /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT/lib/DZT/Sample.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT/t /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT/t/basic.t /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Bin /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Bin/another_perl_script /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Bin/test.bash /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Bin/test.pl /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Inc /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Inc/Foo /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Inc/Foo.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Inc/Foo/Bar.pm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm/lib /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm/lib/DZT /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm/lib/DZT/Sample.pod /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm/t /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_NoPm/t/basic.t /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Share /usr/share/doc/packages/perl-Dist-Zilla/corpus/dist/DZT_Share/my_data.dat /usr/share/doc/packages/perl-Dist-Zilla/corpus/extra /usr/share/doc/packages/perl-Dist-Zilla/corpus/extra/subdir /usr/share/doc/packages/perl-Dist-Zilla/corpus/extra/subdir/index.html /usr/share/doc/packages/perl-Dist-Zilla/corpus/extra/vader.txt /usr/share/doc/packages/perl-Dist-Zilla/corpus/global /usr/share/doc/packages/perl-Dist-Zilla/corpus/global/config.ini /usr/share/doc/packages/perl-Dist-Zilla/misc /usr/share/doc/packages/perl-Dist-Zilla/misc/dzil-bash_completion /usr/share/doc/packages/perl-Dist-Zilla/misc/dzil_bootstrap /usr/share/doc/packages/perl-Dist-Zilla/misc/lib /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist/Zilla /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist/Zilla/App /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist/Zilla/App/Command /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist/Zilla/App/Command/gconf.pm /usr/share/doc/packages/perl-Dist-Zilla/misc/lib/Dist/Zilla/App/Command/input.pm /usr/share/doc/packages/perl-Dist-Zilla/todo /usr/share/doc/packages/perl-Dist-Zilla/todo/CHECKLIST-testing.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/command-plugins.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/config-arg-prefix.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/delay-core-attrs.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/external-core-attr.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/version-from-prev.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/vfs-for-files.mkdn /usr/share/doc/packages/perl-Dist-Zilla/todo/xs-improvement.mkdn /usr/share/licenses/perl-Dist-Zilla /usr/share/licenses/perl-Dist-Zilla/LICENSE /usr/share/man/man1/dzil.1.gz /usr/share/man/man3/Dist::Zilla.3pm.gz /usr/share/man/man3/Dist::Zilla::App.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::add.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::authordeps.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::build.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::clean.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::install.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::listdeps.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::new.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::nop.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::release.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::run.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::setup.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::smoke.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::test.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Command::version.3pm.gz /usr/share/man/man3/Dist::Zilla::App::Tester.3pm.gz /usr/share/man/man3/Dist::Zilla::Chrome::Term.3pm.gz /usr/share/man/man3/Dist::Zilla::Chrome::Test.3pm.gz /usr/share/man/man3/Dist::Zilla::Dist::Builder.3pm.gz /usr/share/man/man3/Dist::Zilla::Dist::Minter.3pm.gz /usr/share/man/man3/Dist::Zilla::File::FromCode.3pm.gz /usr/share/man/man3/Dist::Zilla::File::InMemory.3pm.gz /usr/share/man/man3/Dist::Zilla::File::OnDisk.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Assembler.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Assembler::GlobalConfig.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Assembler::Zilla.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Reader::Finder.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Reader::Perl.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::RootSection.3pm.gz /usr/share/man/man3/Dist::Zilla::MVP::Section.3pm.gz /usr/share/man/man3/Dist::Zilla::MintingProfile::Default.3pm.gz /usr/share/man/man3/Dist::Zilla::Path.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::AutoPrereqs.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::AutoVersion.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::CPANFile.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ConfirmRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::DistINI.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::Encoding.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ExecDir.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ExtraTests.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::FakeRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::FileFinder::ByName.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::FileFinder::Filter.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::FinderCode.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::GatherDir.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::GatherDir::Template.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::GatherFile.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::GenerateFile.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::InlineFiles.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::License.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MakeMaker.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MakeMaker::Runner.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::Manifest.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ManifestSkip.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaConfig.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaJSON.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaNoIndex.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaResources.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaTests.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::MetaYAML.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ModuleBuild.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ModuleShareDirs.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::NextRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PkgDist.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PkgVersion.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PodCoverageTests.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PodSyntaxTests.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PodVersion.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::Prereqs.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PruneCruft.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::PruneFiles.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::Readme.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::RemovePrereqs.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::ShareDir.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::TemplateModule.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::TestRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Plugin::UploadToCPAN.3pm.gz /usr/share/man/man3/Dist::Zilla::PluginBundle::Basic.3pm.gz /usr/share/man/man3/Dist::Zilla::PluginBundle::Classic.3pm.gz /usr/share/man/man3/Dist::Zilla::PluginBundle::FakeClassic.3pm.gz /usr/share/man/man3/Dist::Zilla::PluginBundle::Filter.3pm.gz /usr/share/man/man3/Dist::Zilla::Prereqs.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::AfterBuild.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::AfterMint.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::AfterRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BeforeArchive.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BeforeBuild.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BeforeMint.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BeforeRelease.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BuildPL.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::BuildRunner.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Chrome.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::ConfigDumper.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::EncodingProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::ExecFiles.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::File.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FileFinder.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FileFinderUser.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FileGatherer.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FileInjector.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FileMunger.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::FilePruner.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::InstallTool.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::LicenseProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::MetaProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::MintingProfile.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::MintingProfile::ShareDir.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::ModuleMaker.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::MutableFile.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::NameProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::PPI.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Plugin.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::PluginBundle.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::PluginBundle::Easy.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::PrereqScanner.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::PrereqSource.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::ReleaseStatusProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Releaser.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::ShareDir.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Stash.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Stash::Authors.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::Stash::Login.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::StubBuild.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::TestRunner.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::TextTemplate.3pm.gz /usr/share/man/man3/Dist::Zilla::Role::VersionProvider.3pm.gz /usr/share/man/man3/Dist::Zilla::Stash::Mint.3pm.gz /usr/share/man/man3/Dist::Zilla::Stash::PAUSE.3pm.gz /usr/share/man/man3/Dist::Zilla::Stash::Rights.3pm.gz /usr/share/man/man3/Dist::Zilla::Stash::User.3pm.gz /usr/share/man/man3/Dist::Zilla::Tester.3pm.gz /usr/share/man/man3/Dist::Zilla::Tutorial.3pm.gz /usr/share/man/man3/Dist::Zilla::Types.3pm.gz /usr/share/man/man3/Dist::Zilla::Util.3pm.gz /usr/share/man/man3/Dist::Zilla::Util::AuthorDeps.3pm.gz /usr/share/man/man3/Test::DZil.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024