smeserver-lib/root/usr/share/perl5/vendor_perl/esmith/NavigationDB.pm

17 lines
439 B
Perl
Raw Normal View History

#----------------------------------------------------------------------
# Copyright 1999-2008 Mitel Networks Corporation
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
#----------------------------------------------------------------------
package esmith::NavigationDB;
use strict;
use warnings;
use esmith::ConfigDB::UTF8;
our @ISA = qw( esmith::ConfigDB::UTF8 );
1;