summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2023-03-07 05:53:57 +0100
committerYves Orton <demerphq@gmail.com>2023-03-14 04:47:01 +0800
commit9aa348a042c87a9b637a02d76dbf989f73beb93f (patch)
treec14e808c1b0eba85f601ca13be4eb3292561845b /dist
parent1321de75d56d7d8276d27b9d3b3c8b251408e243 (diff)
downloadperl-9aa348a042c87a9b637a02d76dbf989f73beb93f.tar.gz
dist/encoding-warnings: update changelog
Diffstat (limited to 'dist')
-rw-r--r--dist/encoding-warnings/Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/encoding-warnings/Changes b/dist/encoding-warnings/Changes
index e87de71b60..bea3987699 100644
--- a/dist/encoding-warnings/Changes
+++ b/dist/encoding-warnings/Changes
@@ -1,5 +1,17 @@
Change log for encoding-warnings
+ - Converted Makefile.PL from using Module::Install to ExtUtils::MakeMaker
+
+0.14 - 2022-05-16
+
+ - Convert tests from Test.pm to Test::More
+
+0.13 - 2016-06-20
+
+ - Disable module on perl 5.26 and newer. Using it will be a no-op, but will
+ issue warnings.
+ - Skip tests on EBCDIC systems
+
0.11 - 2007-06-05
- This module's effect is now lexical for Perl 5.9.5 and later.