Name: | perl-Sysadm-Install |
---|---|
Version: | 0.43 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 81458 |
License: | GPL+ or Artistic |
RPM: | perl-Sysadm-Install-0.43-1.el7.noarch.rpm |
Source RPM: | perl-Sysadm-Install-0.43-1.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Sysadm-Install/ |
Summary: | Typical installation tasks for system administrators |
Description: | "Sysadm::Install" executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling "make". It has a "fail once and die" policy, meticulously checking the result of every operation and calling "die()" immediately if anything fails, with optional logging of everything. "Sysadm::Install" also supports a *dry_run* mode, in which it logs everything, but suppresses any write actions. |
- Update to 0.43 - Using binmode() now for slurp/blurt for compatibility with Win32 systems
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update to 0.42 - No longer silently remove directories that are in the way before untar() - Better error diagnosis on failing untar() tests
- Update to 0.41 - Added home_dir() function returning user's home directory - tap() now supports stdout_limit and stderr_limit options to limit log verbosity
- Update to 0.40 - Fix Cwd problem on Win32/Mac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Update to 0.39 - Fixed bin_find to omit directories - Added cdback() with reset option
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Update to 0.38 - Fixed Win32 test in 012tap.t