NAME

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

VERSION

This document describes version 0.011 of App::ThisDist (from Perl distribution App-ThisDist), released on 2021-06-22.

DESCRIPTION

See included scripts:

CONTRIBUTOR

perlancar (on netbook-dell-xps13) <perlancar@gmail.com>

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.

this_mod

A thin wrapper for "this_dist". It just converts "-" in the result to "::", so "Foo-Bar" becomes "Foo::Bar".

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://rt.cpan.org/Public/Dist/Display.html?Name=App-ThisDist

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.