Package: libmodule-scandeps-perl / 1.31-2+deb12u1

Metadata

Package Version Patches format
libmodule-scandeps-perl 1.31-2+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_references_to_renamed_executable | (download)

lib/Module/ScanDeps.pm | 12 6 + 6 - 0 !
script/scandeps.pl | 16 8 + 8 - 0 !
2 files changed, 14 insertions(+), 14 deletions(-)

 fix references to scandeps
 Fixed references to scandeps.pl so they refer to scandeps.  The name of the
 program was changed to follow Debian policy.
use three argument open.patch | (download)

lib/Module/ScanDeps.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] use three-argument open()


replace eval constructs.patch | (download)

lib/Module/ScanDeps.pm | 107 79 + 28 - 0 !
1 file changed, 79 insertions(+), 28 deletions(-)

 [patch] replace 'eval "..."' constructs


fix parsing of use if.patch | (download)

lib/Module/ScanDeps.pm | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 [patch] fix parsing of "use if ..."