diff options
author | Guillem Jover <guillem@debian.org> | 2013-06-19 20:26:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-06-22 05:25:19 +0200 |
commit | ce9c2569c2732db7d9c8940a812f2f07bb57e278 (patch) | |
tree | 01ee7e161240c60b27591c3300198a37fb5c47c0 /scripts/Dpkg/Changelog/Parse.pm | |
parent | dd707185da94c321bb9ad470f45fc304a00837a8 (diff) | |
download | dpkg-ce9c2569c2732db7d9c8940a812f2f07bb57e278.tar.gz |
scripts: Use F<> for pathnames in POD markup
Diffstat (limited to 'scripts/Dpkg/Changelog/Parse.pm')
-rw-r--r-- | scripts/Dpkg/Changelog/Parse.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm index 23c2ac876..5d7f12785 100644 --- a/scripts/Dpkg/Changelog/Parse.pm +++ b/scripts/Dpkg/Changelog/Parse.pm @@ -54,7 +54,7 @@ failed, it will die. The parsing itself is done by an external program (searched in the following list of directories: $opt{libdir}, -/usr/local/lib/dpkg/parsechangelog, /usr/lib/dpkg/parsechangelog) That +F</usr/local/lib/dpkg/parsechangelog>, F</usr/lib/dpkg/parsechangelog>) That program is named according to the format that it's able to parse. By default it's either "debian" or the format name lookep up in the 40 last lines of the changelog itself (extracted with this perl regular expression @@ -62,7 +62,7 @@ lines of the changelog itself (extracted with this perl regular expression with $opt{changelogformat}. The program expects the content of the changelog file on its standard input. -The changelog file that is parsed is debian/changelog by default but it +The changelog file that is parsed is F<debian/changelog> by default but it can be overridden with $opt{file}. All the other keys in %opt are forwarded as parameter to the external |