--- Perl-RPM/RPM.pm 2007-04-22 11:01:09 +0300 +++ Perl-RPM/RPM.pm 2011-02-28 15:44:29 +0200 @@ -14,6 +14,8 @@ @EXPORT = qw(rpm_osname rpm_archname rpm_version); @EXPORT_OK = (@EXPORT, 'vercmp', 'evrcmp'); +use vars qw($tag2num $num2tag); + bootstrap RPM; # These are stubs into the sub-module bootstraps, hacked into RPM.xs