From 6c8369aee32b5c99f45e60f62e6e07d26b2b42b8 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 18 Feb 2010 23:57:01 +0100 Subject: Update Dpkg::Control::* to use Dpkg::Interface::Storable This implies renaming parse_fh() into parse() and parse() into load(). Update all scripts and modules using those methods. --- scripts/Dpkg/Changelog/Parse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Dpkg/Changelog/Parse.pm') diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm index 6f7dd6ce4..554d5985f 100644 --- a/scripts/Dpkg/Changelog/Parse.pm +++ b/scripts/Dpkg/Changelog/Parse.pm @@ -144,7 +144,7 @@ sub changelog_parse { my (@res, $fields); while (1) { $fields = Dpkg::Control::Changelog->new(); - last unless $fields->parse_fh(\*P, _g("output of changelog parser")); + last unless $fields->parse(\*P, _g("output of changelog parser")); push @res, $fields; } close(P) or subprocerr(_g("changelog parser %s"), $parser); -- cgit v1.2.3