NAME App::ThisDist - Print Perl {distribution,module,author,...} associated with current directory VERSION This document describes version 0.010 of App::ThisDist (from Perl distribution App-ThisDist), released on 2021-05-27. DESCRIPTION See included scripts: * this-dist * this-mod FUNCTIONS this_dist Usage: my $dist = this_dist([ $dir ] [ , $extract_version? ]); => e.g. "App-Foo" or "App-Foo 1.23" If $dir is not specified, will default to current directory. If $extract_version is set to true, will also try to extract distribution version and will return "?" for version when version cannot be found. HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO App::DistUtils AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2021, 2020 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.