File: Makefile.PL

package info (click to toggle)
libpdf-reuse-barcode-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: perl: 613; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download | duplicates (4)
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 larslund@cpan.org') : ()),
);