Mon Jan 25 08:22:22 2016: Request 111416 was acted upon.
Transaction: Ticket created by tschir...@nvidia.com
       Queue: libwin32
     Subject: Win32::TieRegistry::Flush() fails
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: tschir...@nvidia.com
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111416 >


The quickest way to report a bug in libwin32 is by sending email to 
bug-libwin32 [at] rt.cpan.org<mailto:bug-libwi...@rt.cpan.org>.



Flush() fails.

http://www.perlmonks.org/bare/?node_id=283334


This looks like a bug in Win32::TieRegistry. I think this
    my( $flush )= @_;
    @_  and  croak "Usage:  \$key->Flush( \$bFlush );";
[download]<http://www.perlmonks.org/bare/?abspart=1;displaytype=displaycode;node_id=283334;part=4>
should be
    my( $flush )= shift(@_);
    @_  and  croak "Usage:  \$key->Flush( \$bFlush );";
[download]<http://www.perlmonks.org/bare/?abspart=1;displaytype=displaycode;node_id=283334;part=5>





Please help to fix.


Tobias Schirmer
----------------------------------------------------------------------------------------------------
Dipl. Ing. Tobias Schirmer, Senior Design Engineer
System Design Engineering Automotive, Nvidia GmbH
Adenauerstrasse 20-A4, 52146 Würselen
Tel:  +49 (0)2405-478-234 / Phone: +1 408 486-3367



NVIDIA GmbH, Wuerselen, Germany, Amtsgericht Aachen, HRB 8361
Managing Director: Karen Theresa Burns

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

Reply via email to