The perlwhich command is the equivalent of 'which' for Perl modules. It prints
the full path to each specified Perl module, if it is found in @INC. A module
may be specified as either a package name (Some::Module) or a file name
(Some/Module.pm). By default, the first path name found for each argument is
printed.

INSTALLATION

To install this command, run the following commands:

	perl Build.PL
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc perlwhich

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=perlwhich

    CPAN Ratings
        https://cpanratings.perl.org/d/perlwhich

    Search CPAN
        https://metacpan.org/release/perlwhich


LICENSE AND COPYRIGHT

This software is Copyright (c) 2023 by Michael McClennen.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)