X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=233c603a487dc5edb8e1d0fba20704d2f1089298;hb=ad0e388e391ae44b2afd89f6b70f60a4c3f8904f;hp=0000000000000000000000000000000000000000;hpb=98c35ecceac7bbe58f0bbf56ef04f6446f988be8;p=Printer-EVOLIS.git diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..233c603 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,21 @@ +use inc::Module::Install; + +name 'Printer-EVOLIS'; +all_from 'lib/Printer/EVOLIS.pm'; +author q{Dobrica Pavlinusic }; +license 'perl'; + +requires 'Data::Dump'; +requires 'Device::ParallelPort'; + +build_requires 'Test::More'; + +build_requires 'Module::Install::Repository'; +auto_set_repository; + +test_requires 'Pod::Readme'; + +auto_install; + +WriteAll; +