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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
name = Module-Signature
abstract = Module signature file manipulation
author = Audrey Tang <cpan@audreyt.org>
copyright_holder = waved
main_module = lib/Module/Signature.pm
; [...]
license = Perl_5
[Meta::Maintainers]
maintainer = Timothy Legge <timlegge@cpan.org>
[MakeMaker::Awesome]
header_file = maint/Makefile_header.PL
WriteMakefile_arg = %args
WriteMakefile_arg = PREREQ_PM => {%{$WriteMakefileArgs{PREREQ_PM}}, %requires}
;footer = use Data::Dumper; print STDERR Dumper(\%args); print STDERR Dumper(\%WriteMakefileArgs);
[Git::Contributors]
[Prereqs / RuntimeRequires]
perl = 5.010
File::Temp = 0
[Prereqs / TestRequires]
[Prereqs / BuildRequires]
ExtUtils::MakeMaker = 6.36
IPC::Run = 0
Test::More = 0
[Prereqs / ConfigureRequires]
ExtUtils::MakeMaker = 6.36
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[ReadmeFromPod]
[ExtraTests]
[ExecDir]
dir = script
[ShareDir]
[TestRelease]
[ConfirmRelease]
[Manifest]
[UploadToCPAN]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
exclude_filename = dev-bin/cpanm
exclude_filename = Dockerfile
exclude_filename = MANIFEST
exclude_filename = README
exclude_filename = SECURITY.md
[CPANFile]
[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
copy = README
copy = SECURITY.md
[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL, README, SECURITY.md
[MetaJSON]
[MetaProvides::Package]
[Repository]
git_remote = upstream
[Bugtracker]
web = https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Signature
[PodSyntaxTests]
[PodCoverageTests]
[Test::Perl::Critic]
[Test::EOL]
[Test::EOF]
[Test::NoTabs]
[Test::TrailingSpace ]
[SecurityPolicy]
-policy = Individual
timeframe = 2 weeks
security_contact = Timothy Legge <timlegge@gmail.com>
[PodWeaver]
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[Git::NextVersion]
first_version = 0.91 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[OurPkgVersion]
[Git::Tag]
tag_format = %V ; this is the default
tag_message = %V ; this is the default
[Git::Commit]
changelog = Changes ; this is the default
[AuthorsFromGit]
[Signature]
[SignReleaseNotes]
|