We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93df7fc commit 26a6ee0Copy full SHA for 26a6ee0
Changes
@@ -1,3 +1,8 @@
1
+1.20 - 2025-10-14
2
+ - fix missing build dependencies and tests
3
+ - switch from Net::IDN::Encode to Net::IDN::PP to avoid build problems on
4
+ certain platforms (OS + architecture)
5
+
6
1.19 - 2025-09-01
7
- updated Makefile.PL to list dependencies for building and testing.
8
- removed dependency on PPI.
lib/App/rdapper.pm
@@ -32,7 +32,7 @@ use locale;
32
use vars qw($VERSION $LH);
33
use strict;
34
35
-$VERSION = '1.19';
+$VERSION = '1.20';
36
37
$LH = App::rdapper::l10n->get_handle;
38
0 commit comments