~ubuntu-branches/ubuntu/utopic/libsoap-lite-perl/utopic

« back to all changes in this revision

Viewing changes to lib/XMLRPC/Transport/TCP.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, Xavier Guimard, gregor herrmann
  • Date: 2013-08-12 15:24:53 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130812152453-29f8t3rok22pkakm
Tags: 0.716-1
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Xavier Guimard ]
* Imported Upstream version 0.716
* Add myself to uploaders and copyright
* Bump Standards-Version to 3.9.3
* Update copyright (format 1.0 and years)
* Report spelling patch on CPAN (#78639)
* Remove spelling patch now included in upstream
* Add patch to correct test plan
* Modify patch hashref_crash.patch: it was rejected by upstream. The new
  patch may really close the bug (Closes: #602056)

[ gregor herrmann ]
* Add patch to fix hash randomization caused test failure in perl 5.18.
  (Closes: #710992)
* Declare compliance with Debian Policy 3.9.4.
* Update years of packaging copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# SOAP::Lite is free software; you can redistribute it
5
5
# and/or modify it under the same terms as Perl itself.
6
6
#
7
 
# $Id: TCP.pm 386 2011-08-18 19:48:31Z kutterma $
 
7
# $Id$
8
8
#
9
9
# ======================================================================
10
10
 
12
12
 
13
13
use strict;
14
14
 
15
 
our $VERSION = 0.714;
 
15
our $VERSION = 0.716;
16
16
use XMLRPC::Lite;
17
17
 
18
18