The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

change-shebang - change shebang lines for relocatable perl

SYNOPSIS

> change-shebang [OPTIONS] FILES

Options:
--force, -f    skip dialogs that confirm the files to be changed
--quiet, -q    don't output messages
--help, -h     show this help
--version, -v  show version

Type `perldoc App::ChangeShebang` for the more detailed explanation

Examples:
> change-shebang /path/to/bin/*
> change-shebang --force --quiet /path/to/bin/cpanm

AUTHOR

Shoichi Kaji