diff options
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/lib/RPM4.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RPM4/lib/RPM4.pm b/RPM4/lib/RPM4.pm index 1af6e7e..2e00516 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.01'; +our $VERSION = '0.02'; our @ISA = qw(DynaLoader Exporter); our @EXPORT = qw(moduleinfo readconfig querytag tagName tagValue expand rpmvercmp @@ -190,7 +190,7 @@ __END__ =head1 NAME -RPM4 - perl module to handle hdlist and synthesis files +RPM4 - perl module to access and manipulate RPM files =head1 SYNOPSIS |