-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (22 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This is Perl module App::AutoInstaller.
NAME
App::AutoInstaller - Install the needed modules in the script. A convinient script for perlbrew + cpanminus + cpan-outdated.
SYNOPSIS
$ wget http://tinyurl.com/cpan-auto http://tinyurl.com/auto-script-pl
$ chmod +x ./cpan-auto
$ cat script.pl ### auto-script-pl is script.pl
$ ./cpan-auto script.pl
DESCRIPTION
App::AutoInstaller is a convinient script for perlbrew + cpanminus + cpan-outdated.
I am one of the perlbrew user. perlbrew is awesome but I am disgusted by installing modules what I ALL need in each perl.
In addition, I think that keeping modules fresh is good thing, I implemented cpan-outdated feature.
AUTHOR
punytan [email protected]
SEE ALSO
App::perlbrew, App::cpanminus, App::cpanoutdated
NOTE
This is alpha-quality script. All patches/comment/advice are welcomed.
LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
punytan