Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-3.mga9 RPM for noarch

From Mageia Cauldron for aarch64 / media / core / release

Name: perl-Dist-Zilla-PluginBundle-MITHALDU Distribution: Mageia
Version: 1.190.321 Vendor: Mageia.Org
Release: 3.mga9 Build date: Tue Mar 22 21:58:29 2022
Group: Development/Perl Build host: localhost
Size: 61992 Source RPM: perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-3.mga9.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Dist-Zilla-PluginBundle-MITHALDU
Summary: Some templates for MITHALDU's dzil pluginbundle
This module is forked off of the Dist::Zilla::PluginBundle::DAGOLDEN
manpage and modified to suit my own tastes. He did most of the work.

This is a the Dist::Zilla manpage PluginBundle. It is roughly equivalent to
the following dist.ini:

   ; version provider
   [AutoVersion]  ; build a version from the date
   major = 1

   ; choose files to include
   [GatherDir]         ; everything under top dir
   exclude_filename = README.pod   ; skip this generated file
   exclude_filename = META.json    ; skip this generated file
   exclude_filename = .gitignore   ; skip this generated file
   exclude_filename = README.PATCHING ; skip this generated file
   exclude_filename = perlcritic.rc   ; skip this generated file

   [PruneCruft]        ; default stuff to skip
   except = .gitignore
   except = README.PATCHING
   except = perlcritic.rc
   [ManifestSkip]      ; if -f MANIFEST.SKIP, skip those, too

   ; file modifications
   [OurPkgVersion]     ; add $VERSION = ... to all files
   [InsertCopyright    ; add copyright at "# COPYRIGHT"
   [PodWeaver]         ; generate Pod
   config_plugin = @MITHALDU ; my own plugin allows Pod::WikiDoc

   ; generated files
   [License]           ; boilerplate license
   [ReadmeFromPod]     ; from Pod (runs after PodWeaver)
   [ReadmeAnyFromPod]  ; create README.pod in repo directory
   type = pod
   filename = README.pod
   location = root
   [GenerateFile]
   filename    = .gitignore
   is_template = 1
   content = /.build
   content = /{{ $dist->name }}-*
   ; and more, see Dist::Zilla::PluginBundle::MITHALDU::Templates
   [GenerateFile]
   filename    = README.PATCHING
   is_template = 1
   content = README.PATCHING
   ; and more, see Dist::Zilla::PluginBundle::MITHALDU::Templates
   [GenerateFile]
   filename    = perlcritic.rc
   is_template = 1
   content = README.PATCHING
   ; and more, see Dist::Zilla::PluginBundle::MITHALDU::Templates

   ; t tests
   [Test::Compile]     ; make sure .pm files all compile
   fake_home = 1       ; fakes $ENV{HOME} just in case

   ; xt tests
   [Test::PodSpelling] ; xt/author/pod-spell.t
   [Test::Perl::Critic]; xt/author/critic.t
   [MetaTests]         ; xt/release/meta-yaml.t
   [PodSyntaxTests]    ; xt/release/pod-syntax.t
   [PodCoverageTests]  ; xt/release/pod-coverage.t
   [Test::Portability] ; xt/release/portability.t (of file name)
   [Test::Version]     ; xt/release/test-version.t

   ; metadata
   [AutoPrereqs]       ; find prereqs from code
   [MinimumPerl]       ; determine minimum perl version
   [GithubMeta]

   [MetaNoIndex]       ; sets 'no_index' in META
   directory = t
   directory = xt
   directory = examples
   directory = corpus
   package = DB        ; just in case

   [Bugtracker]        ; defaults to RT

   [MetaProvides::Package] ; add 'provides' to META files
   meta_noindex = 1        ; respect prior no_index directives

   [MetaYAML]          ; generate META.yml (v1.4)
   [MetaJSON]          ; generate META.json (v2)

   ; build system
   [ExecDir]           ; include 'bin/*' as executables
   [ShareDir]          ; include 'share/' for File::ShareDir
   [MakeMaker]         ; create Makefile.PL

   ; manifest (after all generated files)
   [Manifest]          ; create MANIFEST

   ; copy META.json back to repo dis
   [CopyFilesFromBuild]
   copy = META.json
   move = .gitignore
   copy = README.PATCHING
   copy = perlcritic.rc

   ; before release
   [Git::Check]        ; ensure all files checked in
   allow_dirty = dist.ini
   allow_dirty = Changes
   allow_dirty = README.pod
   allow_dirty = META.json

   [CheckPrereqsIndexed]    ; ensure prereqs are on CPAN
   [CheckChangesHasContent] ; ensure Changes has been updated
   [CheckExtraTests]   ; ensure xt/ tests pass
   [TestRelease]       ; ensure t/ tests pass
   [ConfirmRelease]    ; prompt before uploading

   ; releaser
   [UploadToCPAN]      ; uploads to CPAN

   ; after release
   [NextRelease]

   [Git::Commit] ; commit Changes (as released)
   allow_dirty = dist.ini
   allow_dirty = Changes
   allow_dirty = README.pod
   allow_dirty = META.json

   [Git::Tag]          ; tag repo with custom tag
   tag_format = release-%v

   [Git::Push]         ; push repo to remote
   push_to = origin

Provides

Requires

License

GPL+ or Artistic

Changelog

* Tue Mar 22 2022 umeabot <umeabot> 1.190.321-3.mga9
  + Revision: 1819436
  - Mageia 9 Mass Rebuild

Files

/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/Changes
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/LICENSE
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/META.json
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/META.yml
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/MYMETA.yml
/usr/share/doc/perl-Dist-Zilla-PluginBundle-MITHALDU/README
/usr/share/man/man3/Dist::Zilla::PluginBundle::MITHALDU.3pm.xz
/usr/share/man/man3/Dist::Zilla::PluginBundle::MITHALDU::Templates.3pm.xz
/usr/share/man/man3/Pod::Weaver::PluginBundle::MITHALDU.3pm.xz
/usr/share/perl5/vendor_perl/Dist
/usr/share/perl5/vendor_perl/Dist/Zilla
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle/MITHALDU
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle/MITHALDU.pm
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle/MITHALDU/Templates.pm
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Weaver
/usr/share/perl5/vendor_perl/Pod/Weaver/PluginBundle
/usr/share/perl5/vendor_perl/Pod/Weaver/PluginBundle/MITHALDU.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 28 06:21:13 2024