X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FRepository.pm;h=9894a50579409778702c7e97bfdc93de74112dda;hb=df425e04a0fe374b7e1906e417f8238af257742f;hp=df44edc754306d22f89605391dd73ec3fc614366;hpb=517c579bda9717613f7faa9ffe41ef1648199e9b;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Repository.pm b/lib/App/Rgit/Repository.pm index df44edc..9894a50 100644 --- a/lib/App/Rgit/Repository.pm +++ b/lib/App/Rgit/Repository.pm @@ -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; } @@ -220,7 +220,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT