——package
NetSNMP::MibProxy;
use
warnings;
use
strict;
=head1 NAME
NetSNMP::MibProxy - Simple pass_persist script for Net-SNMP
=head1 VERSION
Version $Revision: 480 $
=cut
# Version update ..
$NetSNMP::MibProxy::VERSION
=
sprintf
"1.%04d"
,
q$Revision: 480 $
=~ /(\d+)/g;
=head1 SYNOPSIS
The main script is called B<mibProxy>. Please check the documentation
of mibProxy for further details.
=head1 AUTHOR
Nito Martinez, C<< <nito at qindel.es> >>
=head1 BUGS
Please report any bugs or feature requests to
C<bug-netsnmp-mibproxy at rt.cpan.org>, or through the web interface at
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc NetSNMP::MibProxy
You can also look for information at:
=over 4
=item * AnnoCPAN: Annotated CPAN documentation
=item * CPAN Ratings
=item * RT: CPAN's request tracker
=item * Search CPAN
=back
=head1 ACKNOWLEDGEMENTS
=head1 COPYRIGHT & LICENSE
Copyright 2007 Nito Martinez, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
1;
# End of NetSNMP::MibProxy