~ubuntu-branches/ubuntu/raring/libsnmp-info-perl/raring-proposed

« back to all changes in this revision

Viewing changes to Info/Layer3/Timetra.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-12-09 18:49:08 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20121209184908-v1cs34jip1x3yhh5
Tags: 2.11-1
* New upstream release.
* debian/copyright:
  - Update years of packaging copyright.
  - Add copyright/license for new third-party file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
42
42
 
43
 
$VERSION = '2.09';
 
43
$VERSION = '2.11';
44
44
 
45
45
%MIBS = ( %SNMP::Info::Layer3::MIBS, 'TIMETRA-GLOBAL-MIB' => 'timetraReg', );
46
46