~ubuntu-branches/ubuntu/trusty/libnetpacket-perl/trusty

« back to all changes in this revision

Viewing changes to lib/NetPacket/TCP.pm

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2013-12-04 23:49:19 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131204234919-5ebhy77qln1p1fis
Tags: 1.4.4-1
* Import Upstream version 1.4.4
* Drop spelling.patch, whatis.patch: both applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  $NetPacket::TCP::AUTHORITY = 'cpan:YANICK';
10
10
}
11
11
{
12
 
  $NetPacket::TCP::VERSION = '1.4.2';
 
12
  $NetPacket::TCP::VERSION = '1.4.4';
13
13
}
14
14
# ABSTRACT: Assemble and disassemble TCP (Transmission Control Protocol) packets.
15
15
 
302
302
 
303
303
=head1 VERSION
304
304
 
305
 
version 1.4.2
 
305
version 1.4.4
306
306
 
307
307
=head1 SYNOPSIS
308
308