NAME
cpanmw - the cpanm wrapper
SYNOPSIS
# type "cpanmw" instead of "cpanm"
$ cpanmw Acme::Bleach
$ cpanmw --verbose Plack
$ cpanmw -L Twiggy@0.10
DESCRIPTION
This script is wrapper for cpanm.
It can use like cpanm, but it has some faetures.
- - colorized messages and keywords
-
This feature requires L<Win32::Console::ANSI> if OS type is Win32.
- - Supports --<PHASE>-timeout options on MSWin32
-
In cpanm they are replaced to --<PHASE>.
- - Create ~/.cpanm/build.log as hardlink on MSWin32
-
Requires Windows 6.0(Vista) or later. Otherwise, it is copied from work directory.
- - Create ~/.cpanm/latest-build/ as junction point on MSWin32
-
Requires the same conditions about OS version. Doesn't create it if not.
Commands and options are completely the same as cpanm. See cpanm for details.
DEPENDENCIES
App::cpanminus
File::Which
FindBin
Term::ANSIColor
Win32::Console::ANSI ( MSWin32 only )
IO::Callback
version
AUTHOR
KPEE
LICENSE
Copyright (C) 2014 KPEE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.