prep for v0.2

This commit is contained in:
Max Baker
2003-02-19 17:38:30 +00:00
parent e0c1c79ce8
commit 97eeeb4ae4
4 changed files with 6 additions and 1 deletions

View File

@@ -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.
Redistribution and use in source and binary forms, with or without

View File

@@ -1,3 +1,4 @@
ChangeLog
COPYRIGHT
Info.pm
Info/Bridge.pm
@@ -15,6 +16,7 @@ Info/Layer2/HP.pm
Info/Layer3.pm
Info/Layer3/Aironet.pm
Info/Layer3/Foundry.pm
Info/Layer3/C3550.pm
Info/MAU.pm
MANIFEST
Makefile.PL

View File

@@ -1,4 +1,6 @@
# SNMP::Info - Makefile.PL
# $Id$
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'SNMP::Info',

View File

@@ -1,4 +1,5 @@
# SNMP::Info - test.pl
# $Id$
#
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'