prep for v0.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2002, Regents of the University of California
|
Copyright (c) 2002,2003 Regents of the University of California
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
2
MANIFEST
2
MANIFEST
@@ -1,3 +1,4 @@
|
|||||||
|
ChangeLog
|
||||||
COPYRIGHT
|
COPYRIGHT
|
||||||
Info.pm
|
Info.pm
|
||||||
Info/Bridge.pm
|
Info/Bridge.pm
|
||||||
@@ -15,6 +16,7 @@ Info/Layer2/HP.pm
|
|||||||
Info/Layer3.pm
|
Info/Layer3.pm
|
||||||
Info/Layer3/Aironet.pm
|
Info/Layer3/Aironet.pm
|
||||||
Info/Layer3/Foundry.pm
|
Info/Layer3/Foundry.pm
|
||||||
|
Info/Layer3/C3550.pm
|
||||||
Info/MAU.pm
|
Info/MAU.pm
|
||||||
MANIFEST
|
MANIFEST
|
||||||
Makefile.PL
|
Makefile.PL
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
# SNMP::Info - Makefile.PL
|
# SNMP::Info - Makefile.PL
|
||||||
|
# $Id$
|
||||||
|
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
'NAME' => 'SNMP::Info',
|
'NAME' => 'SNMP::Info',
|
||||||
|
|||||||
1
test.pl
1
test.pl
@@ -1,4 +1,5 @@
|
|||||||
# SNMP::Info - test.pl
|
# SNMP::Info - test.pl
|
||||||
|
# $Id$
|
||||||
#
|
#
|
||||||
# Before `make install' is performed this script should be runnable with
|
# Before `make install' is performed this script should be runnable with
|
||||||
# `make test'. After `make install' it should work as `perl test.pl'
|
# `make test'. After `make install' it should work as `perl test.pl'
|
||||||
|
|||||||
Reference in New Issue
Block a user