# ComparableSecretKey.pm # - Comparable GnuPG::SecretKey # # Copyright (C) 2000 Frank J. Tobin # # This module is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # $Id: ComparableSecretKey.pm,v 1.4 2001/09/14 12:34:36 ftobin Exp $ # package GnuPG::ComparableSecretKey; use strict; use base qw( GnuPG::SecretKey GnuPG::ComparablePrimaryKey ); 1;