Subject: | Fails with Makefile.PL |
It comes with both Build.PL and Makefile.PL but only Build.PL works.
The thing never turns up on the matrix or analysis because it does not produce fails, just unknowns and these are on nobody's radar, as far as I know.
% /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.22.2/a1a1/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite HTML::Template 0 not found.
Warning: NAME must be a package name
Generating a Unix-style Makefile
Writing Makefile for CGI-Application-Bouquet-Rose
Writing MYMETA.yml and MYMETA.json
% make
Makefile:604: *** target pattern contains no '%'. Stop.
Culprit is the line
DISTNAME => 'CGI::Application::Bouquet::Rose',
That brings colons into the Makefile where they cause confusion for make.