1name             = Proc-Background
2abstract         = Run asynchronous child processes under Unix or Windows
3main_module      = lib/Proc/Background.pm
4author           = Blair Zajac <blair@orcaware.com>
5author           = Michael Conrad <mike@nrdvana.net>
6license          = Perl_5
7copyright_holder = Michael Conrad, (C) 1998-2009 by Blair Zajac
8
9[MetaResources]
10bugtracker.web   = https://github.com/nrdvana/perl-proc-background/issues
11repository.web   = https://github.com/nrdvana/perl-proc-background
12repository.url   = https://github.com/nrdvana/perl-proc-background.git
13repository.type  = git
14
15[@Git]
16[Git::Contributors]
17[Git::GatherDir]
18exclude_match = ^t/tmp
19include_untracked = 0
20[Encoding]
21encoding = bytes
22match = ^t/data/
23
24[Git::NextVersion]
25[PkgVersion]
26[MakeMaker::Awesome]
27header_file = Makefile.header
28WriteMakefile_arg = PL_FILES  => { %{$WriteMakefileArgs{PL_FILES}||{}}, %optional_PL_FILES }
29WriteMakefile_arg = EXE_FILES => [ @{$WriteMakefileArgs{EXE_FILES}||[]}, @optional_EXE_FILES ]
30
31[OSPrereqs / MSWin32]
32Win32::Process = 0.04
33Win32::ShellQuote = 0.003001
34
35[PodWeaver]
36; authordep Pod::Weaver::Section::Contributors
37; authordep Pod::Elemental::Transformer::List
38;[ExtraTests]
39;[PodSyntaxTests]
40
41[Manifest]
42[License]
43[MetaYAML]
44[MetaJSON]
45[UploadToCPAN]
46