Skip to content

Instantly share code, notes, and snippets.

@ivanstojic
Created September 11, 2012 23:31
Show Gist options
  • Save ivanstojic/3703008 to your computer and use it in GitHub Desktop.
Save ivanstojic/3703008 to your computer and use it in GitHub Desktop.
Script for setting up CPANM and W3C validator dependencies on Heroku using Vulcan
# CPANM
curl -L http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/perl5/environment
# Install Perl bundle of W3C dependencies
cpanm Bundle::W3C::Validator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment