perl module skeleton
[Printer-EVOLIS.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..233c603
--- /dev/null
@@ -0,0 +1,21 @@
+use inc::Module::Install;
+
+name     'Printer-EVOLIS';
+all_from 'lib/Printer/EVOLIS.pm';
+author   q{Dobrica Pavlinusic <dpavlin@rot13.org>};
+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;
+