Intrepid has asked for the wisdom of the Perl Monks concerning the following question:
I hope I can get connectivity to Perlmonks long enough to post this write-up. It's been just terrible. Ok. We'll hope for better days ahead.
I used Module::Starter to create the accessory files and build infrastructure for a module I've been working on for some time now. I tried installing from CPAN on a Linux box using cpan (the script) and strangely enough, although I had cpan set up to prefer EU::MM (Makefile.PL) over M::B, it used M::B. This was a fortunate error because there was mistaken encoding on the Build.PL file (my name with an umlaut over the "o" gave perl indigestion). And it was also fortunate because the template-created Build.PL had an entry for release_status that terminated the creation of ./Build with extreme prejudice:
$ perl Build.PL --installdirs=site
Illegal value 'experimental' for release_status
I have now probably explained enough of the circumstances to ask my question: is this a problem other people have noticed? I just deleted the entire line and then Build.PL ran to completion. Was there a change of heart on the part of M::B authors, regarding a release_status of "experimental"? or was the inclusion of this by Module::Starter a mistake? Guesses, ideas, knowledge? TIA. Oh, and do download / install Env::AsYaml from CPAN.
— Sören :-)
Sep 02, 2025 at 18:24 UTC
A just machine to make big decisions
Programmed by fellows (and gals) with compassion and vision
We'll be clean when their work is done
We'll be eternally free yes, and eternally young
Donald Fagen —> I.G.Y.
(Slightly modified for inclusiveness)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Module::Build Build.PL parameter inserted by Module::Starter - fatal error
by choroba (Cardinal) on Sep 02, 2025 at 19:00 UTC | |
by Discipulus (Canon) on Sep 03, 2025 at 12:11 UTC | |
by hippo (Archbishop) on Sep 03, 2025 at 13:44 UTC | |
by Intrepid (Curate) on Sep 03, 2025 at 17:57 UTC | |
by Intrepid (Curate) on Sep 02, 2025 at 23:10 UTC | |
by kcott (Archbishop) on Sep 03, 2025 at 20:21 UTC | |
by Intrepid (Curate) on Sep 18, 2025 at 17:19 UTC |