Added dh-make-perl tip
[grml-tips.git] / grml_tips
index f833472..d497654 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2889,3 +2889,7 @@ To remove the module from the blacklist again just invoke:
 
 or manually remove the entry from /etc/modprobe.d/grml.
 -- 
+Create a Debian package of a perl module:
+
+% dh-make-perl --cpan Acme::Smirch --build
+--