Skip Menu |

This queue is for tickets about the Filter-Simple CPAN distribution.

Report information
The Basics
Id: 13056
Status: resolved
Priority: 0/
Queue: Filter-Simple

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

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



Subject: 'make install' broken in v0.80
'make install' fails: make: *** No rule to make target `pure_core_install', needed by `pure_install'. Stop.
From: jdhedden [...] 1979.usna.com
[guest - Wed Jun 1 20:32:40 2005]: Show quoted text
> 'make install' fails: > > make: *** No rule to make target `pure_core_install', needed by > `pure_install'. Stop.
The fix is to change INSTALLDIRS in Makefile.PL to: INSTALLDIRS => q[perl],
Fixed in 0.82 onwards.