Acme-Schlong

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN


Installing Acme-Schlong is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Acme::Schlong

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

    % cpanm -S Acme::Schlong

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

    % cpan Acme::Schlong

## Manual installation

lib/Acme/Schlong.pm  view on Meta::CPAN

    has using_multiplex => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{using screen or tmux});
    has using_byobu     => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{using byobu as multiplexer frontend!} );
    has using_tmux      => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{using tmux as multiplexer} );
    has using_screen    => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{using screen as multiplexer} );

    has perl_version           => ( is => 'ro', isa => StrictVersionStr, lazy_build => 1, documentation => q{The executing Perl's version number});
    has perl_version_is_dev    => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{The executing Perl's version number});
    has directories_in_path    => ( is => 'ro', isa => Int,  lazy_build => 1, documentation => q{The number of directories set in $PATH} );
    has using_perlbrew         => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_cpanm            => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_cpanm_customized => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{Has the user set specific flags to cpanm?} );
    has using_bash             => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_zsh              => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_ksh              => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_tcsh             => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_csh              => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    has using_dzil             => ( is => 'ro', isa => Bool, lazy_build => 1, documentation => q{self explanatory} );
    
    has pause_name             => ( is => 'ro', isa => Maybe[Str], lazy_build => 1, documentation => q{self explanatory});
    has cpan_modules           => ( is => 'ro', isa => Num,        lazy_build => 1, documentation => q[self explanatory]);



( run in 8.223 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )