NAME
Net::Compare - 网络配置基线巡检模块
VERSION
Version 0.01
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
#应用模块自动导出compare函数
use Net::Compare;
say Dumper compare($line, $config);
...
EXPORT
compare($line, $config);
$line => '基线配置';
$config => "运行配置";
SUBROUTINES/METHODS
function1
function2
AUTHOR
WENWU YAN, <careline at 126.com>
BUGS
Please report any bugs or feature requests to bug-net-compare at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Compare. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::Compare
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by WENWU YAN.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 181:
Non-ASCII character seen before =encoding in '网络配置基线巡检模块'. Assuming UTF-8