- or download this
perl Build.PL
./Build
./Build installdeps
./Build test
./Build install
- 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
- or download this
cpan_client 'my application' do
user 'root'
...
cwd '/tmp/app-0.0.1'
inc %w{ /home/user/alex/perl5lib/ }
end
- 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
- or download this
cpan_client 'CGI' do
user 'root'
...
install_type 'cpan_module'
action 'install'
end
- or download this
cpan_client 'CGI' do
user 'root'
...
install_type 'cpan_module'
action 'install'
end
- or download this
cpan_client 'CGI' do
user 'root'
...
install_type 'cpan_module'
action 'install'
end
- or download this
cpan_client 'CGI' do
user 'root'
...
install_type 'cpan_module'
action 'install'
end
- 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