Skip Menu |

This queue is for tickets about the Win32-TieRegistry CPAN distribution.

Report information
The Basics
Id: 38717
Status: open
Priority: 0/
Queue: Win32-TieRegistry

People
Owner: Nobody in particular
Requestors: jloverso [...] mathworks.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.25
Fixed in: (no value)



Subject: Win32::TieRegistry uses 'SetDualVar', but should use Scalar::Util::dualvar
SetDualVar appears to be a very old module from 1995, which has been replaced by the standard module Scalar::Util::dualvar.
Subject: Re: [rt.cpan.org #38717] Win32::TieRegistry uses 'SetDualVar', but should use Scalar::Util::dualvar
Date: Mon, 25 Aug 2008 21:02:27 -0700
To: bug-Win32-TieRegistry [...] rt.cpan.org
From: "Tye McQueen" <tye.mcqueen [...] gmail.com>
Yeah. And Scalar::Util isn't available on many versions of Perl that Win32::TieRegistry works fine on. :) The development version of Win32::TieRegistry doesn't require either module, though.
From: jloverso [...] mathworks.com
On Tue Aug 26 00:03:45 2008, tye.mcqueen@gmail.com wrote: Show quoted text
> Yeah. And Scalar::Util isn't available on many versions of Perl that > Win32::TieRegistry works fine on. :) > > The development version of Win32::TieRegistry doesn't require either
module, though. I was preparing to post a patch that switched to using dualvar. However, if that's no longer needed, that's fine. Where is the development version available?
From: jloverso [...] mathworks.com
On Tue Aug 26 00:03:45 2008, tye.mcqueen@gmail.com wrote: Show quoted text
> Yeah. And Scalar::Util isn't available on many versions of Perl that > Win32::TieRegistry works fine on. :)
The existing code only uses SetDualVar if it's available. My proposed change would be to make it use Scalar::Util::dualvar if it's available. It shouldn't affect what versions of Perl Win32::TieRegistry works on.
Subject: Re: [rt.cpan.org #38717] Win32::TieRegistry uses 'SetDualVar', but should use Scalar::Util::dualvar
Date: Tue, 26 Aug 2008 14:50:41 -0700
To: bug-Win32-TieRegistry [...] rt.cpan.org
From: "Tye McQueen" <tye.mcqueen [...] gmail.com>
Yes, that would be fine and appreciated. I've been extra swamped at work and only making very slow progress on moving my CPAN modules to hosting where I can work on them much more easily. So the development version is not currently available anywhere, but I hope to change that "RSN". Thanks, Tye On Tue, Aug 26, 2008 at 8:43 AM, John LoVerso via RT < bug-Win32-TieRegistry@rt.cpan.org> wrote: Show quoted text
> Queue: Win32-TieRegistry > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38717 > > > On Tue Aug 26 00:03:45 2008, tye.mcqueen@gmail.com wrote:
> > Yeah. And Scalar::Util isn't available on many versions of Perl that > > Win32::TieRegistry works fine on. :)
> > The existing code only uses SetDualVar if it's available. My proposed > change would be to make it use Scalar::Util::dualvar if it's available. > It shouldn't affect what versions of Perl Win32::TieRegistry works on. > >