DEV Community

Discussion on: Archiving CPAN logs in GitHub Actions

Collapse
 
thibaultduponchelle profile image
Tib • Edited

Your solution is elegant and I learnt something, thank you 👍

There is also another (elegant) solution, the --show-build-log-on-failure option of cpm handles this use case :

cpm install Your:Module --show-build-log-on-failure
Enter fullscreen mode Exit fullscreen mode

Along with speed, this is one of the two killer features of cpm for me !