diff --git a/Netdisco/lib/App/Netdisco/Util/Device.pm b/Netdisco/lib/App/Netdisco/Util/Device.pm index 870627af..d4e6fcd1 100644 --- a/Netdisco/lib/App/Netdisco/Util/Device.pm +++ b/Netdisco/lib/App/Netdisco/Util/Device.pm @@ -24,7 +24,7 @@ A set of helper subroutines to support parts of the Netdisco application. There are no default exports, however the C<:all> tag will export all subroutines. -=head1 FUNCTIONS +=head1 EXPORT_OK =head2 get_device( $ip ) diff --git a/Netdisco/lib/App/Netdisco/Util/Port.pm b/Netdisco/lib/App/Netdisco/Util/Port.pm index b2ac150f..c24b089e 100644 --- a/Netdisco/lib/App/Netdisco/Util/Port.pm +++ b/Netdisco/lib/App/Netdisco/Util/Port.pm @@ -25,7 +25,7 @@ A set of helper subroutines to support parts of the Netdisco application. There are no default exports, however the C<:all> tag will export all subroutines. -=head1 FUNCTIONS +=head1 EXPORT_OK =head2 vlan_reconfig_check( $port ) diff --git a/Netdisco/lib/App/Netdisco/Util/SNMP.pm b/Netdisco/lib/App/Netdisco/Util/SNMP.pm index 27317bde..d233ac2c 100644 --- a/Netdisco/lib/App/Netdisco/Util/SNMP.pm +++ b/Netdisco/lib/App/Netdisco/Util/SNMP.pm @@ -25,7 +25,7 @@ A set of helper subroutines to support parts of the Netdisco application. There are no default exports, however the C<:all> tag will export all subroutines. -=head1 FUNCTIONS +=head1 EXPORT_OK =head2 snmp_connect( $ip ) diff --git a/Netdisco/lib/App/Netdisco/Util/Web.pm b/Netdisco/lib/App/Netdisco/Util/Web.pm index bbe286e8..b02aa861 100644 --- a/Netdisco/lib/App/Netdisco/Util/Web.pm +++ b/Netdisco/lib/App/Netdisco/Util/Web.pm @@ -18,7 +18,7 @@ A set of helper subroutines to support parts of the Netdisco application. There are no default exports, however the C<:all> tag will export all subroutines. -=head1 FUNCTIONS +=head1 EXPORT_OK =head2 sort_port( $a, $b )