r49436 - in /trunk/libnet-irc-perl: Changes IRC.pm META.yml debian/changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 27 14:02:45 UTC 2009


Author: jawnsy-guest
Date: Sun Dec 27 14:02:35 2009
New Revision: 49436

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49436
Log:
IGNORE-VERSION: 0.79-1

Modified:
    trunk/libnet-irc-perl/Changes
    trunk/libnet-irc-perl/IRC.pm
    trunk/libnet-irc-perl/META.yml
    trunk/libnet-irc-perl/debian/changelog

Modified: trunk/libnet-irc-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/Changes?rev=49436&op=diff
==============================================================================
--- trunk/libnet-irc-perl/Changes (original)
+++ trunk/libnet-irc-perl/Changes Sun Dec 27 14:02:35 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: trunk/libnet-irc-perl/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/IRC.pm?rev=49436&op=diff
==============================================================================
--- trunk/libnet-irc-perl/IRC.pm (original)
+++ trunk/libnet-irc-perl/IRC.pm Sun Dec 27 14:02:35 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: trunk/libnet-irc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/META.yml?rev=49436&op=diff
==============================================================================
--- trunk/libnet-irc-perl/META.yml (original)
+++ trunk/libnet-irc-perl/META.yml Sun Dec 27 14:02:35 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-IRC
-version:            0.78
+version:            0.79
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libnet-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-irc-perl/debian/changelog?rev=49436&op=diff
==============================================================================
--- trunk/libnet-irc-perl/debian/changelog (original)
+++ trunk/libnet-irc-perl/debian/changelog Sun Dec 27 14:02:35 2009
@@ -1,8 +1,8 @@
-libnet-irc-perl (0.78-1) UNRELEASED; urgency=low
+libnet-irc-perl (0.79-1) UNRELEASED; urgency=low
 
   This strongly marks the package as deprecated, which I don't think
   is itself sufficient for releasing an update.
-  IGNORE-VERSION: 0.78-1
+  IGNORE-VERSION: 0.79-1
 
   [ Jonathan Yu ]
   * New upstream release
@@ -25,7 +25,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 23 Dec 2009 14:16:00 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Dec 2009 08:57:58 -0500
 
 libnet-irc-perl (0.75-8) unstable; urgency=low
 




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