~ubuntu-branches/debian/sid/perlbrew/sid

« back to all changes in this revision

Viewing changes to t/command-env.t

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini, Salvatore Bonaccorso, gregor herrmann, Alessandro Ghedini
  • Date: 2014-04-27 17:07:29 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20140427170729-xwed18u1gubryh05
Tags: 0.67-1
[ Salvatore Bonaccorso ]
* Imported Upstream version 0.67 (Closes: #746138)
* Update versioned (Build-)Depends(-Indep) for liblocal-lib-perl.
  Update the versioned Build-Depends-Indep and Depends on
  liblocal-lib-perl to (>= 1.008026).
* Bump Standards-Version to 3.9.5

[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Alessandro Ghedini ]
* Add 01_fix-spelling.patch to fix spelling-error-in-manpage
* Add 02_fix-pod.patch to fix manpage-has-errors-from-pod2man

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
export PERLBREW_ROOT="$App::perlbrew::PERLBREW_ROOT"
63
63
export PERLBREW_VERSION="$App::perlbrew::VERSION"
64
64
export PERL_LOCAL_LIB_ROOT="$lib_dir"
65
 
export PERL_MB_OPT="--install_base $lib_dir"
 
65
export PERL_MB_OPT="--install_base "$lib_dir""
66
66
export PERL_MM_OPT="INSTALL_BASE=$lib_dir"
67
67
OUT
68
68
        }