r49431 - in /branches/upstream/libnet-irc-perl/current: Changes IRC.pm META.yml

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 27 13:59:41 UTC 2009


Author: jawnsy-guest
Date: Sun Dec 27 13:59:27 2009
New Revision: 49431

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49431
Log:
[svn-upgrade] Integrating new upstream version, libnet-irc-perl (0.79)

Modified:
    branches/upstream/libnet-irc-perl/current/Changes
    branches/upstream/libnet-irc-perl/current/IRC.pm
    branches/upstream/libnet-irc-perl/current/META.yml

Modified: branches/upstream/libnet-irc-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-irc-perl/current/Changes?rev=49431&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/Changes (original)
+++ branches/upstream/libnet-irc-perl/current/Changes Sun Dec 27 13:59:27 2009
@@ -423,3 +423,8 @@
 0.78  Wed Dec 23 12:07:22 EST 2009
   - Spoke too soon, of course. Fix from BinGOs for fixing running this under
     automated testing.
+
+0.79  Sat Dec 26 20:57:40 EST 2009
+  - Put "hic sunt dracones" text in the DESCRIPTION because Google indexes
+    search.cpan.org intelligently and presents the =head1 DESCRIPTION as the
+    search preview.

Modified: branches/upstream/libnet-irc-perl/current/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-irc-perl/current/IRC.pm?rev=49431&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/IRC.pm (original)
+++ branches/upstream/libnet-irc-perl/current/IRC.pm Sun Dec 27 13:59:27 2009
@@ -33,7 +33,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "0.78";
+$VERSION = "0.79";
 
 sub new {
   my $proto = shift;
@@ -278,7 +278,7 @@
 
 =head1 NAME
 
-Net::IRC - DEPRECATED Perl interface to the Internet Relay Chat protocol
+Net::IRC - DEAD SINCE 2004 Perl interface to the Internet Relay Chat protocol
 
 =head1 USE THESE INSTEAD
 
@@ -303,6 +303,11 @@
 
 =head1 DESCRIPTION
 
+This module has been abandoned and deprecated since 2004. The original authors
+have moved onto L<POE::Component::IRC> and more modern techniques. This
+distribution is not maintained and only uploaded to present successively louder
+"don't use this" warnings to those unaware.
+
 Welcome to Net::IRC, a work in progress. First intended to be a quick tool
 for writing an IRC script in Perl, Net::IRC has grown into a comprehensive
 Perl implementation of the IRC protocol (RFC 1459), developed by several

Modified: branches/upstream/libnet-irc-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-irc-perl/current/META.yml?rev=49431&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/META.yml (original)
+++ branches/upstream/libnet-irc-perl/current/META.yml Sun Dec 27 13:59:27 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-IRC
-version:            0.78
+version:            0.79
 abstract:           ~
 author:  []
 license:            unknown




More information about the Pkg-perl-cvs-commits mailing list