#!/usr/bin/env perl
use strict;
use warnings;
use App::perlfind;
print STDERR qq!Use of "perlzonji" is deprecated. Please use "perlfind".\n!;
exit( App::perlfind->run );

__END__

=head1 NAME

perlfind

=head1 DESCRIPTION

See L<App::perlfind>, L<Pod::Cpandoc> and L<Pod::Perldoc>.

=cut