bwarken pushed a commit to branch master
in repository groff.

commit 62d772ec3023485a7291b31c8c80126de8dd994a
Author: Bernd Warken <[email protected]>
Date:   Sat Oct 11 16:04:53 2014 +0200

    grog: use normal system command instead of same command from IPC
---
 ChangeLog             |    5 +++++
 src/roff/grog/subs.pl |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1c5cf61..1f80b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-11  Bernd Warken  <[email protected]>
+
+       * src/roff/grog/*.pl: Remove call from `IPC', use normal system
+       `instead'.
+
 2014-10-11  Guillem Jover  <[email protected]>
 
        Add support for various BSD versions.
diff --git a/src/roff/grog/subs.pl b/src/roff/grog/subs.pl
index aab4f97..2220db7 100644
--- a/src/roff/grog/subs.pl
+++ b/src/roff/grog/subs.pl
@@ -40,9 +40,6 @@ use File::Spec;
 # printing of hashes: my %hash = ...; print Dumper(\%hash);
 use Data::Dumper;
 
-# for running programs within Perl
-use IPC::System::Simple qw(capture capturex run runx system systemx);
-
 $\ = "\n";
 
 # my $Sp = "[\\s\\n]";

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to