~ubuntu-branches/ubuntu/oneiric/libnetpacket-perl/oneiric

« back to all changes in this revision

Viewing changes to lib/NetPacket/IGMP.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2010-05-24 13:33:47 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524133347-ena8blyqn9ulrj9s
Tags: 0.43.0-1
* New upstream release.
* Refresh patch.
* debian/copyright: Add information for new files.
* debian/rules: Use Build.PL explicitly.
* debian/control: Suggests: libnet-pcap-perl for capturing packets.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
use strict;
9
9
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
10
10
 
11
 
our $VERSION = '0.42.0';
 
11
our $VERSION = '0.43.0';
12
12
 
13
13
BEGIN {
14
14
    @ISA = qw(Exporter NetPacket);