summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source/Package.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/Source/Package.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/Source/Package.pm')
-rw-r--r--scripts/Dpkg/Source/Package.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/Dpkg/Source/Package.pm b/scripts/Dpkg/Source/Package.pm
index aeb381754..c5eab42c7 100644
--- a/scripts/Dpkg/Source/Package.pm
+++ b/scripts/Dpkg/Source/Package.pm
@@ -29,8 +29,6 @@ packages. While it supports both the extraction and the creation
of source packages, the only API that is officially supported
is the one that supports the extraction of the source package.
-=head1 FUNCTIONS
-
=cut
use strict;
@@ -124,6 +122,8 @@ _darcs
);
## use critic
+=head1 FUNCTIONS
+
=over 4
=item my $string = get_default_diff_ignore_regex()
@@ -158,6 +158,12 @@ sub get_default_tar_ignore_pattern {
return @tar_ignore_default_pattern;
}
+=back
+
+=head1 METHODS
+
+=over 4
+
=item $p = Dpkg::Source::Package->new(filename => $dscfile, options => {})
Creates a new object corresponding to the source package described