groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: gpinyin: remove unused IPC::System::Simple


From: Bernd Warken
Subject: [groff] 01/01: gpinyin: remove unused IPC::System::Simple
Date: Fri, 10 Oct 2014 23:05:03 +0000

bwarken pushed a commit to branch master
in repository groff.

commit 84cb8955f8dc4093eec73d1616584585b30f0317
Author: Bernd Warken <address@hidden>
Date:   Sat Oct 11 01:04:50 2014 +0200

    gpinyin: remove unused IPC::System::Simple
---
 contrib/gpinyin/ChangeLog  |    5 +++++
 contrib/gpinyin/gpinyin.pl |    6 +-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/contrib/gpinyin/ChangeLog b/contrib/gpinyin/ChangeLog
index 0df71cf..bbf8563 100644
--- a/contrib/gpinyin/ChangeLog
+++ b/contrib/gpinyin/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-11  Bernd Warken  <address@hidden>
+
+       * gpinyin.pl: Version 1.0.4
+       Remove `use IPC::System::Simple'.
+
 2014-10-10  Bernd Warken  <address@hidden>
 
        * gpinyin.pl: Version 1.0.3
diff --git a/contrib/gpinyin/gpinyin.pl b/contrib/gpinyin/gpinyin.pl
index 33df970..ea874d6 100755
--- a/contrib/gpinyin/gpinyin.pl
+++ b/contrib/gpinyin/gpinyin.pl
@@ -9,7 +9,7 @@
 
 # Written by Bernd Warken <address@hidden>.
 
-my $version = '1.0.3';
+my $version = '1.0.4';
 
 # This file is part of `gpinyin', which is part of `groff'.
 
@@ -50,10 +50,6 @@ use Cwd;
 # $Bin is the directory where this script is located
 use FindBin;
 
-# for running the perl parts with the `Perl' programs and getting output
-# also useful for shell programs
-use IPC::System::Simple qw(capture capturex run runx system systemx);
-
 
 ########################################################################
 # system variables and exported variables



reply via email to

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