bestpractical / gnupg-interface

http://search.cpan.org/dist/GnuPG-Interface
6 stars 6 forks source link

Make $gnupg->call('foo') update the internal GnuPG version number. #7

Closed dfskoll closed 3 years ago

dfskoll commented 4 years ago

Before, if you set the GPG executable using call(), and the version was different from the version used in the constructor, GnuPG::Interface would pass the wrong options to the program.

This patch makes sure the executable and the version number are always in sync.