Skip Menu |

This queue is for tickets about the DPKG-Parse CPAN distribution.

Report information
The Basics
Id: 122749
Status: new
Priority: 0/
Queue: DPKG-Parse

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: [PATCH] set entry to an empty string instead of undef
In Debian we are currently applying the following patch to DPKG-Parse. We thought you might be interested in it too. Description: set entry to an empty string instead of undef in order to avoid "Use of uninitialized value $entry" warnings. Quoting perldelta for 5.26: Code like $x = $x . "a" was incorrectly failing to yield a use of uninitialized value warning when $x was a lexical variable with an undefined value. That has now been fixed. [perl #127877] Origin: vendor Author: gregor herrmann <gregoa@debian.org> Last-Update: 2017-08-08 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libdpkg-parse-perl.git/plain/debian/patches/perl5.26.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.