App-CPAN-SBOM

 view release on metacpan or  search on metacpan

bin/cpan-sbom  view on Meta::CPAN

#!/usr/bin/perl

use strict;
use warnings;
use utf8;

use App::CPAN::SBOM;

exit App::CPAN::SBOM->run(@ARGV) unless caller();

__END__

=encoding utf-8

=head1 NAME

cpan-sbom - CPAN SBOM (Software Bill of Materials) generator

=head1 SYNOPSIS



( run in 0.570 second using v1.01-cache-2.11-cpan-8780591d54d )