From 35a4a59ef8798ba49d614c5591e27ceed639c0fb Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Sat, 22 Sep 2012 10:35:55 +0000 Subject: declare exit as a function, to allow to override synonymous builtin --- perl-install/standalone.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 8c8ee339c..cae5a58c8 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -2,6 +2,7 @@ package standalone; # $Id: standalone.pm 262870 2009-10-27 10:53:55Z tv $ use c; use strict; +use subs qw(exit); use common qw(N N_ if_ backtrace); use Config; -- cgit v1.2.1