-
- Distribution: Menlo-Legacy
- Module version: 1.9022
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (114)
- Testers (3263 / 0 / 0)
- Kwalitee
- 100.00% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
- 24 month
- Tools
- Download (33.68Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 76 contributors
- Aaron Moses
- Alessandro Ghedini
- Andrew Rodland
- Andy Jones
- andyjones
- Ash Berlin
- Ben Bullock
-
Breno G. de Oliveira
- Brian Wightman
-
cho45
-
Christian Walde
-
chromatic
-
Dagfinn Ilmari Mannsåker
-
Dana M. Diederich
- Dave Goodell
-
Dave Rolsky
-
David Golden
- David Steinbrunner
- Doug Bell
- Eli Flanagan
-
fREW Schmidt
-
Fuji, Goro
-
Gareth Kirwan
-
gfx
-
Graham Knop
- Graham Ollis
-
ikasam_a
- Ingy dot Net
- Jan Dubois
- Jeffrey Ryan Thalhammer
- Jesse Luehrs
- J. Nick Koston
-
jonallen
-
Jonathan Scott Duff
- Kahlil (Kal) Hodgson
-
Kenichi Ishigaki
-
Kent Fredric
-
kmx
- Larry Leszczynski
- lestrrat
-
Masahiro Nagano
-
Masayoshi Sekimura
- Matthew Horsfall
- Matt S Trout <>
- Matt S Trout
- Michael G. Schwern
-
Michael Schout
-
motemen
-
moznion
-
Nicolas R
-
Norman Nunley
- Olaf Alders
-
Olivier Mengué
-
Pedro Melo
- Rafal Pocztarski
- reezer
-
Ricardo Signes
- robario
- Robert Buels
- Rob Hoelz
- Roman Jurkov
-
Sebastian Riedel
-
Shoichi Kaji
-
Slaven Rezic
- Smylers
- Stoned Elipot
- Syohei YOSHIDA
- Thomas Sibley
- Tokuhiro Matsuno
- Tuure Laurinolli
- vti
- Vyacheslav Matyukhin
- xaicron
- Yann Kerherve
- yappo
- zebardy
- Dependencies
- Menlo
- version
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
Menlo::CLI::Compat - cpanm compatible CPAN installer
SYNOPSIS
use Menlo::CLI::Compat;
my $app = Menlo::CLI::Compat->new;
$app->parse_options(@ARGV);
$app->run;
DESCRIPTION
Menlo::CLI::Compat is a port of App::cpanminus to Menlo, and provides a compatibility layer for users and clients to depend on the specific cpanm behaviors.
SEE ALSO
Module Install Instructions
To install Menlo::CLI::Compat, copy and paste the appropriate command in to your terminal.
cpanm Menlo::Legacy
perl -MCPAN -e shell install Menlo::Legacy
For more information on module installation, please visit the detailed CPAN module installation guide.