File: Makefile.PL

package info (click to toggle)
libdata-ical-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 202
  • sloc: perl: 2,571; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use inc::Module::Install;

name ('Data-ICal');
author ('Jesse Vincent <jesse@bestpractical.com>');
version_from ('lib/Data/ICal.pm');
abstract_from('lib/Data/ICal.pm');
license('perl');
build_requires('Test::More');
build_requires('Test::Warn');
build_requires('Test::NoWarnings');
build_requires('Test::LongString');
requires('Class::Accessor');
requires('Text::vFile::asData');
requires('MIME::QuotedPrint');
requires('Class::ReturnValue');
&auto_install();
&WriteAll;