1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
; REF: Dist::Zilla https://metacpan.org/pod/Dist::Zilla
name = Crypt-OpenSSL-X509
author = Dan Sully
main_module = X509.pm
license = Perl_5
copyright_holder = Dan Sully
copyright_year = 2004-2023
; REF: https://metacpan.org/pod/Dist::Zilla::PluginBundle::Filter
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = MakeMaker
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::GatherDir
[GatherDir]
; this plugin needs no config and gathers most of your files
exclude_filename = LICENSE
exclude_filename = Makefile.PL
exclude_filename = MANIFEST
exclude_filename = META.yml
; REF: Dist::Zilla::Plugin::GithubMeta: https://metacpan.org/pod/Dist::Zilla::Plugin::GithubMeta
[GithubMeta]
homepage = https://github.com/dsully/perl-crypt-openssl-x509
issues = 1
; REF: Dist::Zilla::Plugin::ReadmeAnyFromPod: https://metacpan.org/pod/Dist::Zilla::Plugin::ReadmeAnyFromPod
; REF: http://blogs.perl.org/users/ovid/2014/03/a-simple-distini-for-distzilla.html
[ReadmeAnyFromPod / MarkdownInRoot]
filename = README.md
; REF: Dist::Zilla::Plugin:::VersionFromMainModule https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromMainModule
[VersionFromMainModule]
; REF: Dist::Zilla::Plugin::ExtraTests https://metacpan.org/pod/Dist::Zilla::Plugin::ExtraTests
[ExtraTests]
; REF: Dist::Zilla::Plugin::PodSyntaxTests: https://metacpan.org/pod/Dist::Zilla::Plugin::PodSyntaxTests
[PodSyntaxTests]
; REF: Dist::Zilla::Plugin::Test::Kwalitee: https://metacpan.org/pod/Dist::Zilla::Plugin::Test::Kwalitee
[Test::Kwalitee]
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::Meta::Maintainers
[Meta::Maintainers]
maintainer = JONASBN <jonasbn@cpan.org>
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::Meta::Contributors
[Meta::Contributors]
contributor = TIMLEGGE <timlegge@cpan.org>
contributor = SKAJI <skaji@cpan.org>
; REF: Dist::Zilla::Plugin::MetaJSON: https://metacpan.org/pod/Dist::Zilla::Plugin::MetaJSON
[MetaJSON]
; REF: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON: https://metacpan.org/pod/Dist::Zilla::Plugin::Test::CPAN::Meta::JSON
[Test::CPAN::Meta::JSON]
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::Prereqs::FromCPANfile
[Prereqs::FromCPANfile]
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::CopyFilesFromBuild
[CopyFilesFromBuild]
copy = Makefile.PL
copy = LICENSE
; REF: https://metacpan.org/pod/Dist::Zilla::Plugin::MakeMaker::Awesome
[MakeMaker::Awesome]
header_file = maint/Makefile_header.PL
WriteMakefile_arg = %args
|