# New Ticket Created by  jerry gay 
# Please include the string:  [perl #38260]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38260 >


attached is my lib/Parrot/Config.pm file generated from r11223, on
windows using msvc. inside you'll find a few things, like keys given
unix file path values,
             'bin_dir' => '/usr/local/bin',

an invalid key,
             'Parrot::Configure::Data=HASH(0x193a650)' => '       ',

and unexpanded values,
             'libparrot' => '$(LIBPARROT_STATIC)',
             'libparrot_ldflags' => '$(LIBPARROT_STATIC)',
             'libparrot_shared' => 'libparrot$(SHARE_EXT)',


these should be fixed as appropriate.
~jerry

Reply via email to