DEV Community

Gabor Szabo
Gabor Szabo

Posted on • Originally published at code-maven.com

8

Day 14: CI for the Log::Any Perl module 🐪

Adding CI to Perl modules is usually quite easy as the way to install dependencies and the way to test them is almost fully standardized.

True, there are 3-4 different standards, but it is quite easy to see which standard you have.

As always I started at the CPAN Digger. This time found the Log-Any
distribution.

Pull-Request

Conclusion

Simple is good for work. Less exciting for the blog. Check out the previous entries of this series if you'd like to find more exciting cases.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (1)

Collapse
 
yukikimoto profile image
Yuki Kimoto

I didn't Log::Any until now.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay