gbranden pushed a commit to branch master
in repository groff.
commit 313497a9664fcb4791b322e4c15508da15f64662
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Oct 9 04:42:52 2022 -0500
contrib/mm/mmroff.pl: Enable Perl warnings.
---
contrib/mm/ChangeLog | 4 ++++
contrib/mm/mmroff.pl | 1 +
2 files changed, 5 insertions(+)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 66fae64cc..56b5a7cfd 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-09 G. Branden Robinson <[email protected]>
+
+ * mmroff.pl: Enable Perl warnings.
+
2022-10-09 G. Branden Robinson <[email protected]>
[mm]: Refactor generation of "mmroff" script.
diff --git a/contrib/mm/mmroff.pl b/contrib/mm/mmroff.pl
index 9d94a10e4..209e2e7b8 100644
--- a/contrib/mm/mmroff.pl
+++ b/contrib/mm/mmroff.pl
@@ -17,6 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
use strict;
+use warnings;
# runs groff in safe mode, that seems to be the default
# installation now. That means that I have to fix all nice
# features outside groff. Sigh.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit