Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 71932
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

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

Bug Information
Severity: Wishlist
Broken in: 6.63_01
Fixed in: (no value)



CC: freebsd [...] beardz.net
Subject: Do not use bundles when being packaged by FreeBSD
To make life easier for the FreeBSD packagers, the Makefile.PL would avoid using the bundled modules when $ENV{OPSYS} eq 'FreeBSD'. It would instead set them using PREREQ_PM as normal.
I decided to go with a more generic BUILDING_AS_PACKAGE environment variable which any packager can set.