معرفی شرکت ها


perl-IPC-System-Simple-1.30-7.module_f37+14419+7d39a4ba.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Run commands simply, with detailed diagnostics
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Modular noarch
نام بسته perl-IPC-System-Simple
نام فایل بسته perl-IPC-System-Simple-1.30-7.module_f37+14419+7d39a4ba.noarch.rpm
نسخه بسته 1.30
انتشار بسته 7.module_f37+14419+7d39a4ba
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 04 May 2022 03
هاست سازنده buildvm-x86-08.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/IPC-System-Simple
مجوز GPL+ or Artistic
حجم دانلود 40K
حجم نصب 71.926K
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. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.


جایگزین ها



نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.34.1)
>= 5.6.0 perl(:VERSION)
- perl(Carp)
- perl(Config)
- perl(Exporter)
- perl(List::Util)
- perl(POSIX)
- perl(Scalar::Util)
- perl(constant)
- perl(re)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 1.30 perl(IPC::System::Simple)
= 1.30-7.module_f37+14419+7d39a4ba perl-IPC-System-Simple


نحوه نصب


نصب پکیج rpm perl-IPC-System-Simple:

    dnf install perl-IPC-System-Simple-1.30-7.module_f37+14419+7d39a4ba.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-IPC-System-Simple
/usr/share/doc/perl-IPC-System-Simple/Changes
/usr/share/doc/perl-IPC-System-Simple/README
/usr/share/doc/perl-IPC-System-Simple/examples
/usr/share/doc/perl-IPC-System-Simple/examples/rsync-backup.pl
/usr/share/licenses/perl-IPC-System-Simple
/usr/share/licenses/perl-IPC-System-Simple/LICENSE
/usr/share/man/man3/IPC::System::Simple.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/System


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-05-21

Perl 5.34 rebuild

2021-01-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2020-07-28

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

2020-06-23

Perl 5.32 rebuild

2020-03-24

Update to 1.30
On MSWin32, make Win32::Process a prerequisite

2020-03-22

Update to 1.29
Improved handling of shell commands on Windows, which should get us closer
related issues; there should be no change of
like platforms
Better workaround for bug in perl-5.8.9 (GH#23)
Add t/args.t
Modify t/win32.t
Added Travis and AppVeyor configuration files
Eliminated use of Dist::Zilla for build, using older, but more reliable and
based configuration
Move author testing to xt/ directory

2020-01-30

Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

2020-01-25

Update to 1.26
BUILD: Update FAIL_POSIX warning message (GH#28)
TEST: t/07_taint.t: Use executable name as source of taintedness (GH#21)
OTHER: Typographic corrections (CPAN RT#60211, CPAN RT#86403)
Add Travis configuration