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 = Net-CLI-Interact
author = Oliver Gorwits <oliver@cpan.org>
license = Perl_5
copyright_holder = Oliver Gorwits
version = 2.400002
[@Basic]
[PkgVersion]
die_on_existing_version = 1
die_on_line_insertion = 1
[NextRelease]
[MetaConfig]
[MetaJSON]
[MetaResources]
bugtracker.web = https://github.com/ollyg/Net-CLI-Interact/issues
repository.type = git
repository.url = https://github.com/ollyg/Net-CLI-Interact.git
repository.web = https://github.com/ollyg/Net-CLI-Interact
[Prereqs::FromCPANfile]
[@TestingMania]
critic_config = t/perlcriticrc
disable = Test::Portability
disable = Test::EOL
; the default :InstallModules selects .pod files
; and then Test::EOL fails, even though whitespace-only lines are legit in POD
[FileFinder::ByName / MyInstallModules]
dir = lib
file = *.pm
[Test::EOL]
finder = MyInstallModules
finder = :ExecFiles
finder = :TestFiles
[Test::Portability]
options = test_vms_length = 0
[@Git]
commit_msg = version %v%n%n%c
tag_format = %v
tag_message = %v
[ReadmeAnyFromPod]
type = gfm
location = root
|