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

« back to all changes in this revision

Viewing changes to lib/SOAP/Test.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-05-14 23:10:07 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140514231007-2n4f9pf1dazio3gx
Tags: 1.11-1
* New upstream release.
* Update years of packaging copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
package SOAP::Test;
10
10
 
11
11
use 5.006;
12
 
our $VERSION = 1.10;
 
12
our $VERSION = 1.11;
13
13
 
14
14
our $TIMEOUT = 5;
15
15