Skip to content

Commit

Permalink
updated perl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 23, 2024
1 parent b534b62 commit ef513e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash.d/perl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef513e2

Please sign in to comment.