From e6ac131658da355c6c815242657086f4bcdd954e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 4 Apr 2013 10:38:22 +0100 Subject: [PATCH] better POD section name --- Netdisco/lib/App/Netdisco/Util/Device.pm | 2 +- Netdisco/lib/App/Netdisco/Util/Port.pm | 2 +- Netdisco/lib/App/Netdisco/Util/SNMP.pm | 2 +- Netdisco/lib/App/Netdisco/Util/Web.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 )