groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: grog: use normal system command instead of same command f


From: Bernd Warken
Subject: [groff] 01/01: grog: use normal system command instead of same command from IPC
Date: Sat, 11 Oct 2014 14:05:11 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 62d772ec3023485a7291b31c8c80126de8dd994a
Author: Bernd Warken <address@hidden>
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  <address@hidden>
+
+       * src/roff/grog/*.pl: Remove call from `IPC', use normal system
+       `instead'.
+
 2014-10-11  Guillem Jover  <address@hidden>
 
        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]";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]