Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rurban/app-perlall
create and work with /usr/local/bin/perl5.*
https://github.com/rurban/app-perlall
perl
Last synced: 3 months ago
JSON representation
create and work with /usr/local/bin/perl5.*
- Host: GitHub
- URL: https://github.com/rurban/app-perlall
- Owner: rurban
- License: other
- Created: 2011-10-31T20:18:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T07:35:28.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:22:04.364Z (8 months ago)
- Topics: perl
- Language: Perl
- Homepage:
- Size: 362 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
This archive contains the distribution App::perlall
Build, test and do with all perls
perlall -v help
perlall build bleadd-nt
perlall build perl5.16.2
perlall build --allpatches perl5.14.2-nt
perlall -v build -j4 5.15.4d-nt@khw-tk smoke-me/khw-tk
perlall uninstall perl5.15.4d-nt@khw-tkperlall init perl5.16.2d-nt DBI CPAN::SQLite $(cat ~/Perl/B-C/t/top100)
perlall do -MData::Dumper -e'my $a;$b={1=>\$a};$a=\$b;print Dumper($b)'
perlall --older 5.12 make -Mblib t/0basic.t
perlall=5.16.2 perlall maketest # test with version as ENV
perlall="5.14*" perlall makeinstall
perlall cpan My::Module
perlall cpanm More::Modulesperlall maketest "5.*.d*" # test with all debugging
perlall initvm -v --all
perlall testvm centos4 centos5 solaris10
perlall testvm --all -c=list # see testvm in .perlallNaming scheme: d DEBUGGING, -nt non-threaded, -m multi, @ git id
Configuration in source-able shell script ~/.perlall
You might want to link perlall to a valid command with "-command" appended
perlall-make perlall-do perlall-cpan perlall-maketest...See the presentation at https://docs.google.com/present/view?id=dcqmmdbh_4dmsxdqgx
I always disliked perlbrew. This uses perl installations as intended
by standard Configure.This software is copyright (c) 2011-2013 by cPanel Inc.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.