Skip Menu |

This queue is for tickets about the CGI-Application-Bouquet-Rose CPAN distribution.

Report information
The Basics
Id: 123942
Status: open
Priority: 0/
Queue: CGI-Application-Bouquet-Rose

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

Bug Information
Severity: (no value)
Broken in: 1.05
Fixed in: (no value)



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.
Oh. The use of colons and hyphens was reversed in DISTNAME and NAME. My fault. So, V 1.06 is now on CPAN.