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
|
name = Spreadsheet-ParseXLSX
author = Jesse Luehrs <doy@tozt.net>
license = MIT
copyright_holder = Jesse Luehrs
[Prereqs / TestMoreDoneTesting]
-phase = test
-type = requires
Test::More = 0.88
[GatherDir]
prune_directory = nytprof
exclude_filename = t/ahihi.t
exclude_filename = t/data/ahihi.xlsx
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[Readme]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[MetaConfig]
[MetaJSON]
[NextRelease]
format = %-5v %{yyyy-MM-dd}d
[CheckChangesHasContent]
[Test::NoTabs]
[Test::EOL]
[Test::Compile]
[Test::Perl::Critic]
critic_config = .perlcriticrc
[PodCoverageTests]
[PodSyntaxTests]
[MetaResources]
bugtracker.web = https://github.com/MichaelDaum/spreadsheet-parsexlsx/issues
repository.url = https://github.com/MichaelDaum/spreadsheet-parsexlsx
repository.web = https://github.com/MichaelDaum/spreadsheet-parsexlsx
[Git::Check]
[Git::Commit]
commit_msg = changelog
[Git::Tag]
tag_format = %v
tag_message =
[Git::NextVersion]
version_regexp = ^(\d+\.\d+)$
first_version = 0.28
[Git::Contributors]
[OurPkgVersion]
[PodWeaver]
[ReadmeAnyFromPod]
type = gfm
location = root
filename = README.md
[UploadToCPAN]
[MetaProvides::Package]
[AutoPrereqs]
skip = ^warning|strict|utf8|base$
[Encoding]
encoding = bytes
match = ^t/data/
|