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

« back to all changes in this revision

Viewing changes to lib/SOAP/Transport/POP3.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:
10
10
 
11
11
use strict;
12
12
 
13
 
our $VERSION = 1.10;
 
13
our $VERSION = 1.11;
14
14
 
15
15
use Net::POP3;
16
16
use URI;