Codebase list libbarcode-datamatrix-perl / debian/0.09-1 Makefile.PL
debian/0.09-1

Tree @debian/0.09-1 (Download .tar.gz)

Makefile.PL @debian/0.09-1raw · history · blame

use inc::Module::Install;

name     'Barcode-DataMatrix';
all_from 'lib/Barcode/DataMatrix.pm';
author   q{Mark A. Stratman <stratman@gmail.com>};
license  'perl';
perl_version '5.006';

requires 'Moo'             => '0';

tests 't/*.t';
author_tests 'xt';

test_requires 'Test::More';
auto_set_repository;
auto_install;
WriteAll;