From af0ef720afd5b380520b7a1ad81c85fa36d42e7c Mon Sep 17 00:00:00 2001 From: nanardon Date: Wed, 19 Oct 2005 05:12:54 +0000 Subject: -v 0.02, fix desc git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@43 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/lib/RPM4.pm | 4 ++-- 1 file 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 -- cgit v1.2.1