NAME

CPAN::Namespace::Check::Visibility - Check if a namespace exists on public CPAN

VERSION

Version 0.02

SYNOPSIS

You can use the C sub with one or several packages: use CPAN::Namespace::Check::Visibility; exit is_not_public("Local::Acme"); Or use CPAN::Namespace::Check::Visibility; exit is_not_public(@ARGV); Or prefer the executable: cpan-check-visibility Local::Acme Or from a file: cpan-check-visibility `cat private-deps.txt` Please note: it does not accept C nor C format SUBROUTINES/METHODS

is_not_public

Test indexes for package(s) provided as argument(s). AUTHOR

Thibault Duponchelle, C<< >> ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by Thibault Duponchelle. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)