diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:24:32 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:24:32 +0100 |
commit | a6a4d3664cc5b804749ce1c41017b164894b9e77 (patch) | |
tree | 3074c2432e4883695526f620c1fb523c4bffef3e /RPM4/lib/RPM4.pm | |
parent | 8a2bac03926f98edc0346378dfdfcaa2350fe02a (diff) | |
download | perl-RPM4-a6a4d3664cc5b804749ce1c41017b164894b9e77.tar perl-RPM4-a6a4d3664cc5b804749ce1c41017b164894b9e77.tar.gz perl-RPM4-a6a4d3664cc5b804749ce1c41017b164894b9e77.tar.bz2 perl-RPM4-a6a4d3664cc5b804749ce1c41017b164894b9e77.tar.xz perl-RPM4-a6a4d3664cc5b804749ce1c41017b164894b9e77.zip |
0.380.38
Diffstat (limited to 'RPM4/lib/RPM4.pm')
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 1374a2e..a892b45 100644 --- a/RPM4/lib/RPM4.pm +++ b/RPM4/lib/RPM4.pm @@ -30,7 +30,7 @@ use RPM4::Header::Dependencies; use RPM4::Header::Files; use RPM4::Spec; -our $VERSION = '0.37'; +our $VERSION = '0.38'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp |