NAME

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

VERSION

Version 0.03

SYNOPSIS

Demo CPAN Namespace Check Visibility

You can use the is_not_public 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 cpanfile nor cpm.yml format

SUBROUTINES/METHODS

is_not_public

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

AUTHOR

Thibault Duponchelle, <thibault.duponchelle at gmail.com>

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)