git/perl
Petr Baudis 97b16c0674 Git.pm: Better error handling
So far, errors just killed the whole program and in case of an error
inside of libgit it would be totally uncatchable. This patch makes
Git.pm throw standard Perl exceptions instead. In the future we might
subclass Error to Git::Error or something but for now Error::Simple
is more than enough.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-02 17:14:40 -07:00
..
.gitignore Introduce Git.pm (v4) 2006-07-02 17:14:40 -07:00
Error.pm Add Error.pm to the distribution 2006-07-02 17:14:40 -07:00
Git.pm Git.pm: Better error handling 2006-07-02 17:14:40 -07:00
Git.xs Git.pm: Better error handling 2006-07-02 17:14:40 -07:00
Makefile.PL Add Error.pm to the distribution 2006-07-02 17:14:40 -07:00