Archive for October 2016

Write Perl XS modules in Swift

Posted on October 28, 2016. Filed under: Uncategorized | Tags: , , , |

github.com/my-mail-ru/swiftperl swiftperl is designed to provide an easy and smooth interoperability between Swift and Perl languages. The primary goal is to write XS modules for Perl entirely in Swift, though running Perl interpreter in Swift environment is also possible.

Read Full Post | Make a Comment ( Comments Off on Write Perl XS modules in Swift )

Testing with AppVeyor

Posted on October 25, 2016. Filed under: Uncategorized | Tags: , , , , |

Testing with AppVeyor If you ever wanted to test your CPAN modules on Windows systems without having an own Windows system setup, then you should take a look at AppVeyor. Basically it’s something like travis-ci, but just running on Windows. Configuration happens in a YAML file named appveyor.yml. See also PDL appveyor.yml on github

Read Full Post | Make a Comment ( Comments Off on Testing with AppVeyor )

sending email with TLS (in Perl)

Posted on October 23, 2016. Filed under: Uncategorized | Tags: , , , , , , |

sending email with TLS (in Perl) Every once in a while I hear or see somebody using one of the two obsolete secure SMTP transports for Email::Sender, and I wanted to make one more attempt to get people to switch, or to get them to tell me why switching won’t work.

Read Full Post | Make a Comment ( Comments Off on sending email with TLS (in Perl) )

Setting Up Local Mail Delivery on Ubuntu with Postfix and Mutt

Posted on October 13, 2016. Filed under: Uncategorized | Tags: , , , , , , , |

Setting Up Local Mail Delivery on Ubuntu with Postfix and Mutt Works pretty well. The only change I had to do was to remove/purge and reinstall postfix first: sudo apt-get remove postfix –purge sudo apt-get install postfix

Read Full Post | Make a Comment ( Comments Off on Setting Up Local Mail Delivery on Ubuntu with Postfix and Mutt )

Liked it here?
Why not try sites on the blogroll...