summaryrefslogtreecommitdiff
path: root/lib/I18N
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1997-08-07 00:00:00 +0000
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-08-07 00:00:00 +1200
commit4413da2b5f0875910a892a7d22fa716e5ba3566c (patch)
treebfa0e98efbd7523f060a50ab4b4ad305c2446d38 /lib/I18N
parent74b5f52c9579e21851cb5b0b04ee78401a947eb0 (diff)
downloadperl-4413da2b5f0875910a892a7d22fa716e5ba3566c.tar.gz
m2t3: minor doc patch (to obsolete I18N::Collate)
p5p-msgid: 199708060732.KAA02675@alpha.hut.fi
Diffstat (limited to 'lib/I18N')
-rw-r--r--lib/I18N/Collate.pm36
1 files changed, 25 insertions, 11 deletions
diff --git a/lib/I18N/Collate.pm b/lib/I18N/Collate.pm
index 6961dc2f1c..580ca39785 100644
--- a/lib/I18N/Collate.pm
+++ b/lib/I18N/Collate.pm
@@ -1,14 +1,26 @@
-#-----------------------------------------------------------------------#
-# NOTE! This module is deprecated (obsolete) after the Perl release #
-# 5.003_06 as the functionality has been integrated into the Perl core. #
-#-----------------------------------------------------------------------#
-
package I18N::Collate;
=head1 NAME
I18N::Collate - compare 8-bit scalar data according to the current locale
+ ***
+
+ WARNING: starting from the Perl version 5.003_06
+ the I18N::Collate interface for comparing 8-bit scalar data
+ according to the current locale
+
+ HAS BEEN DEPRECATED
+
+ That is, please do not use it anymore for any new applications
+ and please migrate the old applications away from it because its
+ functionality was integrated into the Perl core language in the
+ release 5.003_06.
+
+ See the perllocale manual page for further information.
+
+ ***
+
=head1 SYNOPSIS
use I18N::Collate;
@@ -116,16 +128,18 @@ sub new {
warn <<___EOD___;
***
- WARNING: starting from the Perl version 5.003_06 the I18N::Collate
- interface for comparing 8-bit scalar data according to the current locale
+ WARNING: starting from the Perl version 5.003_06
+ the I18N::Collate interface for comparing 8-bit scalar data
+ according to the current locale
HAS BEEN DEPRECATED
- (that is, please do not use it anymore for any new applications and please
- migrate the old applications away from it) because its functionality was
- integrated into the Perl core language in the release 5.003_06.
+ That is, please do not use it anymore for any new applications
+ and please migrate the old applications away from it because its
+ functionality was integrated into the Perl core language in the
+ release 5.003_06.
- See pod/perllocale.pod for further information.
+ See the perllocale manual page for further information.
***
___EOD___