~ubuntu-branches/ubuntu/raring/libnetpacket-perl/raring

« back to all changes in this revision

Viewing changes to lib/NetPacket/TCP.pm

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber, Ansgar Burchardt, Nicholas Bamber
  • Date: 2011-03-18 01:35:17 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110318013517-sso22lex12eq1dvb
Tags: 1.1.1-1
[ Ansgar Burchardt ]
* Update my email address.

[ Nicholas Bamber ]
* New upstream release
  - Removed NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
* Updated copyright
* Removed README as it duplicates the man page
* Refreshed spelling patch
* Shortened short description

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
package NetPacket::TCP;
8
8
BEGIN {
9
 
  $NetPacket::TCP::VERSION = '0.43.2';
 
9
  $NetPacket::TCP::AUTHORITY = 'cpan:yanick';
 
10
}
 
11
BEGIN {
 
12
  $NetPacket::TCP::VERSION = '1.1.1';
10
13
}
11
14
# ABSTRACT: Assemble and disassemble TCP (Transmission Control Protocol) packets.
12
15
 
196
199
 
197
200
=head1 VERSION
198
201
 
199
 
version 0.43.2
 
202
version 1.1.1
200
203
 
201
204
=head1 SYNOPSIS
202
205