./devel/p5-IPC-System-Simple, Run commands simply, with detailed diagnostics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.21nb1, Package name: p5-IPC-System-Simple-1.21nb1, Maintainer: pkgsrc-users

Calling Perl's in-built system() function is easy, determining if it was
successful is hard. Let's face it, $? isn't the nicest variable in the
world to play with, and even if you do check it, producing a well-formatted
error string takes a lot of work.

IPC::System::Simple takes the hard work out of calling external commands.

The IPC::System::Simple module also provides a simple replacement to Perl's
backticks operator.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 9315f351a4c6bc8f13cf60a1d30097eee7dd2658
RMD160: d81bc7f05a58cf3cbcd59ac121682caac46b40dc
Filesize: 35.231 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-04-25 20:48:26 by Stoned Elipot | Files touched by this commit (2) | Package updated
Log message:
Update p5-IPC-System-Simple from version 1.20 to version 1.21.

Upstream changes:
1.21  Tue Mar 23 12:08:47 AUSEST 2010
        * TEST: t/win32.t has more sane handling of skipped and
          unimplimented tests.

        * TEST: Author tests no longer leave the permissions of
          not_an_exe.txt permanently changed.

        * BUGFIX: capture/capturex no longer break STDOUT when
          running an unknown command under Windows.  Many thanks
          to Jan Krynicky for a fix.  (RT #48319)

        * BUILD: Upgraded to Module::Install 0.93.
   2010-01-29 16:31:51 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-IPC-System-Simple from 1.18 to 1.20

Upstream changes:
1.20  Sat Jan  9 15:08:41 AUSEST 2010
        * TEST: t/win32.t no longer claims to have more tests than
          it really has.  This fixes an install issue under Windows.
          RT #53124.  Thanks to Erez Schatz and Curtis Jewell for
          spotting this.

1.19  Fri Dec  4 14:14:25 AUSEST 2009
        * TEST: Added tests to ensure correct behaviour when
          calling commands in Windows which are contained in directories
          that contain spaces. (These tests are currently skiped,
          as they're testing for a known bug.)
        * BUGFIX: Spurious warnings about redefining POSIX macros
          no longer plague Windows systems.
   2009-09-20 16:24:06 by Jens Rehsack | Files touched by this commit (1)
Log message:
add additional sentence to DESCR as wanted by submitter of PR pkg/41817
   2009-08-19 22:11:14 by Jens Rehsack | Files touched by this commit (3) | Imported package
Log message:
Importing package for p5 module IPC::System::Simple as recommended
dependency of scheduled import for p5 pragma autodie from PR pkg/41816.

Calling Perl's in-built system() function is easy, determining if it was
successful is hard. Let's face it, $? isn't the nicest variable in the
world to play with, and even if you do check it, producing a well-formatted
error string takes a lot of work.

IPC::System::Simple takes the hard work out of calling external commands.