These command line tools will be moved to the script/ directory in version 4.05
Best
Patrick
Show quoted text________________________________________
From: gregor herrmann via RT <bug-HTTP-OAI@rt.cpan.org>
Sent: Saturday, July 15, 2017 12:13 AM
Subject: [rt.cpan.org #122494] scripts not installed anymore
Fri Jul 14 18:13:36 2017: Request 122494 was acted upon.
Transaction: Ticket created by GREGOA
Queue: HTTP-OAI
Subject: scripts not installed anymore
Broken in: 4.04
Severity: (no value)
Owner: Nobody
Requestors: gregoa@cpan.org
Status: new
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=122494 >
The old Makefile.PL had
EXE_FILES => [ qw( bin/oai_browser.pl bin/oai_pmh.pl ) ],
Module::Build::Tiny automatically installs scripts but only from the script/ directory.
Renaming bin/ to script/ than also leads to the third script (oai_static_gateway.pl) being installed which was just ignored before and has no POD.
Module::Build::Tiny also creates manpages for all .pm files, even for the 7 which have no POD which then are simply empty.
Cheers,
gregor