Skip to content

Commit

Permalink
Add diagnostics to Makefile.PL.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Aug 28, 2008
1 parent 58cb768 commit 6092070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/Module/Install/PRIVATE/Crypt/GpgME.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sub gpgme {
my $config_exe = $self->find_config_exe;

my %gpgme_config = $self->get_config($config_exe);
printf "Found GpgME %s (api version %s)\n", @gpgme_config{qw/version api-version/};

$self->check_version($gpgme_config{ version });
$self->check_api_version($gpgme_config{ 'api-version' });
Expand Down

0 comments on commit 6092070

Please sign in to comment.