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

« back to all changes in this revision

Viewing changes to lib/SOAP/Transport/IO.pm

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov, Xavier Guimard, Florian Schlichting, Damyan Ivanov, gregor herrmann
  • Date: 2014-01-16 18:24:37 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140116182437-fioryl8n3zdiem4o
Tags: 1.08-1
[ Xavier Guimard ]
* Remove useless build-dep on mail-transport-agent (Closes: #727732)

[ Florian Schlichting ]
* Import Upstream version 1.08
  Fixes "libxmlrpc-lite-perl: uninstallable in sid: Breaks:
  libsoap-lite-perl (< 1.08-1) but 0.716-1 is to be installed"
  Closes: #735095
* Switch order of copyright paragraphs (last match applies)
* Add Fred Moyer to upstream copyright holders
* Add (build-)dependencies on modules separated out into their own
  distributions
* Declare compliance with Debian Policy 3.9.5
* Drop update-test-plan.patch, perl5.18-test.patch (applied upstream),
  refresh hashref_crash.patch (offset)

[ Damyan Ivanov ]
* remove build-dependency on libxmlrpc-lite-perl
* add patch from Michael Albinus fixing triggering multipart handling in
  HTTP server with certain responses
  Closes: #734470

[ gregor herrmann ]
* debian/rules: don't try to fixup XMLRPCsh anymore. The file was
  removed.

[ Damyan Ivanov ]
* Break otrs2 versions that don't depend on separate libxml-parser-lite-perl

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$
8
 
#
9
7
# ======================================================================
10
8
 
11
9
package SOAP::Transport::IO;
12
10
 
13
11
use strict;
14
12
 
15
 
our $VERSION = 0.716;
 
13
our $VERSION = 1.08;
16
14
 
17
15
use IO::File;
18
16
use SOAP::Lite;