The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2000-06-20 17:17  ftobin

	* NEWS, lib/GnuPG/Interface.pm: ready for 0.08

2000-06-18 21:10  ftobin

	* README: 'make' should be a separate step from 'make test', as it
	seems manifying doesn't happen during 'make test'.

2000-06-18 20:25  ftobin

	* NEWS, lib/GnuPG/Interface.pm: use AutoLoading now.

2000-06-18 20:17  ftobin

	* Makefile.PL: more fun simple changes

2000-06-18 19:26  ftobin

	* Makefile.PL: clarification

2000-06-18 19:22  ftobin

	* Makefile.PL: Need C::MM 0.96

2000-06-18 04:57  ftobin

	* MANIFEST: typo

2000-06-18 02:53  ftobin

	* t/get_secret_keys.t: oops, typo

2000-06-18 02:47  ftobin

	* MANIFEST, t/get_public_keys.t, t/get_secret_keys.t: MANIFEST
	changed to reflect new 'test' directory little better information
	on GnuPG creating errors in the test scripts due to GnuPG versions

2000-06-18 02:35  ftobin

	* test/: public-keys-sigs.1.txt, public-keys-sigs.2.txt,
	public-keys.1.txt, public-keys.2.txt, secret-keys.1.txt,
	secret-keys.2.txt, trustdb.gpg, public-keys/1.0.test,
	public-keys/1.1.test, public-keys/2.0.test, public-keys/2.1.test,
	public-keys-sigs/1.0.test, public-keys-sigs/1.1.test,
	public-keys-sigs/2.0.test, public-keys-sigs/2.1.test,
	secret-keys/1.0.test, secret-keys/2.0.test: file tree rearrangement

2000-06-18 02:33  ftobin

	* NEWS, lib/GnuPG/Key.pm, t/get_public_keys.t, t/get_secret_keys.t,
	t/list_public_keys.t, t/list_secret_keys.t, t/list_sigs.t: Updates
	so that tests work better with GnuPG 1.0.1e, or are knowledgeable
	about errors with it.
	
	rearrangement of 'test' directory

2000-06-11 04:36  ftobin

	* Makefile.PL: bumped up C::MM requirements to 0.95 because of how
	new methods changing.

2000-06-10 21:07  ftobin

	* lib/GnuPG/Options.pm: typo in pod

2000-05-24 20:22  ftobin

	* t/MyTestSpecific.pm: More about GnuPG::Options meta methods
	changing

2000-05-24 20:21  ftobin

	* NEWS, lib/GnuPG/Interface.pm: Version 0.07 trying to be ready.
	
	    *	BACKWARDS COMPATIBILITY issue:
		GnuPG::Options->meta_signing_key() now expects
		an argument of type GnuPG::Object, instead of a scalar
		key id.  See the following note for more details.
	
	    *	GnuPG::Options 'meta' methods that deal with keys arguments
		are more consistent now.  Meta methods that accept key
		ids are now appended with _id(s); other meta methods
		that accept keys receive GnuPG::Key objects.

2000-05-24 20:20  ftobin

	* lib/GnuPG/Options.pm:     *	BACKWARDS COMPATIBILITY issue:
		GnuPG::Options->meta_signing_key() now expects
		an argument of type GnuPG::Object, instead of a scalar
		key id.  See the following note for more details.
	
	    *	GnuPG::Options 'meta' methods that deal with keys arguments
		are more consistent now.  Meta methods that accept key
		ids are now appended with _id(s); other meta methods
		that accept keys receive GnuPG::Key objects.

2000-05-17 15:43  ftobin

	* NEWS: bumped up version to 0.06 since I missed changing the
	version in Interface.pm the last time

2000-05-17 15:30  ftobin

	* NEWS, lib/GnuPG/Options.pm: GnuPG::Options now makes use of
	C::MM's booleans, and textmode option added

2000-05-11 04:08  ftobin

	* lib/GnuPG/Interface.pm: waitpid() are now implemented in various
	functions that totally encapsulate the call to GnuPG.

2000-05-11 04:07  ftobin

	* t/passphrase_handling.t: The passphrase was never really passed
	down through the pipe before; the error was gotten from the
	previous call to GnuPG.

2000-04-25 17:02  ftobin

	* NEWS: put in 0.04 NEWS

2000-04-25 16:58  ftobin

	* lib/GnuPG/Interface.pm: ready for 0.04
	
	0.04 is a repackaging release of 0.03

2000-04-25 16:41  ftobin

	* NEWS, lib/GnuPG/Interface.pm: ready for 0.03

2000-04-25 16:01  ftobin

	* MANIFEST: added NEWS to MANIFEST

2000-04-25 15:40  ftobin

	* MANIFEST: added ChangeLog to the MANIFEST

2000-04-25 15:29  ftobin

	* NEWS, lib/GnuPG/Interface.pm: ready for 2.8.0

2000-04-25 15:23  ftobin

	* lib/GnuPG/Options.pm: fixed bug with meta-pgp-5-compatibility
	which was using underscores in the option passed to GnuPG instead
	of dashes

2000-04-20 21:13  ftobin

	* lib/GnuPG/Interface.pm: removed debugging filehandle stuff from
	Interface.pm This caused problems when the user does funky stuff
	like close the STDOUT or does stuff with STDERR

2000-04-20 09:30  ftobin

	* lib/GnuPG/: Fingerprint.pm, Handles.pm, Interface.pm, Key.pm,
	Options.pm, PublicKey.pm, SecretKey.pm, SubKey.pm, UserId.pm: POD
	cleanups, mainly providing L<>'s in the SEE ALSO sections.

2000-04-19 16:06  ftobin

	* COPYING, MANIFEST, Makefile.PL, README, THANKS,
	lib/GnuPG/Fingerprint.pm, lib/GnuPG/Handles.pm,
	lib/GnuPG/Interface.pm, lib/GnuPG/Key.pm, lib/GnuPG/Options.pm,
	lib/GnuPG/PublicKey.pm, lib/GnuPG/SecretKey.pm,
	lib/GnuPG/Signature.pm, lib/GnuPG/SubKey.pm, lib/GnuPG/UserId.pm,
	t/MyTest.pm, t/MyTestSpecific.pm, t/clearsign.t, t/decrypt.t,
	t/detach_sign.t, t/encrypt.t, t/encrypt_symmetrically.t,
	t/export_keys.t, t/get_public_keys.t, t/get_secret_keys.t,
	t/import_keys.t, t/list_public_keys.t, t/list_secret_keys.t,
	t/list_sigs.t, t/passphrase_handling.t, t/sign.t,
	t/sign_and_encrypt.t, t/verify.t, test/encrypted.1.gpg,
	test/key.1.asc, test/options, test/plain.1.txt,
	test/public-keys-sigs.1.txt, test/public-keys-sigs.2.txt,
	test/public-keys.1.txt, test/public-keys.2.txt, test/pubring.gpg,
	test/secret-keys.1.txt, test/secret-keys.2.txt, test/secring.gpg,
	test/signed.1.asc, test/trustdb.gpg: initial sourceforge deposit

2000-04-19 16:06  ftobin

	* COPYING, MANIFEST, Makefile.PL, README, THANKS,
	lib/GnuPG/Fingerprint.pm, lib/GnuPG/Handles.pm,
	lib/GnuPG/Interface.pm, lib/GnuPG/Key.pm, lib/GnuPG/Options.pm,
	lib/GnuPG/PublicKey.pm, lib/GnuPG/SecretKey.pm,
	lib/GnuPG/Signature.pm, lib/GnuPG/SubKey.pm, lib/GnuPG/UserId.pm,
	t/MyTest.pm, t/MyTestSpecific.pm, t/clearsign.t, t/decrypt.t,
	t/detach_sign.t, t/encrypt.t, t/encrypt_symmetrically.t,
	t/export_keys.t, t/get_public_keys.t, t/get_secret_keys.t,
	t/import_keys.t, t/list_public_keys.t, t/list_secret_keys.t,
	t/list_sigs.t, t/passphrase_handling.t, t/sign.t,
	t/sign_and_encrypt.t, t/verify.t, test/encrypted.1.gpg,
	test/key.1.asc, test/options, test/plain.1.txt,
	test/public-keys-sigs.1.txt, test/public-keys-sigs.2.txt,
	test/public-keys.1.txt, test/public-keys.2.txt, test/pubring.gpg,
	test/secret-keys.1.txt, test/secret-keys.2.txt, test/secring.gpg,
	test/signed.1.asc, test/trustdb.gpg: Initial revision