Skip Menu |

This queue is for tickets about the Text-Balanced CPAN distribution.

Report information
The Basics
Id: 22583
Status: resolved
Priority: 0/
Queue: Text-Balanced

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 1.95
  • v2.0.0
Fixed in: 2.02



Subject: Set INSTALLDIRS => 'perl'
In order to avoid being shadowed by the core version of Text::Balanced in 5.7.3 and up, TB should set INSTALLDIRS => ($] >= 5.007003 ? 'perl' : 'site') in its Makefile.PL.
On Wed Sep 02 03:53:15 2015, SHAY wrote: Show quoted text
> Thanks. Now fixed in the rewrite of Makefile.PL in the upcoming 2.04 > release: > > https://github.com/steve-m-hay/Text- > Balanced/commit/d2b9131749deec56f40a6869d5abcde0a6250e22#diff- > 5d3ba18294715d9415e9e732852bfec6
(And now fixed to take account of the @INC reordering in 5.11.0: https://github.com/steve-m-hay/Text-Balanced/commit/a36ee981a937ae9359f89452ed8e2835885e30d2 )