git-commit-vandalism/perl
Michael G. Schwern 0ed8fdcdfd Don't lose Error.pm if $@ gets clobbered.
In older Perls, sometimes $@ can become unset between the eval and
checking $@.  Its safer to check the eval directly.

Signed-off-by: Michael G Schwern <schwern@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
2012-07-27 22:13:27 +00:00
..
Git git-svn: use YAML format for mergeinfo cache when possible 2012-06-10 08:47:53 +00:00
.gitignore Add MYMETA.json to perl/.gitignore 2011-12-29 13:08:47 -08:00
Git.pm correct spelling: an URL -> a URL 2012-03-28 08:47:23 -07:00
Makefile perl/Makefile: Fix a missing double-quote 2012-06-29 13:04:50 -07:00
Makefile.PL Don't lose Error.pm if $@ gets clobbered. 2012-07-27 22:13:27 +00:00
private-Error.pm