Skip to content

Commit 77352f2

Browse files
author
Benjamin Trott
committed
Removed magic keywords; added changelog.
1 parent 4ae4845 commit 77352f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+12
-113
lines changed

CREDITS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
$Id: CREDITS,v 1.8 2002/02/27 06:08:08 btrott Exp $
2-
31
In developing Crypt::OpenPGP I have received help (either direct or
42
indirect) from the following individuals, who I would like to thank:
53

Changes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
$Id: Changes,v 1.68 2002/12/10 01:48:30 btrott Exp $
2-
31
Revision history for Crypt::OpenPGP
42

3+
1.04 2009.12.10
4+
- Updated to use Module::Install
5+
- Made all dependencies required, rather than optional based on
6+
feature packages. Simplifies distribution and packaging.
7+
- Removed sign() and auto_install() from Makefile.PL.
8+
- Removed magic svn keywords.
9+
510
1.03 2002.12.09
611
- Makefile.PL now uses ExtUtils::AutoInstall. Thanks to Autrijus Tang
712
for the note.

MANIFEST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,6 @@ t/samples/gpg/ring.pub
7777
t/samples/gpg/ring.sec
7878
t/samples/message.asc
7979
t/test-common.pl
80-
ToDo
80+
xt/perlcritic.t
81+
xt/pod.t
82+
xt/synopsis.t

MANIFEST.SKIP

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
\.cvsignore
1414
\.shipit
1515
\.gitignore
16+
^ToDo$

bin/pgplet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/perl -w
2-
# $Id: pgplet,v 1.15 2002/12/10 01:42:39 btrott Exp $
2+
use strict;
33

44
use lib 'lib';
55

6-
use strict;
76
use Term::ReadKey;
87
use Getopt::Long;
98
use Crypt::OpenPGP;

lib/Crypt/OpenPGP.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: OpenPGP.pm,v 1.90 2002/12/10 01:43:00 btrott Exp $
2-
31
package Crypt::OpenPGP;
42
use strict;
53
use 5.008_001;

lib/Crypt/OpenPGP/Armour.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: Armour.pm,v 1.10 2002/01/29 01:19:55 btrott Exp $
2-
31
package Crypt::OpenPGP::Armour;
42
use strict;
53

lib/Crypt/OpenPGP/CFB.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: CFB.pm,v 1.5 2001/08/09 05:35:27 btrott Exp $
2-
31
# This code based slightly on the Systemics Crypt::CFB.
42
# Parts Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
53
# All rights reserved.

lib/Crypt/OpenPGP/Certificate.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: Certificate.pm,v 1.19 2002/09/05 23:49:21 btrott Exp $
2-
31
package Crypt::OpenPGP::Certificate;
42
use strict;
53

lib/Crypt/OpenPGP/Cipher.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id: Cipher.pm,v 1.19 2002/12/10 01:43:55 btrott Exp $
2-
31
package Crypt::OpenPGP::Cipher;
42
use strict;
53

0 commit comments

Comments
 (0)