SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Dist-Zilla-PluginBundle-MITHALDU rpm build for : Mageia 8. For other distributions click perl-Dist-Zilla-PluginBundle-MITHALDU.

Name : perl-Dist-Zilla-PluginBundle-MITHALDU
Version : 1.190.321 Vendor : Mageia_Org
Release : 2.mga8 Date : 2020-02-14 22:48:40
Group : Development/Perl Source RPM : perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-2.mga8.src.rpm
Size : 0.06 MB
Packager : umeabot < umeabot>
Summary : Some templates for MITHALDU\'s dzil pluginbundle
Description :
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 = AATTMITHALDU ; 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

RPM found in directory: /vol/rzm1/linux-mageia/distrib/8/armv7hl/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-2.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Dist-Zilla-PluginBundle-MITHALDU-1.190.321-2.mga8.noarch.rpm
     

Provides :
perl(Dist::Zilla::PluginBundle::MITHALDU)
perl(Dist::Zilla::PluginBundle::MITHALDU::Templates)
perl(Pod::Weaver::PluginBundle::MITHALDU)
perl-Dist-Zilla-PluginBundle-MITHALDU

Requires :
perl(CPAN::Meta)
perl(Data::Section::Simple)
perl(Dist::Zilla) >= 4.300.0
perl(Dist::Zilla::App::Command::cover)
perl(Dist::Zilla::Plugin::AutoVersion)
perl(Dist::Zilla::Plugin::Bugtracker) >= 1.102.670
perl(Dist::Zilla::Plugin::CheckChangesHasContent)
perl(Dist::Zilla::Plugin::CheckExtraTests)
perl(Dist::Zilla::Plugin::CheckPrereqsIndexed) >= 0.2.0
perl(Dist::Zilla::Plugin::CopyFilesFromBuild)
perl(Dist::Zilla::Plugin::GithubMeta) >= 0.100.0
perl(Dist::Zilla::Plugin::InsertCopyright) >= 0.1.0
perl(Dist::Zilla::Plugin::MetaNoIndex)
perl(Dist::Zilla::Plugin::MetaProvides::Package) >= 1.110.444.40
perl(Dist::Zilla::Plugin::MinimumPerl)
perl(Dist::Zilla::Plugin::OurPkgVersion) >= 0.1.8
perl(Dist::Zilla::Plugin::PodWeaver)
perl(Dist::Zilla::Plugin::ReadmeAnyFromPod) >= 0.120.51
perl(Dist::Zilla::Plugin::StaticVersion)
perl(Dist::Zilla::Plugin::TaskWeaver) >= 0.101.620
perl(Dist::Zilla::Plugin::Test::Compile)
perl(Dist::Zilla::Plugin::Test::Perl::Critic)
perl(Dist::Zilla::Plugin::Test::Portability)
perl(Dist::Zilla::Plugin::Test::Version)
perl(Dist::Zilla::PluginBundle::Filter)
perl(Dist::Zilla::PluginBundle::Git)
perl(Dist::Zilla::PluginBundle::MITHALDU::Templates)
perl(Dist::Zilla::Role::PluginBundle::Easy)
perl(Dist::Zilla::Util::FileGenerator)
perl(Moose) >= 0.990.0
perl(Moose::Autobox)
perl(Pod::Elemental::Transformer::List) >= 0.101.620
perl(Pod::Weaver::Config::Assembler)
perl(Pod::Weaver::Plugin::WikiDoc)
perl(Pod::Weaver::Section::Contributors)
perl(Pod::Weaver::Section::Support) >= 1.1.0
perl(Try::Tiny)
perl(autodie) >= 2.0.0
perl(namespace::autoclean) >= 0.90.0
perl(strict)
perl(strictures)
perl(warnings)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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

 
ICM