Skip to content

Instantly share code, notes, and snippets.

@patch
Created April 26, 2013 21:09
Show Gist options
  • Save patch/5470475 to your computer and use it in GitHub Desktop.
Save patch/5470475 to your computer and use it in GitHub Desktop.
manually package CPAN distribution à la Module::Build
perl -MModule::Build::Base -E '$b = Module::Build::Base->new(module_name => "Lingua::Stem::UniNE"); $b->make_tarball(("Lingua-Stem-UniNE-0.04") x 2)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment