Blog Archives
cpan-river-1000
Updated CPAN River available This is an nntp.perl.org archived post from the Perl QA mailing list. Links to this gist.
Read Full Post | Make a Comment ( Comments Off on cpan-river-1000 )Automated testing on Windows with AppVeyor
Automated testing on Windows with AppVeyor AppVeyor is a continuous integration service similar to Travis CI, just on Windows. If you have a Perl module on GitHub, it’s not that hard to have it run tests automatically on Windows; it’s just not well documented.
Read Full Post | Make a Comment ( Comments Off on Automated testing on Windows with AppVeyor )Fixing Legacy Perl Functions With Decorators
Fixing Legacy Perl Functions With Decorators Function decorators give us a way to modify a function’s behaviour without changing its source. This is useful in changing the behaviour of complex or legacy functions that you don’t want to touch. Although perl does not have a built-in syntax for creating or using decorators, typeglob manipulations are […]
Read Full Post | Make a Comment ( Comments Off on Fixing Legacy Perl Functions With Decorators )Docker based Continuous Integration for perl projects
Docker based Continuous Integration for perl projects Continuous Integration for Perl using Shippable and Docker from a Github or BitBucket repo.
Read Full Post | Make a Comment ( Comments Off on Docker based Continuous Integration for perl projects )« Previous Entries Next Entries »