Hi. I'm packaging for the first time a perl program and I have some doubts about dh-perl.
The program contains those lines:
use DBI;
use HTML::Template;
but dh-perl doesn't find any dependency, so I added manually
"libhtml-template-perl" and "libdbd-pg-perl" in the Depends field.
Is dh-perl supposed to find them or is it correct to add those lines manually?
Thanks
Tommaso Moroni

