File: Makefile.PL

package info (click to toggle)
libbarcode-code128-perl 2.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: perl: 374; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(NAME         => 'Barcode::Code128',
              VERSION_FROM => 'lib/Barcode/Code128.pm', # finds $VERSION
              PREREQ_PM    => { 'Test::More' => 0, 'File::Spec' => 0, },
             );