diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-15 18:55:06 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-15 18:55:06 +0200 |
| commit | eba2e6a7f60ada260291f41cada0e6bd3274a500 (patch) | |
| tree | 3f601350b710f194c9c0bc297e1b8371dc5e504f /Build.PL | |
| parent | 61cf8cfbd7f22726fdeed5c0a08f8833cb127cc1 (diff) | |
Use URI::Escape to escape umlauts in place/name arguments
This fixes VVO and LinzAG issues with umlauts
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ Module::Build->new( 'Cache::File' => 0, 'GIS::Distance' => 0, }, - requires => { + requires => { 'perl' => '5.10.1', 'Carp' => 0, 'Class::Accessor' => 0, @@ -30,6 +30,7 @@ Module::Build->new( 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, + 'URI::Escape' => 0, }, sign => 1, meta_merge => { |
