summaryrefslogtreecommitdiff
path: root/tests/tstunt/Dpkg/Changelog/Parse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstunt/Dpkg/Changelog/Parse.pm')
-rw-r--r--tests/tstunt/Dpkg/Changelog/Parse.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tstunt/Dpkg/Changelog/Parse.pm b/tests/tstunt/Dpkg/Changelog/Parse.pm
index 89b5e57..d69b7df 100644
--- a/tests/tstunt/Dpkg/Changelog/Parse.pm
+++ b/tests/tstunt/Dpkg/Changelog/Parse.pm
@@ -60,6 +60,9 @@ sub changelog_parse {
my $fields = Dpkg::Control::Changelog->new();
$fields->parse(\*P, "output of stunt changelog parser");
+#use Data::Dumper;
+#print STDERR "PARSE $0 ", Dumper($fields);
+
close P or die "$! $?";
return $fields;