DEV Community

Gabor Szabo
Gabor Szabo

Posted on • Originally published at code-maven.com

6

Day 9: CI for Mojo-UserAgent-Cached and Plack-Middleware-Greylist

Today I can report about two pull-requests for two web-related Perl projects.

One of them is called Mojo-UserAgent-Cached and the other one is Plack-Middleware-Greylist.

Mojo-UserAgent-Cached

It was quite straight-forward. There were only two small issues.
I had to install Module::Install before I could use the regular tools
as the Makefile.PL relies on that. That's a known drawback of Module::Install for developers and maintainers.

The other problem was that tests were failing on Windows so I had to disable them.
Anyway I sent a Pull-request it was merged soon after.

Plack-Middleware-Greylist

Here too I had to disable the testing on Windows, this time because one of the dependencies was failing own Windows.
The author then wanted to add testing more versions of Perl, but did it himself. I was contemplating a bit if I should send
another PR where first we build the tar.gz on one version of Perl and then use that for testing, but there are no
extra dependencies install for the building so I don't think that could reduce the time or the cpu usage.

pull-request

Conclusion

That was easy.

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

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

Okay