Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-IPC-Shareable - Share Perl variables between processes
- Description:
IPC::Shareable allows you to tie a variable to shared memory making it
easy to share the contents of that variable with other Perl processes.
Scalars, arrays, and hashes can be tied. The variable being tied may
contain arbitrarily complex data structures - including references to
arrays, hashes of hashes, etc.
Packages
perl-IPC-Shareable-0.61-1.el7.noarch
[42 KiB] |
Changelog
by Paul Howarth (2013-10-06):
- Update to 0.61
- Added patch fixing IPC::Shareable's dependence on the presence of a perl
bug that is no longer present in perl ≥ 5.10
- Fixed bug where the FETCH operation on a tie()d string containing HASH,
ARRAY, or SCALAR failed because it was using the stringification of the
data to determine what kind of reference it was
- Added missing dependency on IPC::Semaphore to Makefile.PL
- Added a 'sleep 1' in a test that was hanging on certain systems due
(possibly) to two alarm signals coming too quickly to the child process
- This release by MSOUTH -> update source URL
- Drop upstreamed patches
- Specify all dependencies
- Use %{_fixperms} macro rather than our own chmod incantation
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
|