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

« back to all changes in this revision

Viewing changes to lib/NetPacket/IGMP.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:
7
7
  $NetPacket::IGMP::AUTHORITY = 'cpan:YANICK';
8
8
}
9
9
{
10
 
  $NetPacket::IGMP::VERSION = '1.4.2';
 
10
  $NetPacket::IGMP::VERSION = '1.4.4';
11
11
}
12
12
# ABSTRACT: Assemble and disassemble IGMP (Internet Group Mangement Protocol) packets. 
13
13
 
154
154
 
155
155
=head1 VERSION
156
156
 
157
 
version 1.4.2
 
157
version 1.4.4
158
158
 
159
159
=head1 SYNOPSIS
160
160