summaryrefslogtreecommitdiff
path: root/lib/Carton/Doc/List.pod
blob: 40c54e074f52beb883493380150dcc70828ee798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=head1 NAME

Carton::Doc::List - List dependencies tracked in the cpanfile.snapshot file

=head1 SYNOPSIS

  carton list

=head1 DESCRIPTION

List the dependencies and version information tracked in the
I<cpanfile.snapshot> file. This command by default displays the name of the
distribution (e.g. I<Foo-Bar-0.01>) in a flat list.

=head1 OPTIONS

=over 4

=item --distfile

Displays the list of distributions in a distfile format (i.e. C<AUTHOR/Dist-1.23.tar.gz>)

=back