Skip to content

Commit 566ddcf

Browse files
committed
new version 2.401
1 parent 361332e commit 566ddcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension Net::IDN::Encode
22

3-
2.401 (2018-09-xx)
3+
2.401 (2018-09-20)
44
- FIXES: #127056: [PATCH 1/2] Fix domain_to_ascii AllowUnassigned param
55
(report and patch by SKJM)
66
- FIXES: #127057: [PATCH 2/2] Fix domain_to_unicode AllowUnassigned

lib/Net/IDN/Encode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use strict;
66
use utf8;
77
use warnings;
88

9-
our $VERSION = "2.400_20180909";
9+
our $VERSION = "2.401";
1010
$VERSION = eval $VERSION;
1111

1212
use Carp;

0 commit comments

Comments
 (0)