Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Sysadm-Install - 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.
Packages
perl-Sysadm-Install-0.36-1.el6.src
[34 KiB] |
Changelog
by Paul Howarth (2011-05-02):
- Update to 0.36
- Added owner_cp() to copy uid and gid of a file or directory
- Added raise_error option for tap()
- snip() now returns original string (with unprintables replaced) if the data
length is shorter than $maxlen
- Clean up for modern perl and rpmbuild
- Nobody else likes macros for commands
|