diff options
author | rjray <devnull@localhost> | 2001-04-27 08:43:23 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2001-04-27 08:43:23 +0000 |
commit | d6dad290930651d1cb727e98b5fb2ab78f0ee8e2 (patch) | |
tree | 0e23ee23b4c9a6ed251736e9df50b5c3660302c7 /Perl-RPM | |
parent | f16a0d9cae2a26d912b503d72d6af66d017d9504 (diff) | |
download | rpm-d6dad290930651d1cb727e98b5fb2ab78f0ee8e2.tar.gz rpm-d6dad290930651d1cb727e98b5fb2ab78f0ee8e2.tar.bz2 rpm-d6dad290930651d1cb727e98b5fb2ab78f0ee8e2.zip |
Trimmed another one out.
CVS patchset: 4712
CVS date: 2001/04/27 08:43:23
Diffstat (limited to 'Perl-RPM')
-rw-r--r-- | Perl-RPM/RPM/Constants.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Perl-RPM/RPM/Constants.pm b/Perl-RPM/RPM/Constants.pm index 6720cf62c..ae3f231dd 100644 --- a/Perl-RPM/RPM/Constants.pm +++ b/Perl-RPM/RPM/Constants.pm @@ -5,7 +5,7 @@ # ############################################################################### # -# $Id: Constants.pm,v 1.16 2001/03/08 06:12:32 rjray Exp $ +# $Id: Constants.pm,v 1.17 2001/04/27 08:43:23 rjray Exp $ # # Description: Constants for the RPM package # @@ -27,10 +27,9 @@ use RPM; @ISA = qw(Exporter); $VERSION = '0.30'; -$revision = do { my @r=(q$Revision: 1.16 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r }; +$revision = do { my @r=(q$Revision: 1.17 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r }; @EXPORT_OK = qw( - ADD_SIGNATURE CHECKSIG_GPG CHECKSIG_MD5 CHECKSIG_PGP |