tokuhirom's Blog

Shipped plenv 1.4.0!

1.4.0 2013-02-07T09:48:26
 
    - bundle cpanm and just use it in `install-cpanm` command
      (Reported by @turugina, and thanks to @miyagawa)
    - Fix for parsing command line argument
      - Loop for @D, @A, @U makes no sense
      - Remove '--' if @ARGV contains it(See also Getopt::Long document).
     (Syohei YOSHIDA)
   - speciallize the shim file for cpanm. Speciallized version of 'cpanm'
     shim runs rehashing after installing.
     (tokuhirom)

おおきな変更点としては cpanm コマンド実行後に自動的に rehash がかかるようになったこと。
plenv cpanm というサブコマンドをつくる方式も takuji31 さんからパッチをもらったのだけど、結局 shims ファイルをちょっとかえることにしてみました。