blob: 15282e0f856e6a3d7adeb5c0f741cd7d9819efdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=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>.
|