# HG changeset patch # User Meredith Howard # Date 1519054607 18000 # Node ID 7c7e47abe4e1e6aff2e589e5cac291c3ec100967 # Parent ef18d50728ef3b75ba24dcaac429914424765d49 make this run on windows diff --git a/bin/setup-cpan-faves b/bin/setup-cpan-faves --- a/bin/setup-cpan-faves +++ b/bin/setup-cpan-faves @@ -1,31 +1,32 @@ -#!/bin/sh -set -eu +#!/usr/bin/env perl +use warnings; +use strict; -exec cpanm -q < -nq => qw( + Carton -App::prowess -Pod::Cpandoc + App::prowess -Perl::Tidy + Perl::Tidy + App::Cpandoc -Import::Into -experimentals + experimentals + Import::Into -Reply -IO::Pager -Data::Printer -Data::Printer::Filter::JSON -Data::Printer::Filter::URI -Carp::Always -Proc::InvokeEditor -B::Keywords -Term::ReadLine::Gnu -Class::Refresh -Pry + Reply + IO::Pager + Data::Printer + Data::Printer::Filter::JSON + Data::Printer::Filter::URI + Carp::Always + Proc::InvokeEditor + B::Keywords + Term::ReadLine::Gnu + Class::Refresh + Pry -Devel::Confess + Devel::Confess -Path::Tiny -END + Path::Tiny + Getopt::Long::Descriptive +);