yunh / brewedperlrebase

rebase for perlbrew Perl on Cygwin (perlrebase for perlbrew)

Home Page:https://github.com/yunh/brewedperlrebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

brewedperlrebase - rebase for perlbrew Perl on Cygwin

SYNOPSIS

brewedperlrebase [-t BREWED_PERL_TARGET] [-b BASE_ADDRESS] [-v] [-n]
 -t  specify the perlbrew Perl
 -b  base address
 -v  verbose output
 -n  Do not perform rebase.  Only the filename to be rebased is display

You probably don't need to specify options.

$ brewedperlrebase

rebases the perl binaries, which is used for current shell with perlbrew. Equivalent to brewedperlrebase -t $PERLBREW_PERL.

$ brewedperlrebase -t perl-5.10.1 -n

shows a list of file which is to be rebased.

DESCRIPTION

brewedperlrebase is a shell script which rebases perlbrew Perl installation to make fork() function properly.

This is a implementation of the perlrebase for perlbrew Perl. For the Perl from Cygwin distribution package or /usr/local installation, you can use perlrebase instead.

DEPENDENCIES

bash, coreutils, findutils, perl, perlbrew

SEE ALSO

/usr/share/doc/Cygwin/rebase-3.0.1.README, rebase(1), rebaseall(1), perlrebase(1).

AUTHOR

Yu-ji Hosokawa <http://u.hoso.net/>, <https://github.com/yunh>

COPYRIGHT

Copyright (c) 2011 Yu-ji Hosokawa

LICENCE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

rebase for perlbrew Perl on Cygwin (perlrebase for perlbrew)

https://github.com/yunh/brewedperlrebase


Languages

Language:Shell 53.6%Language:Perl 46.4%