Fix handling of URLs ending in a ⟩

I've known about this issue before, but didn't realize it was so
widespread. This fixes many links.
This commit is contained in:
Yorhel 2016-10-16 09:11:13 +02:00
parent 7d31f41ba8
commit 17fc298217
2 changed files with 15 additions and 3 deletions

View file

@ -5,6 +5,7 @@ use Module::Build;
Module::Build->new(
dist_name => 'ManUtils',
dist_version_from => 'ManUtils.pm',
dist_abstract => 'Utils for manned.org',
pm_files => {
'ManUtils.pm' => 'lib/ManUtils.pm',
},