Subject: | Default of "no" to build wxWidgets confusing. |
I ran the installer today and saw...
$ perl Build.PL
Creating custom builder
_build/lib/My/Build/new_from_context_is_broken.pm in _build/lib/My/Build
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Do you want to build wxWidgets? [no ]
Which is a puzzling default. What's the point of the module other than
to build and install wxWidgets?
Looking through Build.PL I see it checks to see if WX is already
installed and if it is it defaults to no. "I see you already have
wxWidgets 2.5.3 installed" would help make the situation less puzzling.