Codebase list libbarcode-datamatrix-perl / a7796e4a-7710-4416-a2fa-3fc1cdda4922/main Makefile.PL
a7796e4a-7710-4416-a2fa-3fc1cdda4922/main

Tree @a7796e4a-7710-4416-a2fa-3fc1cdda4922/main (Download .tar.gz)

Makefile.PL @a7796e4a-7710-4416-a2fa-3fc1cdda4922/mainraw · 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;