summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: 1b34f158bce2f00b2a11b0143cef84cba1f49666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl

use inc::Module::Install;

# Define metadata
name          'VServer';
all_from      'lib/VServer.pm';
abstract      'Little perl helpers for handling linux-vserver.';
author        'Alexander Sulfrian <alex@spline.inf.fu-berlin.de>';
license       'perl';
resources
    homepage => 'http://git.spline.inf.fu-berlin.de/vserver-perl/';

WriteAll;