~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, Nicholas Bamber, Ansgar Burchardt
  • Date: 2011-07-31 12:04:47 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110731120447-ehu2q8vewmka3973
Tags: 1.2.0-1
[ Nicholas Bamber ]
* New upstream release
* Raised standards version to 3.9.2
* Switch order of alternative (build) dependencies after the perl 5.12
  upload.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

Show diffs side-by-side

added added

removed removed

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