clean POD in SSHCollector platforms
This commit is contained in:
1
Changes
1
Changes
@@ -8,6 +8,7 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* #315 missing Pod::Usage dependency
|
* #315 missing Pod::Usage dependency
|
||||||
|
* clean POD in SSHCollector platforms
|
||||||
|
|
||||||
2.036004 - 2017-07-02
|
2.036004 - 2017-07-02
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip{
|
sub arpnip{
|
||||||
|
|||||||
@@ -36,7 +36,10 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
my ($self, $hostlabel, $ssh, $args) = @_;
|
my ($self, $hostlabel, $ssh, $args) = @_;
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -41,6 +41,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<< { mac => MACADDR, ip => IPADDR } >>.
|
Returns a list of hashrefs in the format C<< { mac => MACADDR, ip => IPADDR } >>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip {
|
sub arpnip {
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ of the device. C<$ssh> is a Net::OpenSSH connection to the device.
|
|||||||
|
|
||||||
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub arpnip{
|
sub arpnip{
|
||||||
|
|||||||
Reference in New Issue
Block a user