summaryrefslogtreecommitdiffstats
path: root/RPM4/examples/hinfo
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/examples/hinfo')
-rw-r--r--RPM4/examples/hinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/RPM4/examples/hinfo b/RPM4/examples/hinfo
index 29e1f77..c6bf530 100644
--- a/RPM4/examples/hinfo
+++ b/RPM4/examples/hinfo
@@ -19,7 +19,7 @@
# $Id$
use strict;
-use Hdlist;
+use RPM4;
(@ARGV) or die("$0 <rpmfilename>");
@@ -28,7 +28,7 @@ foreach (@ARGV) {
if($header) {
print "tag\tnom\t\texiste\tvaleur\n";
foreach ($header->listtag) {
- print "$_\t" . Hdlist::tagName($_) . "\t\t";
+ print "$_\t" . RPM4::tagName($_) . "\t\t";
my $e;
$e = $header->hastag("$_");
print "$e\t";