<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>dpetrov</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/dpetrov/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.perl.org/users/dpetrov/atom.xml" />
    <id>tag:blogs.perl.org,2009-11-03:/users/dpetrov//1235</id>
    <updated>2012-11-07T09:05:42Z</updated>
    <subtitle>A blog about the Perl programming language</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.38</generator>

<entry>
    <title>Install all metacpan favorited distributions</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/dpetrov/2012/11/install-all-metacpan-favorited-distributions.html" />
    <id>tag:blogs.perl.org,2012:/users/dpetrov//1235.4029</id>

    <published>2012-11-07T08:25:53Z</published>
    <updated>2012-11-07T09:05:42Z</updated>

    <summary>Today I had to install fresh Perl on one of my dev boxes and I was thinking if there is easy way to grab and install all of mine favorited distributions on metacpan. I wrapped that into simple script, that...</summary>
    <author>
        <name>dpetrov</name>
        
    </author>
    
    <category term="cpanm" label="cpanm" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="metacpan" label="metacpan" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mojodom" label="Mojo::DOM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mojouseragent" label="Mojo::UserAgent" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.perl.org/users/dpetrov/">
        <![CDATA[<p>Today I had to install fresh Perl on one of my dev boxes and I was thinking if there is easy way to grab and install all of mine favorited distributions on metacpan.</p>

<p>I wrapped that into simple script, that reads all the favorited distributions from metacpan, using Mojo::UserAgent and installs them using cpanm.</p>

<p>Here is the script: <a href="https://gist.github.com/4030168">https://gist.github.com/4030168</a></p>]]>
        
    </content>
</entry>

</feed>
