The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl
use strict;
use warnings;
use App::pathed;
exit(App::pathed->run);

=pod

=head1 NAME

pathed - munge the Bash PATH environment variable

=head1 DESCRIPTION

See L<App::pathed>.

=cut