File: add-name-to-description.diff

package info (click to toggle)
libmodule-install-substitute-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 200 kB
  • sloc: perl: 1,060; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Add module name to POD description and improve grammar
Author: Andrew Ruthven
Bug: https://rt.cpan.org/Ticket/Display.html?id=133830
Last-Update: 2020-11-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/Module/Install/Substitute.pm
+++ b/lib/Module/Install/Substitute.pm
@@ -34,8 +34,9 @@
 
 =head1 DESCRIPTION
 
-This is extension for L<Module::Install> system that allow you to substitute
-values into files before install, for example paths to libs or binary executables.
+Module::Install::Substitute is an extension for L<Module::Install> system that
+allows you to substitute values into files before install, for example paths to
+libs or binary executables.
 
 =head1 METHODS