summaryrefslogtreecommitdiff
path: root/t/data/generate/pgp-sign/metadata
diff options
context:
space:
mode:
Diffstat (limited to 't/data/generate/pgp-sign/metadata')
-rw-r--r--t/data/generate/pgp-sign/metadata/blurb3
-rw-r--r--t/data/generate/pgp-sign/metadata/debian/summary1
-rw-r--r--t/data/generate/pgp-sign/metadata/description24
-rw-r--r--t/data/generate/pgp-sign/metadata/metadata.json61
-rw-r--r--t/data/generate/pgp-sign/metadata/quote3
-rw-r--r--t/data/generate/pgp-sign/metadata/requirements9
-rw-r--r--t/data/generate/pgp-sign/metadata/test/suffix14
7 files changed, 0 insertions, 115 deletions
diff --git a/t/data/generate/pgp-sign/metadata/blurb b/t/data/generate/pgp-sign/metadata/blurb
deleted file mode 100644
index e2f3ad8..0000000
--- a/t/data/generate/pgp-sign/metadata/blurb
+++ /dev/null
@@ -1,3 +0,0 @@
-PGP::Sign is a Perl module for generating and verifying detached OpenPGP
-signatures of textual data using GnuPG. It was written to support Netnews
-article signatures for signed control messages and PGPMoose.
diff --git a/t/data/generate/pgp-sign/metadata/debian/summary b/t/data/generate/pgp-sign/metadata/debian/summary
deleted file mode 100644
index 4688382..0000000
--- a/t/data/generate/pgp-sign/metadata/debian/summary
+++ /dev/null
@@ -1 +0,0 @@
-PGP::Sign is packaged for Debian as libpgp-sign-perl.
diff --git a/t/data/generate/pgp-sign/metadata/description b/t/data/generate/pgp-sign/metadata/description
deleted file mode 100644
index f41e56d..0000000
--- a/t/data/generate/pgp-sign/metadata/description
+++ /dev/null
@@ -1,24 +0,0 @@
-PGP::Sign is a Perl module that can generate and verify OpenPGP signatures
-on some data. Currently, only textual data (data that can be processed
-using GnuPG's `--textmode` option) is supported. It uses GnuPG under the
-hood to do the work.
-
-The original purpose of this module was to factor out common code in a
-News::Article class written by Andrew Gierth that handled PGPMoose and
-control message signatures. It is used to verify control message
-signatures for the ftp.isc.org Netnews metadata archive, and to generate
-signed control messages for the Big Eight Usenet hierarchies.
-
-Data to be signed or verified can be passed into PGP::Sign in a wide
-variety of formats: scalars, arrays, open files, even code references that
-act as generators. Keys with passphrases are supported and the passphrase
-is passed to GnuPG securely (although getting the passphrase to the
-PGP::Sign module is a problem for the calling application).
-
-This module supports both GnuPG v2 and GnuPG v1 and, when used with GnuPG
-v1, supports using OpenPGP keys and generating and verifying signatures
-that are backward-compatible with PGP 2.6.2.
-
-PGP::Sign provides both a (recommended) object-oriented API and a (legacy)
-function-based API that uses global variables for configuration and is
-backward-compatible with earlier versions of PGP::Sign.
diff --git a/t/data/generate/pgp-sign/metadata/metadata.json b/t/data/generate/pgp-sign/metadata/metadata.json
deleted file mode 100644
index 3a99430..0000000
--- a/t/data/generate/pgp-sign/metadata/metadata.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "PGP::Sign",
- "version": "1.00",
- "synopsis": "create and verify detached PGP signatures",
- "maintainer": "Russ Allbery <rra@cpan.org>",
- "copyrights": [
- {
- "holder": "Russ Allbery <rra@cpan.org>",
- "years": "1997-2000, 2002, 2004, 2018, 2020",
- },
- ],
- "license": "Perl",
- "build": {
- "lancaster": true,
- "type": "Module::Build",
- },
- "support": {
- "cpan": "PGP-Sign",
- "email": "rra@cpan.org",
- "web": "https://www.eyrie.org/~eagle/software/pgp-sign/",
- },
- "vcs": {
- "type": "Git",
- "url": "https://git.eyrie.org/git/perl/pgp-sign.git",
- "browse": "https://git.eyrie.org/?p=perl/pgp-sign.git",
- "github": "rra/pgp-sign",
- "status": {
- "workflow": "build",
- },
- },
- "quote": {
- "author": "William Shakespeare",
- "work": "Hamlet",
- "broken": true,
- },
- "distribution": {
- "section": "perl",
- "tarname": "PGP-Sign",
- "version": "pgp-sign",
- "cpan": "PGP-Sign",
- "ignore": [
- "^t/data/gnupg1/random_seed$",
- "^t/data/gnupg./trustdb\\.gpg$",
- ],
- },
- "packaging": {
- "debian": "libpgp-sign-perl",
- },
- "docs": {
- "user": [
- {
- "name": "docs",
- "title": "Module documentation",
- },
- {
- "name": "thanks",
- "title": "Thanks and credits",
- },
- ],
- },
-}
diff --git a/t/data/generate/pgp-sign/metadata/quote b/t/data/generate/pgp-sign/metadata/quote
deleted file mode 100644
index df57c5e..0000000
--- a/t/data/generate/pgp-sign/metadata/quote
+++ /dev/null
@@ -1,3 +0,0 @@
-This above all: to thine own self be true,
-And it must follow, as the night the day,
-Thou canst not then be false to any man.
diff --git a/t/data/generate/pgp-sign/metadata/requirements b/t/data/generate/pgp-sign/metadata/requirements
deleted file mode 100644
index 0b07801..0000000
--- a/t/data/generate/pgp-sign/metadata/requirements
+++ /dev/null
@@ -1,9 +0,0 @@
-Perl 5.20 or later and Module::Build are required to build this module,
-and IPC::Run is required to use it. Either GnuPG v2 or GnuPG v1
-(selectable at runtime) is also required. It has not been tested with
-versions of GnuPG older than 1.4.23.
-
-PGP::Sign uses IPC::Run features that are documented as not available on
-Windows (primarily higher-numbered file descriptors) and has never been
-tested with Gpg4win, so will probably not work on Windows (or, for that
-matter, other non-UNIX systems).
diff --git a/t/data/generate/pgp-sign/metadata/test/suffix b/t/data/generate/pgp-sign/metadata/test/suffix
deleted file mode 100644
index 8125372..0000000
--- a/t/data/generate/pgp-sign/metadata/test/suffix
+++ /dev/null
@@ -1,14 +0,0 @@
-The following additional Perl modules will be used by the test suite if
-present:
-
-* Devel::Cover
-* Test::MinimumVersion
-* Test::Perl::Critic
-* Test::Pod
-* Test::Pod::Coverage
-* Test::Spelling
-* Test::Strict
-* Test::Synopsis
-
-All are available on CPAN. Those tests will be skipped if the modules are
-not available.