add infrastructure of test for exotic sub names
authorAristotle Pagaltzis <pagaltzis@gmx.de>
Sun, 29 Mar 2015 15:18:28 +0000 (17:18 +0200)
committerKaren Etheridge <ether@cpan.org>
Tue, 21 Jun 2016 02:46:57 +0000 (19:46 -0700)
commitea5fecfc8b0e069db0afa4587e0af7e40563895a
tree105ee656b36e1ef82cdf860c450e6e8cfca6724e
parent353380ef09f4ed81c8a03cce2276183378834eac
add infrastructure of test for exotic sub names

This is scaffolding to sanity-check our assumptions about perl: that
anything we *can* eval is named by the interpreter as expected. This
test passes on 5.6.1+ on both 32 and 64 bit perls.
t/exotic_names.t [new file with mode: 0644]