Help for this page

Select Code to Download


  1. or download this
    perl Build.PL
    ./Build 
    ./Build installdeps
    ./Build test
    ./Build install
    
  2. or download this
    remote_file '/tmp/app-0.0.1.tag.gz'
        source 'http://local.server/app-0.0.1.tag.gz'
    ...
        install_base '/path/to/your/application/home'
        cwd '/tmp/app-0.0.1'    
    end
    
  3. or download this
    cpan_client 'my application' do
        user 'root'
    ...
        cwd '/tmp/app-0.0.1'
        inc  %w{ /home/user/alex/perl5lib/ }
    end
    
  4. or download this
    cpan_client "http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.
    +pm-3.59.tar.gz" do
        user 'root'
    ...
        module_name 'CGI'
        action 'install'
    end
    
  5. or download this
    cpan_client 'CGI' do
        user 'root'
    ...
        install_type 'cpan_module'
        action 'install'
    end
    
  6. or download this
    cpan_client 'CGI' do
        user 'root'
    ...
        install_type 'cpan_module'
        action 'install'
    end
    
  7. or download this
    cpan_client 'CGI' do
        user 'root'
    ...
        install_type 'cpan_module'
        action 'install'
    end
    
  8. or download this
    cpan_client 'CGI' do
        user 'root'
    ...
        install_type 'cpan_module'
        action 'install'
    end
    
  9. or download this
    cpan_client 'http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.
    +pm-3.59.tar.gz' do
        user 'root'
    ...
        version '=3.59'
        action 'install'
    end