r46770 - in /trunk/libio-socket-multicast-perl: Changes META.yml debian/changelog lib/IO/Socket/Multicast.pm t/03_multicast.t t/04_send.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Nov 5 04:26:44 UTC 2009


Author: jawnsy-guest
Date: Thu Nov  5 04:26:37 2009
New Revision: 46770

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46770
Log:
IGNORE-VERSION: 1.11-1
No release necessary; only changes for win32

Modified:
    trunk/libio-socket-multicast-perl/Changes
    trunk/libio-socket-multicast-perl/META.yml
    trunk/libio-socket-multicast-perl/debian/changelog
    trunk/libio-socket-multicast-perl/lib/IO/Socket/Multicast.pm
    trunk/libio-socket-multicast-perl/t/03_multicast.t
    trunk/libio-socket-multicast-perl/t/04_send.t

Modified: trunk/libio-socket-multicast-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/Changes?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/Changes (original)
+++ trunk/libio-socket-multicast-perl/Changes Thu Nov  5 04:26:37 2009
@@ -1,5 +1,6 @@
 Revision history for Perl extension IO-Socket-Multicast
-
+1.11	- Wed Nov  4 13:48:18 EST 2009
+	More test adjustments /re Win32 (BRAMBLE)
 1.09
 	Refactored tests to prevent false negatives on Win32 (ADAMK)
 

Modified: trunk/libio-socket-multicast-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/META.yml?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/META.yml (original)
+++ trunk/libio-socket-multicast-perl/META.yml Thu Nov  5 04:26:37 2009
@@ -1,21 +1,13 @@
 --- #YAML:1.0
-name:               IO-Socket-Multicast
-version:            1.09
-abstract:           Send and receive multicast messages
-author:  []
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
-requires:
-    IO::Interface:  0.94
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.52
+name:                IO-Socket-Multicast
+version:             1.11
+abstract:            Send and receive multicast messages
+license:             perl
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
+    IO::Interface:                 0.94
 meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libio-socket-multicast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/debian/changelog?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/debian/changelog (original)
+++ trunk/libio-socket-multicast-perl/debian/changelog Thu Nov  5 04:26:37 2009
@@ -1,7 +1,7 @@
-libio-socket-multicast-perl (1.09-1) UNRELEASED; urgency=low
+libio-socket-multicast-perl (1.11-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 1.09-1
-  No release necessary; only test changes
+  IGNORE-VERSION: 1.11-1
+  No release necessary; only changes for win32
 
   [ Jonathan Yu ]
   * New upstream release
@@ -24,7 +24,7 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 03 Nov 2009 19:09:03 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 04 Nov 2009 19:59:01 -0500
 
 libio-socket-multicast-perl (1.05-2) unstable; urgency=low
 

Modified: trunk/libio-socket-multicast-perl/lib/IO/Socket/Multicast.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/lib/IO/Socket/Multicast.pm?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/lib/IO/Socket/Multicast.pm (original)
+++ trunk/libio-socket-multicast-perl/lib/IO/Socket/Multicast.pm Thu Nov  5 04:26:37 2009
@@ -20,7 +20,7 @@
     mcast_dest
     mcast_send
   );
-  $VERSION = '1.09';
+  $VERSION = '1.11';
   @ISA = qw(
     Exporter
     DynaLoader

Modified: trunk/libio-socket-multicast-perl/t/03_multicast.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/t/03_multicast.t?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/t/03_multicast.t (original)
+++ trunk/libio-socket-multicast-perl/t/03_multicast.t Thu Nov  5 04:26:37 2009
@@ -15,8 +15,6 @@
 #  to be bound to _something_
 my $s = IO::Socket::Multicast->new(
     LocalPort => $MCAST_PORT,
-    LocalAddr => $MCAST_ADDR,
-    ReuseAddr => 1,
 );
 
 # Platform compatibility

Modified: trunk/libio-socket-multicast-perl/t/04_send.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/t/04_send.t?rev=46770&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/t/04_send.t (original)
+++ trunk/libio-socket-multicast-perl/t/04_send.t Thu Nov  5 04:26:37 2009
@@ -19,8 +19,6 @@
 
 my $s = IO::Socket::Multicast->new(
     LocalPort => $MCAST_PORT,
-    LocalAddr => $MCAST_ADDR,
-    ReuseAddr => 1,
     Blocking  => 0,
 );
 




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