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:
parent
7d31f41ba8
commit
17fc298217
2 changed files with 15 additions and 3 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue