The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# put the path to the pgp executable 
# in this file in "quotes"
#
# i.e.
#	/usr/local/bin/pgp
#	/usr/local/bin/gpg

sub privacyexecutables {
  return qw (
	/usr/local/bin/gpg
	/usr/local/bin/pgp
  );
}
1;