an even more reduced test would be

$ X=1 perl -Te 'print "smart match\n" if $ENV{X} ~~ [0, 1]'
$

compared to

$ X=1 perl -e 'print "smart match\n" if $ENV{X} ~~ [0, 1]'
smart match
$

--
Christoph


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to