Skip to content

Commit

Permalink
Update Makefile.PL to make CPAN happier
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Feb 17, 2017
1 parent c6c8c19 commit 26ea32d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

use inc::Module::Install;
use English qw(-no_match_vars);
use lib::FusionInventory::Agent::Version;

name 'FusionInventory-Agent';
include 'Module::AutoInstall';
Expand All @@ -11,6 +12,9 @@ version_from 'lib/FusionInventory/Agent/Version.pm';
perl_version '5.008';
authors 'FusionInventory Team';

provides
'FusionInventory::Agent' => $FusionInventory::Agent::Version::VERSION;

# mandatory dependencies
requires 'File::Which' => '0';
requires 'LWP::UserAgent' => '5.8';
Expand Down Expand Up @@ -97,6 +101,10 @@ resources
repository => "https://github.com/fusioninventory/fusioninventory-agent/",
IRC => "irc://irc.freenode.net/#fusioninventory";

# Not indexing application setup
no_index
file => 'bin/setup.pm';

makemaker_args(
test => {
TESTS => join ' ', map { glob } qw(
Expand Down

0 comments on commit 26ea32d

Please sign in to comment.