Blog Archives
Posted on April 30, 2016. Filed under: Uncategorized | Tags: bash, cpan, git, perl |
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 )
Posted on April 30, 2016. Filed under: Uncategorized | Tags: author:briang, cpan, perl |
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 )
Posted on April 11, 2016. Filed under: Uncategorized | Tags: author:grinnz, cpan:dist-zilla, perl |
Dist::Zilla::PluginBundle::Starter – A new way to start using Dist::Zilla Dist::Zilla is an extremely powerful and versatile CPAN authoring tool, with the ability to automate your entire distribution building, testing, and releasing process, customisable to almost any workflow. This ability does not come without cost, however. One of the biggest difficulties newcomers face is sorting out […]
Read Full Post |
Make a Comment ( Comments Off on Dist::Zilla::PluginBundle::Starter – A new way to start using Dist::Zilla )
Posted on April 3, 2016. Filed under: Uncategorized | Tags: author:neilb, cpan, distribution, glossary, meta, module, pause, perl, release, toolchain |
This series of blog posts is about the Perl toolchain and the collection of tools and modules around it that are central to the CPAN we have today. PAUSE and CPAN Developing your module Dependency phases in CPAN distribution metadata Specifying the type of your CPAN dependencies Specifying dependencies for your CPAN distribution
Read Full Post |
Make a Comment ( Comments Off on The Perl Toolchain [meta] )
Posted on November 20, 2015. Filed under: Uncategorized | Tags: author:stevieb, berrybrew, ci, coverage, cpan:app-perlbrew, cpan:devel-cover, github, perl, perlmonks, testing, travis-ci |
A post on perlmonks covered the setup for using Travis-CI to test perl packages hosted on Github. Includes a sample configuration file and output from a run. The author has made related posts to PerlMonks: RFC: Continuous Integration (CI) for your CPAN modules (for free!) Automate multi-perl unit testing with Perlbrew/Berrybrew
Read Full Post |
Make a Comment ( Comments Off on Testing Perl with Travis-CI )
Posted on September 6, 2015. Filed under: Uncategorized | Tags: author:neilb, cpan, distribution, module, package, pause, perl, release |
A glossary of CPAN terminology This is a collection of terms related to CPAN and CPAN distributions. I’ve often looked for such a thing, wanting to link from it in blog posts and the like, or somewhere to direct people to. The definitions here are as they relate to CPAN; the same terms are widely […]
Read Full Post |
Make a Comment ( Comments Off on A glossary of CPAN terminology )
Posted on June 4, 2015. Filed under: Uncategorized | Tags: author:xdg, github:plenv, perl |
Setting up a Perl Development Environment with plenv This is a slightly modified copy of something [David Golden] posted internally at work about setting up a development environment using plenv, which keeps your working Perl isolated from your system Perl. Many expert Perl developers already have some variation of this, but I’m posting it as […]
Read Full Post |
Make a Comment ( Comments Off on Setting up a Perl Development Environment with plenv )
Posted on July 4, 2014. Filed under: Uncategorized | Tags: author:ovid, bisect, debugging, git, perl |
Making git bisect more useful If you’ve ever used git bisect, you know what an incredibly useful tool this is. It allows you to do a binary search through commits to find out which commit caused a particular error. Many people seem unaware of git bisect run … which automates this even further, but it […]
Read Full Post |
Make a Comment ( Comments Off on Making git bisect more useful )
Posted on March 15, 2014. Filed under: Uncategorized | Tags: author:ovid, cpan:dist-zilla, github, perl |
A Simple dist.ini for Dist::Zilla The following dist.ini is designed to match my workflow, but also to make it easy for contributors to participate, thus mitigating one of the strongest complaints people have about Dist::Zilla. It’s also rather git/github centric.
Read Full Post |
Make a Comment ( Comments Off on A Simple dist.ini for Dist::Zilla )
« Previous Entries Next Entries »