~ubuntu-branches/ubuntu/trusty/libsnmp-info-perl/trusty

« back to all changes in this revision

Viewing changes to Info/Layer3/Foundry.pm

  • Committer: Package Import Robot
  • Author(s): Nuno Carvalho
  • Date: 2012-07-30 22:08:17 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120730220817-bjnr7f6ztu67vnic
Tags: 2.08-1
* Team upload.
* d/control: Update Standards-Version to 3.9.3.
* d/copyright: Update URI for copyright format.
* d/copyright: Update copyright years and add new copyright holders.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
46
46
 
47
 
$VERSION = '2.06';
 
47
$VERSION = '2.08';
48
48
 
49
49
%MIBS = (
50
50
    %SNMP::Info::Layer3::MIBS,
192
192
        }
193
193
    }
194
194
 
 
195
    # See if we report from Flash if wouldn't report from running above
 
196
    return $foundry->snAgFlashImgVer() if ( defined $foundry->snAgFlashImgVer() );
 
197
    
195
198
    # Last resort
196
199
    return $foundry->SUPER::os_ver();
197
200