~ubuntu-branches/ubuntu/trusty/libpoe-component-server-simplehttp-perl/trusty

« back to all changes in this revision

Viewing changes to lib/POE/Component/Server/SimpleHTTP/Connection.pm

  • Committer: Package Import Robot
  • Author(s): Damyan Ivanov, gregor herrmann, Salvatore Bonaccorso, Axel Beckert, Damyan Ivanov
  • Date: 2013-10-20 23:15:30 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131020231530-1ix2pdhafk0bbab5
Tags: 2.18-1
* Team upload

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ Damyan Ivanov ]
* Imported Upstream version 2.18
* bump years of copyright for upstream code and inc/Module/Install*
* drop libmoosex-attributehelpers-perl from (build-)dependencies
* claim conformance with Policy 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
use strict;
5
5
use warnings;
6
6
 
7
 
our $VERSION = '2.14';
 
7
our $VERSION = '2.18';
8
8
 
9
9
use Socket qw( inet_ntoa unpack_sockaddr_in );
10
10
use POE;