The following commit has been merged in the master branch:
commit 39e0a3b9a62705098253ca4830654b6e9567a743
Author: Guillem Jover <[email protected]>
Date: Tue Jan 1 13:32:31 2013 +0100
Dpkg::Shlibs::Symbol: Remove quotes around constant declaration
The constant name is a bareword, make it explicit.
diff --git a/scripts/Dpkg/Shlibs/Symbol.pm b/scripts/Dpkg/Shlibs/Symbol.pm
index b1d649e..8e5bfcf 100644
--- a/scripts/Dpkg/Shlibs/Symbol.pm
+++ b/scripts/Dpkg/Shlibs/Symbol.pm
@@ -29,7 +29,7 @@ use Storable qw();
use Dpkg::Shlibs::Cppfilt;
# Supported alias types in the order of matching preference
-use constant 'ALIAS_TYPES' => qw(c++ symver);
+use constant ALIAS_TYPES => qw(c++ symver);
sub new {
my $this = shift;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]