App-ChangeShebang
view release on metacpan or search on metacpan
script/change-shebang view on Meta::CPAN
#!perl
use v5.16;
use warnings;
use App::ChangeShebang;
App::ChangeShebang->new->parse_options(@ARGV)->run;
__END__
=head1 NAME
change-shebang - change shebang lines for relocatable perl
=head1 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
=head1 AUTHOR
Shoichi Kaji
=cut
( run in 0.561 second using v1.01-cache-2.11-cpan-71847e10f99 )