summaryrefslogtreecommitdiff
path: root/contrib/gperl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gperl')
-rw-r--r--contrib/gperl/ChangeLog6
-rwxr-xr-xcontrib/gperl/gperl.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/gperl/ChangeLog b/contrib/gperl/ChangeLog
index a9aaf8a41..813c320e0 100644
--- a/contrib/gperl/ChangeLog
+++ b/contrib/gperl/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-09 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * gperl.pl: Include groff version information when reporting our
+ own (as recommended by GNU coding standards). Also drop
+ gratuitous quotation of program's own name.
+
2022-05-03 G. Branden Robinson <g.branden.robinson@gmail.com>
* gperl.am (gperl): Spell dependency on `$(SH_DEPS_SED_SCRIPT)`
diff --git a/contrib/gperl/gperl.pl b/contrib/gperl/gperl.pl
index 67b3ef484..2f9f7d1cd 100755
--- a/contrib/gperl/gperl.pl
+++ b/contrib/gperl/gperl.pl
@@ -96,7 +96,7 @@ foreach (@ARGV) {
q(parts in 'roff' files.);
exit;
} elsif ( /^(-v|--v|--ve|--ver|--vers|--versi|--versio|--version)$/ ) {
- print q('gperl' version ) . $version;
+ print "gperl (groff @VERSION@) version $version";
exit;
}
}