summaryrefslogtreecommitdiff
path: root/t/GnuPG/ComparableSecretKey.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/GnuPG/ComparableSecretKey.pm')
-rw-r--r--t/GnuPG/ComparableSecretKey.pm22
1 files changed, 0 insertions, 22 deletions
diff --git a/t/GnuPG/ComparableSecretKey.pm b/t/GnuPG/ComparableSecretKey.pm
deleted file mode 100644
index 3f3858f..0000000
--- a/t/GnuPG/ComparableSecretKey.pm
+++ /dev/null
@@ -1,22 +0,0 @@
-# ComparableSecretKey.pm
-# - Comparable GnuPG::SecretKey
-#
-# Copyright (C) 2000 Frank J. Tobin <ftobin@cpan.org>
-#
-# 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;