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
|
name = Data-TableReader
abstract = Locate and read records from human-edited data tables (Excel, CSV)
author = Michael Conrad <mike@nrdvana.net>
license = Perl_5
copyright_holder = Michael Conrad
[MetaResources]
homepage = https://github.com/nrdvana/perl-Data-TableReader
bugtracker.web = https://github.com/nrdvana/perl-Data-TableReader/issues
repository.web = https://github.com/nrdvana/perl-Data-TableReader
repository.url = https://github.com/nrdvana/perl-Data-TableReader.git
repository.type = git
[@Git]
[Git::Contributors]
[Git::GatherDir]
exclude_match = ^t/tmp
exclude_match = ^Decoder-.*
include_untracked = 0
[Encoding]
encoding = bytes
match = ^t/data/
[Git::NextVersion]
[OurPkgVersion]
[PodWeaver]
[PodSyntaxTests]
[Test::Pod::Coverage::Configurable]
also_private=BUILD
[MakeMaker]
[License]
[Readme]
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Elemental::Transformer::List
[AutoPrereqs]
skip = MRO::Compat
skip = Types::Standard
[Prereqs]
Text::CSV = 1.95
[Prereqs / RuntimeRecommends]
Text::CSV_XS = 1.06
Spreadsheet::ParseExcel = 0
Spreadsheet::ParseXLSX = 0
Data::TableReader::Decoder::HTML = 0
[Prereqs / TestRequires]
Log::Any::Adapter::TAP = 0
[Prereqs / TestRecommends]
Spreadsheet::ParseXLSX = 0
[Prereqs / DevelopRequires]
Pod::Weaver::Section::Contributors = 0
Pod::Elemental::Transformer::List = 0
[DynamicPrereqs]
-condition = "$]" < '5.010'
-body = requires('MRO::Compat');
[Manifest]
[MetaYAML]
[MetaJSON]
[UploadToCPAN]
|