Module did not return 1 and failed to load under specify()

This commit is contained in:
Max Baker
2003-06-18 16:25:08 +00:00
parent f988cecc4d
commit bd457307ff
2 changed files with 5 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::Bay;
$VERSION = 0.5;
$VERSION = 0.6;
# $Id$
use strict;
@@ -261,7 +261,7 @@ sub c_platform {
return \%c_platform;
}
1;
__END__
=head1 NAME

View File

@@ -28,7 +28,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Layer2::C1900;
$VERSION = 0.5;
$VERSION = 0.6;
# $Id$
use strict;
@@ -189,6 +189,8 @@ sub i_name {
return $i_name;
}
1;
__END__
=head1 NAME