File: Makefile.PL

package info (click to toggle)
libpdf-api2-simple-perl 1.1.4u-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 168 kB
  • ctags: 62
  • sloc: perl: 823; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use inc::Module::Install;
    
name            'PDF-API2-Simple';
all_from        'lib/PDF/API2/Simple.pm';
author          'Red Tree Systems, LLC';
license         'public domain';

no_index directory => 'examples';
    
requires 'Carp' => 0;
requires 'PDF::API2' => 0;
    
auto_install;
WriteAll;