Skip Menu |

This queue is for tickets about the POE-API-Peek CPAN distribution.

Report information
The Basics
Id: 12456
Status: resolved
Priority: 0/
Queue: POE-API-Peek

People
Owner: Nobody in particular
Requestors: bfaist [...] oneil.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0251
Fixed in: (no value)



Subject: Makefile.PL update for Windows
The curly brackets around DISTVNAME in Makefile.PL cause the installation to fail on Windows XP. The curly brackets should be replaced with parenthesis instead.
# $Id: Makefile.PL 223 2004-04-24 20:05:45Z sungo $ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'POE::API::Peek', AUTHOR => 'Matt Cashner (sungo@pobox.com)', VERSION_FROM => 'lib/POE/API/Peek.pm', PREREQ_PM => { 'POE' => '0.2802', 'Test::More' => 0, }, dist => { PREOP => 'svn log > $(DISTVNAME)/Changes', }, );
does this issue affect any platforms other than winxp?
new release coming out shortly that should take care of this for you. i make no guarantees that the module will actually work on winxp tho :)