Skip to content

Commit

Permalink
add a missing dep on Windows: Win32::Job
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder authored and guillomovitch committed Aug 6, 2012
1 parent 9f6bac1 commit dce8483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -32,6 +32,7 @@ if ($OSNAME ne 'MSWin32') {
} else {
requires 'Win32::OLE' => undef;
requires 'Win32::TieRegistry' => undef;
requires 'Win32::Job' => undef;
}

# test dependencies
Expand Down

0 comments on commit dce8483

Please sign in to comment.