Note that if you do not put the perl packages that you manually add on hold, the next system upgrade will replace them with lenny ones again:
Code:
# for p in perl-modules perl-base perl libperl5.8 libdb4.4 \
libsocket6-perl libterm-readkey-perl liblocale-gettext-perl \
libtext-iconv-perl libtext-charwidth-perl libnet-ssleay-perl \
libnet-libidn-perl; do echo "$p hold"; done | dpkg --set-selections
To unhold them (eg after ZCS is released for Lenny):
Code:
# for p in perl-modules perl-base perl libperl5.8 libdb4.4 \
libsocket6-perl libterm-readkey-perl liblocale-gettext-perl \
libtext-iconv-perl libtext-charwidth-perl libnet-ssleay-perl \
libnet-libidn-perl; do echo "$p install"; done | dpkg --set-selections