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 | |
parent | 8a2bac03926f98edc0346378dfdfcaa2350fe02a (diff) | |
download | perl-RPM4-0.38.tar perl-RPM4-0.38.tar.gz perl-RPM4-0.38.tar.bz2 perl-RPM4-0.38.tar.xz perl-RPM4-0.38.zip |
0.380.38
-rw-r--r-- | RPM4/NEWS | 2 | ||||
-rw-r--r-- | RPM4/lib/RPM4.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 0.38 - 6 November 2017 + - cpan testers: o detect rpm-4.1[0-2] which had another rpmPkgSign API o detect patched rpm-4.12 in Mageia 5, various Debian & FC 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 |