App-DzilUtils

 view release on metacpan or  search on metacpan

script/list-dist-deps  view on Meta::CPAN

 | Foo               | AUTHOR1 | 0.01    |
 | Bar               | AUTHOR2 | 0.45    |
 | Baz               | AUTHOR3 | 1.15    |
 | Qux               | AUTHOR2 | 0       |

Note that C<Bar>'s required version is already 0.45 in the above example.


=item B<--level>=I<s>, B<-l>

Recurse for a number of levels (-1 means unlimited).

Default value:

 1

=item B<--perl-version>=I<s>, B<-V>

Set base Perl version for determining core modules.

Default value:

 "v5.38.2"

=item B<-R>

Recurse (alias for `--level -1`).

See C<--level>.

=back

=head2 Configuration options

=over

=item B<--config-path>=I<s>, B<-c>

Set path to configuration file.

Can actually be specified multiple times to instruct application to read from
multiple configuration files (and merge them).


=item B<--config-profile>=I<s>, B<-P>

Set configuration profile to use.

A single configuration file can contain profiles, i.e. alternative sets of
values that can be selected. For example:

 [profile=dev]
 username=foo
 pass=beaver
 
 [profile=production]
 username=bar
 pass=honey

When you specify C<--config-profile=dev>, C<username> will be set to C<foo> and
C<password> to C<beaver>. When you specify C<--config-profile=production>,
C<username> will be set to C<bar> and C<password> to C<honey>.


=item B<--no-config>, B<-C>

Do not use any configuration file.

If you specify C<--no-config>, the application will not read any configuration
file.


=back

=head2 Environment options

=over

=item B<--no-env>

Do not read environment for default options.

If you specify C<--no-env>, the application wil not read any environment
variable.


=back

=head2 Filtering options

=over

=item B<--added-or-updated-since-last-index-update>, B<--since-last-index-update>

Include only records that are added/updated since the last index update.

=item B<--added-or-updated-since-last-n-index-updates>=I<s>, B<--since-last-n-index-updates>

Include only records that are added/updated since the last N index updates.

=item B<--added-or-updated-since>=I<s>, B<--since>

Include only records that are added/updated since a certain date.

=item B<--added-since-last-index-update>

Include only records that are added since the last index update.

=item B<--added-since-last-n-index-updates>=I<s>

Include only records that are added since the last N index updates.

=item B<--added-since>=I<s>

Include only records that are added since a certain date.

=item B<--all>

Equivalent to --phase ALL --rel ALL.

See C<--phase>.



( run in 0.451 second using v1.01-cache-2.11-cpan-cd2fffc590a )