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

« back to all changes in this revision

Viewing changes to lib/NetPacket/IP.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:
8
8
  $NetPacket::IP::AUTHORITY = 'cpan:YANICK';
9
9
}
10
10
{
11
 
  $NetPacket::IP::VERSION = '1.4.2';
 
11
  $NetPacket::IP::VERSION = '1.4.4';
12
12
}
13
13
# ABSTRACT: Assemble and disassemble IP (Internet Protocol) packets.
14
14
 
221
221
 
222
222
=head1 VERSION
223
223
 
224
 
version 1.4.2
 
224
version 1.4.4
225
225
 
226
226
=head1 SYNOPSIS
227
227