Skip to content

Instantly share code, notes, and snippets.

@wu
wu / plenv-shebang.t
Last active January 1, 2016 08:39
Exercise a shebang limitation in bash on OS X and Solaris 10 that affects plenv
#!/perl
use strict;
use warnings;
use Test::More;
use File::Temp qw/ tempdir /;
# See: https://github.com/wu/journal/blob/master/2014.01.05.plenv-shebang.org