Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-api
base: e19ab1ecd88d
Choose a base ref
...
head repository: metacpan/metacpan-api
compare: 5287be77c0af
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 3, 2014

  1. Preserve argument structure and de-dup env var

    Quote the "$@" to keep arguments with spaces (like -e 'print 1') working
    and re-use the carton script to reduce duplication.
    rwstauner committed Aug 3, 2014
    Copy the full SHA
    4029f96 View commit details
    Browse the repository at this point in the history
  2. Define wrapper to cd and setup env to simplify jobs

    This sets up the carton environment and allows for much
    shorter command line invocations (useful for cron jobs, etc).
    
    Note that it can also be confusing for interactive command line usage
    if you're using relative paths (but I think those use cases are rare here).
    rwstauner committed Aug 3, 2014
    Copy the full SHA
    f5995ae View commit details
    Browse the repository at this point in the history
  3. Remove hack for using outdated ./local/lib

    Since we have carton install somewhere else now that hack doesn't work anymore.
    
    I'd love to have something like "use Carton::LoadLibs" or something
    (like `require "bundler/setup"`) but carton doesn't support that yet.
    
    For now this script just needs to be run under one of the wrapper scripts.
    
    closes gh-326.
    rwstauner committed Aug 3, 2014
    Copy the full SHA
    5287be7 View commit details
    Browse the repository at this point in the history