summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-05-12 01:41:54 +0200
committerGuillem Jover <guillem@debian.org>2015-05-18 06:25:11 +0200
commit915151a10317220fcf7d3b821020c94808fad155 (patch)
tree4a445eecdbc328fcb66fff000a4ec7d45304081d /scripts/Dpkg/Changelog.pm
parent32655cdb3a933bcafbc999fa156ed075938c176b (diff)
downloaddpkg-915151a10317220fcf7d3b821020c94808fad155.tar.gz
scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titles
Diffstat (limited to 'scripts/Dpkg/Changelog.pm')
-rw-r--r--scripts/Dpkg/Changelog.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Changelog.pm b/scripts/Dpkg/Changelog.pm
index 87862baad..db30c334a 100644
--- a/scripts/Dpkg/Changelog.pm
+++ b/scripts/Dpkg/Changelog.pm
@@ -27,8 +27,6 @@ as an array of changelog entries (Dpkg::Changelog::Entry).
By deriving this object and implementing its parse method, you
add the ability to fill this object with changelog entries.
-=head2 FUNCTIONS
-
=cut
package Dpkg::Changelog;
@@ -52,6 +50,8 @@ use parent qw(Dpkg::Interface::Storable);
use overload
'@{}' => sub { return $_[0]->{data} };
+=head1 METHODS
+
=over 4
=item my $c = Dpkg::Changelog->new(%options)