summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2023-03-07 05:51:22 +0100
committerYves Orton <demerphq@gmail.com>2023-03-14 04:47:01 +0800
commit1321de75d56d7d8276d27b9d3b3c8b251408e243 (patch)
treefc549dcc6504dcb8cdc7d60ff9da1e23154a2b5b /dist
parentf5dde4d176d43f6562740009a3ea91d412f20c2f (diff)
downloadperl-1321de75d56d7d8276d27b9d3b3c8b251408e243.tar.gz
dist/encoding-warnings: convert Changes to a format parsable by CPAN::Changes or metacpan
Diffstat (limited to 'dist')
-rw-r--r--dist/encoding-warnings/Changes38
1 files changed, 20 insertions, 18 deletions
diff --git a/dist/encoding-warnings/Changes b/dist/encoding-warnings/Changes
index 4ada1a7c3e..e87de71b60 100644
--- a/dist/encoding-warnings/Changes
+++ b/dist/encoding-warnings/Changes
@@ -1,27 +1,29 @@
-[Changes for 0.11 - 2007-06-05]
+Change log for encoding-warnings
-* This module's effect is now lexical for Perl 5.9.5 and later.
-* "no encoding::warnings" is made more inefficient by doing away
- with an empty encoding handler.
- Contributed by: Rafaël Garcia-Suarez
+0.11 - 2007-06-05
-[Changes for 0.04 - 2004-03-16]
+ - This module's effect is now lexical for Perl 5.9.5 and later.
+ - "no encoding::warnings" is made more inefficient by doing away
+ with an empty encoding handler.
+ Contributed by: Rafaël Garcia-Suarez
-* This be 0.04, from the YAPC::Taipei::2004 release party.
-* Various POD grammar updates.
-* Mentions that we will be making encoding.pm to be lexical during 5.9.
+0.04 - 2004-03-16
-[Changes for 0.03 - 2004-03-15]
+ - This be 0.04, from the YAPC::Taipei::2004 release party.
+ - Various POD grammar updates.
+ - Mentions that we will be making encoding.pm to be lexical during 5.9.
-* Fixes various typo and punctuations.
-* Unified terminology to use "byte-string" and "unicode-string".
+0.03 - 2004-03-15
-[Changes for 0.02 - 2004-03-14]
+ - Fixes various typo and punctuations.
+ - Unified terminology to use "byte-string" and "unicode-string".
-* Added lots of documentations, as well as explained the subtlety of
- "use encoding" better. Prompted by Ton Hospel.
-* Do not bother decoding a string twice if it is us-ascii.
+0.02 - 2004-03-14
-[Changes for 0.01 - 2004-03-14]
+ - Added lots of documentations, as well as explained the subtlety of
+ "use encoding" better. Prompted by Ton Hospel.
+ - Do not bother decoding a string twice if it is us-ascii.
-* Initial release on CPAN.
+0.01 - 2004-03-14
+
+ - Initial release on CPAN.