summaryrefslogtreecommitdiff
path: root/scripts/dpkg-parsechangelog.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dpkg-parsechangelog.pl')
-rwxr-xr-xscripts/dpkg-parsechangelog.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-parsechangelog.pl b/scripts/dpkg-parsechangelog.pl
index f214e6908..f813139e9 100755
--- a/scripts/dpkg-parsechangelog.pl
+++ b/scripts/dpkg-parsechangelog.pl
@@ -108,6 +108,6 @@ my $count = 0;
my @fields = parse_changelog(%options);
foreach my $f (@fields) {
print "\n" if $count++;
- print tied(%$f)->dump();
+ print $f->output();
}