NAME
    App::ThisDist - Print Perl {distribution,module,author,...} associated
    with current directory

VERSION
    This document describes version 0.009 of App::ThisDist (from Perl
    distribution App-ThisDist), released on 2021-04-02.

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
    <https://metacpan.org/release/App-ThisDist>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-App-ThisDist>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://github.com/perlancar/perl-App-ThisDist/issues>

    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 <perlancar@cpan.org>

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.

