r3662 - in /packages/libio-socket-multicast-perl/branches/upstream/current: Changes META.yml Multicast.pm Multicast.xs examples/client.pl examples/server.pl

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Sep 3 12:27:01 UTC 2006


Author: gregoa-guest
Date: Sun Sep  3 12:26:58 2006
New Revision: 3662

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3662
Log:
Load /tmp/tmp.MsIGRd2627/libio-socket-multicast-perl-1.05 into
packages/libio-socket-multicast-perl/branches/upstream/current.

Modified:
    packages/libio-socket-multicast-perl/branches/upstream/current/Changes
    packages/libio-socket-multicast-perl/branches/upstream/current/META.yml
    packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.pm
    packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.xs
    packages/libio-socket-multicast-perl/branches/upstream/current/examples/client.pl   (props changed)
    packages/libio-socket-multicast-perl/branches/upstream/current/examples/server.pl   (props changed)

Modified: packages/libio-socket-multicast-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/branches/upstream/current/Changes?rev=3662&op=diff
==============================================================================
--- packages/libio-socket-multicast-perl/branches/upstream/current/Changes (original)
+++ packages/libio-socket-multicast-perl/branches/upstream/current/Changes Sun Sep  3 12:26:58 2006
@@ -1,4 +1,7 @@
 Revision history for Perl extension IO::Socket::Multicast
+1.05	Sat Aug 12 17:28:41 EDT 2006
+	Run correctly on Windows platforms under Perl 5.8.8.
+
 1.03-1.04 Fri Dec  2 10:44:35 EST 2005
 	Various fixes to compile cleanly on Windows platforms.
 

Modified: packages/libio-socket-multicast-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/branches/upstream/current/META.yml?rev=3662&op=diff
==============================================================================
--- packages/libio-socket-multicast-perl/branches/upstream/current/META.yml (original)
+++ packages/libio-socket-multicast-perl/branches/upstream/current/META.yml Sun Sep  3 12:26:58 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         IO-Socket-Multicast
-version:      1.04
+version:      1.05
 version_from: Multicast.pm
 installdirs:  site
 requires:

Modified: packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.pm?rev=3662&op=diff
==============================================================================
--- packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.pm (original)
+++ packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.pm Sun Sep  3 12:26:58 2006
@@ -21,7 +21,7 @@
 @EXPORT_OK = @{ $EXPORT_TAGS{'all'} };
 
 @ISA = qw(Exporter DynaLoader IO::Socket::INET);
-$VERSION = '1.04';
+$VERSION = '1.05';
 
 my $IP = '\d+\.\d+\.\d+\.\d+';
 

Modified: packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.xs
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.xs?rev=3662&op=diff
==============================================================================
--- packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.xs (original)
+++ packages/libio-socket-multicast-perl/branches/upstream/current/Multicast.xs Sun Sep  3 12:26:58 2006
@@ -1,3 +1,6 @@
+#ifdef WIN32
+#include <windows.h>
+#endif
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"

Propchange: packages/libio-socket-multicast-perl/branches/upstream/current/examples/client.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 12:26:58 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libio-socket-multicast-perl/branches/upstream/current/examples/server.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 12:26:58 2006
@@ -1,0 +1,1 @@
+*




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