diff --git a/Changes b/Changes index f8de1f77..4047ade7 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,7 @@ [BUG FIXES] * #315 missing Pod::Usage dependency + * clean POD in SSHCollector platforms 2.036004 - 2017-07-02 diff --git a/lib/App/Netdisco/SSHCollector/Platform/ACE.pm b/lib/App/Netdisco/SSHCollector/Platform/ACE.pm index 0f862815..d33bffe4 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/ACE.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/ACE.pm @@ -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 }>. +=back + =cut sub arpnip{ diff --git a/lib/App/Netdisco/SSHCollector/Platform/BigIP.pm b/lib/App/Netdisco/SSHCollector/Platform/BigIP.pm index 4b98f35c..df10ff6c 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/BigIP.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/BigIP.pm @@ -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 }>. +=back + =cut + sub arpnip { my ($self, $hostlabel, $ssh, $args) = @_; diff --git a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm index bf7cf255..fd3345a4 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/FreeBSD.pm @@ -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 }>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/GAIAEmbedded.pm b/lib/App/Netdisco/SSHCollector/Platform/GAIAEmbedded.pm index 57e4973a..9de5e63f 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/GAIAEmbedded.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/GAIAEmbedded.pm @@ -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 }>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/IOS.pm b/lib/App/Netdisco/SSHCollector/Platform/IOS.pm index c78a182e..64c3be76 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/IOS.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/IOS.pm @@ -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 }>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm b/lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm index 6282e7b8..37d44e00 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm @@ -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 }>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/Linux.pm b/lib/App/Netdisco/SSHCollector/Platform/Linux.pm index 665f1fc6..549ec5b4 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/Linux.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/Linux.pm @@ -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 }>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/NXOS.pm b/lib/App/Netdisco/SSHCollector/Platform/NXOS.pm index d9fa28ec..eea35208 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/NXOS.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/NXOS.pm @@ -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 } >>. +=back + =cut sub arpnip { diff --git a/lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm b/lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm index ae599edb..28eec1a5 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm @@ -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 }>. +=back + =cut sub arpnip{