X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FRepository.pm;h=ec08d4b45e316c235e5b851fbc852f9beb1ff1eb;hb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;hp=bc847408f45fb1a284fee211fea1a01e573d0199;hpb=511d4fe4b46173353cd1fdcac0d26ac067868280;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Repository.pm b/lib/App/Rgit/Repository.pm index bc84740..ec08d4b 100644 --- a/lib/App/Rgit/Repository.pm +++ b/lib/App/Rgit/Repository.pm @@ -26,11 +26,11 @@ App::Rgit::Repository - Class representing a Git repository. =head1 VERSION -Version 0.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 DESCRIPTION @@ -179,7 +179,7 @@ sub run { if ($WIFSIGNALED->($?)) { $sig = $WTERMSIG->($?); $conf->warn("git died with signal $sig\n"); - if ($sig == POSIX::SIGINT || $sig == POSIX::SIGQUIT) { + if ($sig == POSIX::SIGINT() || $sig == POSIX::SIGQUIT()) { $conf->err("Aborting\n"); exit $sig; }