~ubuntu-branches/ubuntu/wily/torrus/wily-proposed

« back to all changes in this revision

Viewing changes to perllib/Torrus/DevDiscover/Alteon.pm

  • Committer: Package Import Robot
  • Author(s): Bernhard Schmidt
  • Date: 2014-10-05 21:16:04 UTC
  • mfrom: (1.2.5)
  • mto: (6.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20141005211604-qqkvq1k0uqiv3bvk
Tags: upstream-2.08
ImportĀ upstreamĀ versionĀ 2.08

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#  along with this program; if not, write to the Free Software
18
18
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
19
 
20
 
# $Id$
21
20
# Jon Nistor <nistor at snickers dot org>
22
21
#
23
22
 
25
24
package Torrus::DevDiscover::Alteon;
26
25
 
27
26
use strict;
 
27
use warnings;
 
28
 
28
29
use Torrus::Log;
29
30
 
30
31
 
157
158
                         { 'alteon-maint-index' => $mIndex },
158
159
                         [ 'Alteon::alteon-maint'] ); 
159
160
    }
160
 
 
 
161
    
 
162
    return;
161
163
}
162
164
 
163
165
1;