look for fancy dashes byte-wise, rather than literally
authorKaren Etheridge <ether@cpan.org>
Wed, 4 Sep 2013 20:47:26 +0000 (13:47 -0700)
committerKaren Etheridge <ether@cpan.org>
Tue, 10 Sep 2013 23:36:46 +0000 (16:36 -0700)
commit5eff9c2438093d9f72e3359178acc747882d890a
tree08b17e7193fefeead0445ee18b2e0e7236ffff72
parentf487add0954b4274387596b2494228c7714e8275
look for fancy dashes byte-wise, rather than literally

If someone (e.g. me!) slaps in a 'use utf8;' into the old version of the
document, then the check would always fail.  This way we will catch the
character even if 'use utf8' is added later.
Makefile.PL
lib/local/lib.pm