I'm trying to install perl-suid needed for some script I've downloaded and getting the following
$ sudo apt-get install perl-suid
The following packages have unmet dependencies:
perl-suid: Depends: perl (= 5.10.0-19lenny3) but 5.10.1-17 is to be installed
E: Broken packages
$ cat /etc/apt/sources.list
deb http://http.us.debian.org/debian/ lenny main contrib non-free
deb-src http://http.us.debian.org/debian/ lenny main contrib non-free
Is there a way to fix the package, install it from source or whatever?