/usr/share/perl5/Carton/Doc/Fatpack.pod is in carton 1.0.22-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 | =head1 NAME
Carton::Doc::Fatpack - Fatpack carton executable into vendor/bin
=head1 SYNOPSIS
carton fatpack
=head1 DESCRIPTION
This command creates a fatpack executable of C<carton> in
C<vendor/bin> directory, so that it can be used to bootstrap
deployment process, combined with C<carton bundle> and C<carton
install --cached>.
|