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-web
base: 6c396411821d
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 522985d85d12
Choose a head ref
  • 2 commits
  • 4 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
    fcb6565 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
    522985d View commit details
    Browse the repository at this point in the history