File: Makefile.PL

package info (click to toggle)
libpdf-reuse-barcode-perl 0.05-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 72 kB
  • ctags: 20
  • sloc: perl: 546; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
use 5.006;
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'	       	=> 'PDF::Reuse::Barcode',
    'VERSION_FROM'	=> 'Barcode.pm', 
    'PREREQ_PM'		=> {    PDF::Reuse                  => 0,
                             GD::Barcode                 => 0,
                             GD::Barcode::Code39         => 0,
                             GD::Barcode::COOP2of5       => 0,
                             GD::Barcode::EAN13          => 0,
                             GD::Barcode::EAN8           => 0,
                             GD::Barcode::IATA2of5       => 0,
                             GD::Barcode::Industrial2of5 => 0,
                             GD::Barcode::ITF            => 0,
                             GD::Barcode::Matrix2of5     => 0,
                             GD::Barcode::NW7            => 0,
                             GD::Barcode::UPCA           => 0,
                             GD::Barcode::UPCE           => 0,
                             Barcode::Code128            => 0},
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (AUTHOR     => 'Lars Lundberg elkelund@worldonline.se') : ()),
);