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

« back to all changes in this revision

Viewing changes to lib/NetPacket/Ethernet.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:
3
3
  $NetPacket::Ethernet::AUTHORITY = 'cpan:YANICK';
4
4
}
5
5
{
6
 
  $NetPacket::Ethernet::VERSION = '1.4.2';
 
6
  $NetPacket::Ethernet::VERSION = '1.4.4';
7
7
}
8
8
# ABSTRACT: Assemble and disassemble ethernet packets.
9
9
 
149
149
 
150
150
=head1 VERSION
151
151
 
152
 
version 1.4.2
 
152
version 1.4.4
153
153
 
154
154
=head1 SYNOPSIS
155
155