diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Git/Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/Error.pm b/perl/Git/Error.pm index 5874672150..09bbc97390 100644 --- a/perl/Git/Error.pm +++ b/perl/Git/Error.pm @@ -39,7 +39,7 @@ sub import { require Error; }; - local @_ = ($caller, @_); + unshift @_, $caller; goto &Error::import; } |