From ef513e2407569ea46d4c4fdd51507cecf06492f7 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 23 Apr 2024 18:07:31 +0400 Subject: [PATCH] updated perl.sh --- .bash.d/perl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash.d/perl.sh b/.bash.d/perl.sh index 78021d27..6042169c 100644 --- a/.bash.d/perl.sh +++ b/.bash.d/perl.sh @@ -32,7 +32,7 @@ fi # see the effect of inserting a path like so # PERL5LIB=/path/to/blah perlpath perlpath(){ - perl -e 'print join("\n", @INC);' + perl -e 'print join("\n", @INC) . "\n";' } # XXX: Perl Taint mode resets and restricts the Perl Path to not use PERL5LIB for security