diff options
Diffstat (limited to 'contrib/perl5/lib/chat2.pl')
-rw-r--r-- | contrib/perl5/lib/chat2.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/perl5/lib/chat2.pl b/contrib/perl5/lib/chat2.pl index 094d3dff21ab..504fa7efd7a4 100644 --- a/contrib/perl5/lib/chat2.pl +++ b/contrib/perl5/lib/chat2.pl @@ -1,4 +1,13 @@ # chat.pl: chat with a server +# +# This library is no longer being maintained, and is included for backward +# compatibility with Perl 4 programs which may require it. +# +# In particular, this should not be used as an example of modern Perl +# programming techniques. +# +# Suggested alternative: Socket +# # Based on: V2.01.alpha.7 91/06/16 # Randal L. Schwartz (was <merlyn@stonehenge.com>) # multihome additions by A.Macpherson@bnr.co.uk |