On Wed, 2013-02-20 at 09:24:34 +0100, Raphael Hertzog wrote: > On Tue, 19 Feb 2013, Niels Thykier wrote: > > """ > > $ perl -w -MDpkg::Source::Package -MDpkg::Source::Archive -e '' > > Subroutine Dpkg::Source::Archive::getcwd redefined at > > /usr/share/perl/5.14/Exporter.pm line 67. > > at /usr/share/perl5/Dpkg/Source/Archive.pm line 32 > > """ > > In fact loading Dpkg::Source::Archive is enough to trigger it. This is > due to POSIX and Cwd both exporting getcwd(). > > The attached patch should fix the issue. [...]
I've just gone over all the perl code and instead I've removed all unused POSIX usage, or restricted their imports to the minimum required tags like :errno_h and/or :signal_h. Guillem -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org