/usr/share/perl5/Carton/Doc/Bundle.pod is in carton 1.0.12-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | =head1 NAME
Carton::Doc::Bundle - Bundle cached tarballs in vendor/cache
=head1 SYNOPSIS
carton bundle
=head1 DESCRIPTION
This command bundles cached tarballs into C<vendor/cache>
directory. These tarballs have been cached in C<local/cache> while
resolving dependencies in the snapshot file.snapshot.
Bundled modules can be committed to a version control system, or
transferred to another host with scp/rsync etc. to use with C<carton
install --cached>.
=head1 OPTIONS
=over 4
=item --no-fatpack
Skip generating fatpacked C<carton> executable in C<vendor/bin>.
=back
|