GD-Barcode-Image
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
use 5.005;
WriteMakefile(
'NAME' => 'GD::Barcode::Image',
'VERSION_FROM' => 'lib/GD/Barcode/Image.pm', # finds $VERSION
'EXE_FILES' => [ 'bin/barcodegen' ],
'ABSTRACT' => 'Script to create images of barcodes',
'AUTHOR' => 'Avinash Chopde <avinash@acm.org>',
'PREREQ_PM' => { 'GD::Barcode' => 0, 'GD' => 0, 'Image::Magick' => 0, },
);
( run in 1.966 second using v1.01-cache-2.11-cpan-39bf76dae61 )