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
|
name = Proc-Background
abstract = Run asynchronous child processes under Unix or Windows
main_module = lib/Proc/Background.pm
author = Blair Zajac <blair@orcaware.com>
author = Michael Conrad <mike@nrdvana.net>
license = Perl_5
copyright_holder = Michael Conrad, (C) 1998-2009 by Blair Zajac
[MetaResources]
bugtracker.web = https://github.com/nrdvana/perl-proc-background/issues
repository.web = https://github.com/nrdvana/perl-proc-background
repository.url = https://github.com/nrdvana/perl-proc-background.git
repository.type = git
[@Git]
[Git::Contributors]
[Git::GatherDir]
exclude_match = ^t/tmp
include_untracked = 0
[Encoding]
encoding = bytes
match = ^t/data/
[Git::NextVersion]
[PkgVersion]
[MakeMaker::Awesome]
header_file = Makefile.header
WriteMakefile_arg = PL_FILES => { %{$WriteMakefileArgs{PL_FILES}||{}}, %optional_PL_FILES }
WriteMakefile_arg = EXE_FILES => [ @{$WriteMakefileArgs{EXE_FILES}||[]}, @optional_EXE_FILES ]
[OSPrereqs / MSWin32]
Win32::Process = 0.04
Win32::ShellQuote = 0.003001
[PodWeaver]
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Elemental::Transformer::List
;[ExtraTests]
;[PodSyntaxTests]
[Manifest]
[License]
[MetaYAML]
[MetaJSON]
[UploadToCPAN]
|