Perl Dependency Management
I did a talk on Perl Dependency management and using Carton at the London.pm technical meeting in Steptember. This is the talk: You can see my slides here.
I did a talk on Perl Dependency management and using Carton at the London.pm technical meeting in Steptember. This is the talk: You can see my slides here.
The perl depenendency management tool Carton allows not only easily separating dependencies for different applications or parts of the system, but also easily deploying an application and handling its dependencies. Using Carton is extremely straight-forward for anybody who’s used cpanm to manage dependencies before. Installing and using your application The continue reading…
I recently attended a tech meeting of London Perl Mongers (strongly recommended if you happen to be a Perl developer by the way). Amongst other things, I was introduced to App::Spec. App::Spec is a tool that allows you to specify your program’s commands, parameters, options, the values they can take, continue reading…