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

« back to all changes in this revision

Viewing changes to .pc/hashref_crash.patch/lib/SOAP/Lite.pm

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov
  • Date: 2014-01-17 00:05:15 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140117000515-3vlni72j3m9fl9d0
Tags: 1.09-1
* Imported Upstream version 1.09
* drop http-content-type.patch, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
use strict;
18
18
use warnings;
19
19
 
20
 
our $VERSION = '1.08';
 
20
our $VERSION = '1.09';
21
21
 
22
22
package SOAP::XMLSchemaApacheSOAP::Deserializer;
23
23