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
|
name = Crypt-DES_EDE3
author = Benjamin Trott <ben@rhumba.pair.com>
license = Perl_5
abstract = Triple-DES EDE encryption/decryption
copyright_holder = Benjamin Trott <ben@rhumba.pair.com>
[Meta::Maintainers]
maintainer = Timothy Legge <timlegge@gmail.com>
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = GatherDir
[Git::NextVersion]
first_version = 0.02 ; this is the default
version_by_branch = 0 ; this is the default
version_regexp = ^(0.\d+)$ ; this is the default
[Git::GatherDir]
exclude_filename = Makefile.PL
[CopyFilesFromBuild::Filtered]
copy = Makefile.PL
[OurPkgVersion]
[Prereqs]
Crypt::DES = 0
[Prereqs/TestRequires]
[GithubMeta]
remote = upstream
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = Changes
[MetaJSON]
[Git::Tag]
tag_format = %V ; this is the default
tag_message = %V ; this is the default
[Git::Commit]
changelog = Changes ; this is the default
[Signature]
[SignReleaseNotes]
|