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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 23 22:22:41 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 23 22:22:36 2009
New Revision: 49319

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

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

Modified: branches/upstream/libnet-irc-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-irc-perl/current/Changes?rev=49319&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/Changes (original)
+++ branches/upstream/libnet-irc-perl/current/Changes Wed Dec 23 22:22:36 2009
@@ -419,3 +419,7 @@
     everything in the manifest. New version to include everything in the old
     tarball and make people stop harassing me about this long-dead (good
     riddance) distribution once and for all.
+
+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.

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=49319&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/IRC.pm (original)
+++ branches/upstream/libnet-irc-perl/current/IRC.pm Wed Dec 23 22:22:36 2009
@@ -33,7 +33,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "0.77";
+$VERSION = "0.78";
 
 sub new {
   my $proto = shift;

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=49319&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/META.yml (original)
+++ branches/upstream/libnet-irc-perl/current/META.yml Wed Dec 23 22:22:36 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Net-IRC
-version:            0.77
+version:            0.78
 abstract:           ~
 author:  []
 license:            unknown

Modified: branches/upstream/libnet-irc-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-irc-perl/current/Makefile.PL?rev=49319&op=diff
==============================================================================
--- branches/upstream/libnet-irc-perl/current/Makefile.PL (original)
+++ branches/upstream/libnet-irc-perl/current/Makefile.PL Wed Dec 23 22:22:36 2009
@@ -3,6 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
+exit 0 if $ENV{AUTOMATED_TESTING};
 my $ok = 'I acknowledge that Net::IRC is unsupported and I wish to proceed.';
 my $warning = <<WILLROBINSON;
 --------------------------------------------------------------------------------




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