File: Makefile.PL

package info (click to toggle)
libfusioninventory-agent-task-ocsdeploy-perl 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 164
  • sloc: perl: 2,500; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
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
use inc::Module::Install;

my $version = $FusionInventory::Agent::Task::OcsDeploy;

name 'FusionInventory-Agent-Task-OcsDeploy';

include 'Module::AutoInstall';

abstract 'OCS Software deployment support for FusionInventory Agent';
license 'gpl';
version_from 'lib/FusionInventory/Agent/Task/OcsDeploy.pm';

perl_version '5.006';
requires 'FusionInventory::Agent' => '2.0';
requires 'Digest::MD5' => undef;
requires 'XML::Simple' => undef;
requires 'File::Copy' => undef;
requires 'File::Glob' => undef;
requires 'File::Path' => undef;
requires 'File::Copy::Recursive' => undef;
requires 'Digest::MD5' => undef;
requires 'Archive::Extract' => undef;

WriteAll;