Merge branch 'pr/8'
authorKaren Etheridge <ether@cpan.org>
Tue, 21 Jun 2016 02:47:16 +0000 (19:47 -0700)
committerKaren Etheridge <ether@cpan.org>
Tue, 21 Jun 2016 02:47:16 +0000 (19:47 -0700)
commit731fc199c110c3fa1e2e95c002711aff9497d3ff
treee036229f65d0eb768263e2fa93c73a505410f48b
parent353380ef09f4ed81c8a03cce2276183378834eac
parent12e89eea3db148bcfcb9521f5439b26fce258c58
Merge branch 'pr/8'

Support binary symbol names and unicode

This combines the tests from #5 with fixes of my own to make Sub::Name both
Unicode compatible and binary safe on perls that support that (within rules
that perl has for names: :: and ' are treated as namespace separators, so they
can't be otherwise used in the name).