On Sun, Aug 11, 2013 at 11:18:06PM +0200, Dominic Hargreaves wrote:
>
> A fix for this has now been applied upstream:
>
> http://perl5.git.perl.org/perl.git/commit/da1929e7566d4399b20541f8609bd48b40663034
>
> As the bug is old and the severity is minor, I don't plan any backporting
> work, but h
On Fri, Jul 12, 2013 at 11:59:14PM +0100, Dominic Hargreaves wrote:
> On Wed, Jan 27, 2010 at 10:06:39AM -0800, Robert Stone wrote:
> > On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote:
> > >
> > > Sorry for the lack of action on this.
> >
> > No problem at all, thanks for looking in
On Wed, Jan 27, 2010 at 10:06:39AM -0800, Robert Stone wrote:
> On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote:
> >
> > Sorry for the lack of action on this.
>
> No problem at all, thanks for looking into this.
> >
> > What's wrong with Devel::Peek:SvREFCNT(\%m) ?
>
> "\%
On Wed, Jan 27, 2010 at 12:31:44PM +0200, Niko Tyni wrote:
>
> Sorry for the lack of action on this.
No problem at all, thanks for looking into this.
>
> What's wrong with Devel::Peek:SvREFCNT(\%m) ?
"\%m" is a reference constructor, so SvREFCNT() ends up
reporting the reference
On Thu, Nov 30, 2006 at 06:31:54PM -0800, Robert Stone wrote:
> Package: perl
> Version: 5.8.8-6.1
>
> I recently discovered that Devel::Peek's SvREFCNT, SvREFCNT_inc
> and SvREFCNT_dec functions are not as flexible as the XS functions that
> they wrap. In XS where you wish to get the refer
Package: perl
Version: 5.8.8-6.1
I recently discovered that Devel::Peek's SvREFCNT, SvREFCNT_inc
and SvREFCNT_dec functions are not as flexible as the XS functions that
they wrap. In XS where you wish to get the reference count of an hash
your HV * pointer will cast to an SV * when passed
6 matches
Mail list logo