App-ListPerlReleases
view release on metacpan or search on metacpan
* tarball.max => *str*
Only return records where the 'tarball' field is less than or equal
to specified value.
* tarball.min => *str*
Only return records where the 'tarball' field is greater than or
equal to specified value.
* tarball.not_contains => *str*
Only return records where the 'tarball' field does not contain
specified text.
* tarball.not_in => *array[str]*
Only return records where the 'tarball' field is not in the
specified values.
* tarball.xmax => *str*
Only return records where the 'tarball' field is less than specified
value.
* tarball.xmin => *str*
* version.max => *str*
Only return records where the 'version' field is less than or equal
to specified value.
* version.min => *str*
Only return records where the 'version' field is greater than or
equal to specified value.
* version.not_contains => *str*
Only return records where the 'version' field does not contain
specified text.
* version.not_in => *array[str]*
Only return records where the 'version' field is not in the
specified values.
* version.xmax => *str*
Only return records where the 'version' field is less than specified
value.
* version.xmin => *str*
lib/App/ListPerlReleases.pm view on Meta::CPAN
Only return records where the 'tarball' field does not equal specified value.
=item * B<tarball.max> => I<str>
Only return records where the 'tarball' field is less than or equal to specified value.
=item * B<tarball.min> => I<str>
Only return records where the 'tarball' field is greater than or equal to specified value.
=item * B<tarball.not_contains> => I<str>
Only return records where the 'tarball' field does not contain specified text.
=item * B<tarball.not_in> => I<array[str]>
Only return records where the 'tarball' field is not in the specified values.
=item * B<tarball.xmax> => I<str>
Only return records where the 'tarball' field is less than specified value.
=item * B<tarball.xmin> => I<str>
Only return records where the 'tarball' field is greater than specified value.
lib/App/ListPerlReleases.pm view on Meta::CPAN
Only return records where the 'version' field does not equal specified value.
=item * B<version.max> => I<str>
Only return records where the 'version' field is less than or equal to specified value.
=item * B<version.min> => I<str>
Only return records where the 'version' field is greater than or equal to specified value.
=item * B<version.not_contains> => I<str>
Only return records where the 'version' field does not contain specified text.
=item * B<version.not_in> => I<array[str]>
Only return records where the 'version' field is not in the specified values.
=item * B<version.xmax> => I<str>
Only return records where the 'version' field is less than specified value.
=item * B<version.xmin> => I<str>
Only return records where the 'version' field is greater than specified value.
script/list-perl-releases view on Meta::CPAN
result_limit (see --result-limit)
result_start (see --result-start)
sort (see --sort)
tarball (see --tarball)
tarball.contains (see --tarball-contains)
tarball.in (see --tarball-in)
tarball.is (see --tarball-is)
tarball.isnt (see --tarball-isnt)
tarball.max (see --tarball-max)
tarball.min (see --tarball-min)
tarball.not_contains (see --tarball-not-contains)
tarball.not_in (see --tarball-not-in)
tarball.xmax (see --tarball-xmax)
tarball.xmin (see --tarball-xmin)
version (see --version-arg)
version.contains (see --version-contains)
version.in (see --version-in)
version.is (see --version-is)
version.isnt (see --version-isnt)
version.max (see --version-max)
version.min (see --version-min)
version.not_contains (see --version-not-contains)
version.not_in (see --version-not-in)
version.xmax (see --version-xmax)
version.xmin (see --version-xmin)
with_field_names (see --with-field-names)
=head1 ENVIRONMENT
=head2 LIST_PERL_RELEASES_OPT => str
Specify additional command-line options.
( run in 1.993 second using v1.01-cache-2.11-cpan-0a987023a57 )