Uncategorized
Travis-CI and Perl
Travis-CI and Perl If you’re interested in using Travis-CI for your Perl projects, here’s a few pointers that you should not miss: Update: This talk has been uploaded to youtube.
Read Full Post | Make a Comment ( Comments Off on Travis-CI and Perl )VERSION section in POD
VERSION section in POD I use to include a VERSION section in the main module of the distributions uploaded to CPAN, but this comes at the risk of forgetting to update the number.
Read Full Post | Make a Comment ( Comments Off on VERSION section in POD )Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC
Re^2: Remove double bracket and singe quotes
Read Full Post | Make a Comment ( Comments Off on Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC )My Workflow for Building Distros
My Workflow for Building Distros This article explains the steps I use to convert a git repo of a Perl module into a new distro.
Read Full Post | Make a Comment ( Comments Off on My Workflow for Building Distros )Interesting Perl modules
Somewhere to keep track of modules I might want to use in the future: Const::Fast Facility for creating read-only scalars, arrays, and hashes Leon Timmermans (LEONT) Dist::Zilla::PluginBundle::Starter A minimal Dist::Zilla plugin bundle Dan Book (DBOOK) Import::Into Import packages into other packages Graham Knop (HAARG) Syntax::Construct Identify which non-feature constructs are used in the code E […]
Read Full Post | Make a Comment ( Comments Off on Interesting Perl modules )Recovering commits with Git
Recovering commits with Git Today I did not handle [my commits] with care and commits seemed to be lost. Luckily I found that Git does not delete commits. My lost commits were just not referenced by any branch or tag, but were ‘dangling’. The problem is finding these commits back. Similar content to MJD’s recent […]
Read Full Post | Make a Comment ( Comments Off on Recovering commits with Git )« Previous Entries Next Entries »