Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=563935

--- Comment #1 from Xavier Bachelot <xav...@bachelot.org> 2010-02-11 11:55:56 
EST ---
Here's a code snippet that exhibit the issue (only with mod_perl, works thru a
shell) :

use IPC::ShareLite;
$s=new IPC::ShareLite(-key=>1234,-create=>'yes',-destroy=>'no');
$s->store("test");
$s->fetch();

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to