ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/staticperl.pod
(Generate patch)

Comparing App-Staticperl/staticperl.pod (file contents):
Revision 1.3 by root, Mon Dec 6 21:10:41 2010 UTC vs.
Revision 1.4 by root, Mon Dec 6 21:12:21 2010 UTC

508 508
509Example: install extra modules from CPAN and from some directories 509Example: install extra modules from CPAN and from some directories
510at F<staticperl install> time. 510at F<staticperl install> time.
511 511
512 postinstall() { 512 postinstall() {
513 rm -rf lib/threads.* # weg mit Schaden 513 rm -rf lib/threads* # weg mit Schaden
514 instcpan IO::AIO EV 514 instcpan IO::AIO EV
515 instsrc ~/src/AnyEvent 515 instsrc ~/src/AnyEvent
516 instsrc ~/src/XML-Sablotron-1.0100001 516 instsrc ~/src/XML-Sablotron-1.0100001
517 instcpan AnyEvent::HTTPD 517 instcpan Anyevent::AIO AnyEvent::HTTPD
518 } 518 }
519 519
520=over 4 520=over 4
521 521
522=item postconfigure 522=item postconfigure

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines