X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=ce721115564a64e4c98ee50ddef8ab6daea402dc;hb=6e35a7d872a511110d7f7fe57fda4101c5063ea6;hp=233c603a487dc5edb8e1d0fba20704d2f1089298;hpb=ad0e388e391ae44b2afd89f6b70f60a4c3f8904f;p=Printer-EVOLIS.git diff --git a/Makefile.PL b/Makefile.PL index 233c603..ce72111 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,10 @@ author q{Dobrica Pavlinusic }; license 'perl'; requires 'Data::Dump'; -requires 'Device::ParallelPort'; + +# evolis-command.pl +requires 'Time::HiRes'; +requires 'Term::ReadLine'; build_requires 'Test::More';