App-ListSoftwareLicenses

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   meta2_name.max => *str*

        Only return records where the 'meta2_name' field is less than or
        equal to specified value.

    *   meta2_name.min => *str*

        Only return records where the 'meta2_name' field is greater than or
        equal to specified value.

    *   meta2_name.not_contains => *str*

        Only return records where the 'meta2_name' field does not contain
        specified text.

    *   meta2_name.not_in => *array[str]*

        Only return records where the 'meta2_name' field is not in the
        specified values.

    *   meta2_name.xmax => *str*

        Only return records where the 'meta2_name' field is less than
        specified value.

    *   meta2_name.xmin => *str*

README  view on Meta::CPAN

    *   meta_name.max => *str*

        Only return records where the 'meta_name' field is less than or
        equal to specified value.

    *   meta_name.min => *str*

        Only return records where the 'meta_name' field is greater than or
        equal to specified value.

    *   meta_name.not_contains => *str*

        Only return records where the 'meta_name' field does not contain
        specified text.

    *   meta_name.not_in => *array[str]*

        Only return records where the 'meta_name' field is not in the
        specified values.

    *   meta_name.xmax => *str*

        Only return records where the 'meta_name' field is less than
        specified value.

    *   meta_name.xmin => *str*

README  view on Meta::CPAN

    *   module.max => *str*

        Only return records where the 'module' field is less than or equal
        to specified value.

    *   module.min => *str*

        Only return records where the 'module' field is greater than or
        equal to specified value.

    *   module.not_contains => *str*

        Only return records where the 'module' field does not contain
        specified text.

    *   module.not_in => *array[str]*

        Only return records where the 'module' field is not in the specified
        values.

    *   module.xmax => *str*

        Only return records where the 'module' field is less than specified
        value.

    *   module.xmin => *str*

README  view on Meta::CPAN

    *   name.max => *str*

        Only return records where the 'name' field is less than or equal to
        specified value.

    *   name.min => *str*

        Only return records where the 'name' field is greater than or equal
        to specified value.

    *   name.not_contains => *str*

        Only return records where the 'name' field does not contain
        specified text.

    *   name.not_in => *array[str]*

        Only return records where the 'name' field is not in the specified
        values.

    *   name.xmax => *str*

        Only return records where the 'name' field is less than specified
        value.

    *   name.xmin => *str*

README  view on Meta::CPAN

    *   notice.max => *str*

        Only return records where the 'notice' field is less than or equal
        to specified value.

    *   notice.min => *str*

        Only return records where the 'notice' field is greater than or
        equal to specified value.

    *   notice.not_contains => *str*

        Only return records where the 'notice' field does not contain
        specified text.

    *   notice.not_in => *array[str]*

        Only return records where the 'notice' field is not in the specified
        values.

    *   notice.xmax => *str*

        Only return records where the 'notice' field is less than specified
        value.

    *   notice.xmin => *str*

README  view on Meta::CPAN

    *   text.max => *str*

        Only return records where the 'text' field is less than or equal to
        specified value.

    *   text.min => *str*

        Only return records where the 'text' field is greater than or equal
        to specified value.

    *   text.not_contains => *str*

        Only return records where the 'text' field does not contain
        specified text.

    *   text.not_in => *array[str]*

        Only return records where the 'text' field is not in the specified
        values.

    *   text.xmax => *str*

        Only return records where the 'text' field is less than specified
        value.

    *   text.xmin => *str*

README  view on Meta::CPAN

    *   url.max => *str*

        Only return records where the 'url' field is less than or equal to
        specified value.

    *   url.min => *str*

        Only return records where the 'url' field is greater than or equal
        to specified value.

    *   url.not_contains => *str*

        Only return records where the 'url' field does not contain specified
        text.

    *   url.not_in => *array[str]*

        Only return records where the 'url' field is not in the specified
        values.

    *   url.xmax => *str*

        Only return records where the 'url' field is less than specified
        value.

    *   url.xmin => *str*

README  view on Meta::CPAN

    *   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/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'meta2_name' field does not equal specified value.

=item * B<meta2_name.max> => I<str>

Only return records where the 'meta2_name' field is less than or equal to specified value.

=item * B<meta2_name.min> => I<str>

Only return records where the 'meta2_name' field is greater than or equal to specified value.

=item * B<meta2_name.not_contains> => I<str>

Only return records where the 'meta2_name' field does not contain specified text.

=item * B<meta2_name.not_in> => I<array[str]>

Only return records where the 'meta2_name' field is not in the specified values.

=item * B<meta2_name.xmax> => I<str>

Only return records where the 'meta2_name' field is less than specified value.

=item * B<meta2_name.xmin> => I<str>

Only return records where the 'meta2_name' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'meta_name' field does not equal specified value.

=item * B<meta_name.max> => I<str>

Only return records where the 'meta_name' field is less than or equal to specified value.

=item * B<meta_name.min> => I<str>

Only return records where the 'meta_name' field is greater than or equal to specified value.

=item * B<meta_name.not_contains> => I<str>

Only return records where the 'meta_name' field does not contain specified text.

=item * B<meta_name.not_in> => I<array[str]>

Only return records where the 'meta_name' field is not in the specified values.

=item * B<meta_name.xmax> => I<str>

Only return records where the 'meta_name' field is less than specified value.

=item * B<meta_name.xmin> => I<str>

Only return records where the 'meta_name' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'module' field does not equal specified value.

=item * B<module.max> => I<str>

Only return records where the 'module' field is less than or equal to specified value.

=item * B<module.min> => I<str>

Only return records where the 'module' field is greater than or equal to specified value.

=item * B<module.not_contains> => I<str>

Only return records where the 'module' field does not contain specified text.

=item * B<module.not_in> => I<array[str]>

Only return records where the 'module' field is not in the specified values.

=item * B<module.xmax> => I<str>

Only return records where the 'module' field is less than specified value.

=item * B<module.xmin> => I<str>

Only return records where the 'module' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'name' field does not equal specified value.

=item * B<name.max> => I<str>

Only return records where the 'name' field is less than or equal to specified value.

=item * B<name.min> => I<str>

Only return records where the 'name' field is greater than or equal to specified value.

=item * B<name.not_contains> => I<str>

Only return records where the 'name' field does not contain specified text.

=item * B<name.not_in> => I<array[str]>

Only return records where the 'name' field is not in the specified values.

=item * B<name.xmax> => I<str>

Only return records where the 'name' field is less than specified value.

=item * B<name.xmin> => I<str>

Only return records where the 'name' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'notice' field does not equal specified value.

=item * B<notice.max> => I<str>

Only return records where the 'notice' field is less than or equal to specified value.

=item * B<notice.min> => I<str>

Only return records where the 'notice' field is greater than or equal to specified value.

=item * B<notice.not_contains> => I<str>

Only return records where the 'notice' field does not contain specified text.

=item * B<notice.not_in> => I<array[str]>

Only return records where the 'notice' field is not in the specified values.

=item * B<notice.xmax> => I<str>

Only return records where the 'notice' field is less than specified value.

=item * B<notice.xmin> => I<str>

Only return records where the 'notice' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'text' field does not equal specified value.

=item * B<text.max> => I<str>

Only return records where the 'text' field is less than or equal to specified value.

=item * B<text.min> => I<str>

Only return records where the 'text' field is greater than or equal to specified value.

=item * B<text.not_contains> => I<str>

Only return records where the 'text' field does not contain specified text.

=item * B<text.not_in> => I<array[str]>

Only return records where the 'text' field is not in the specified values.

=item * B<text.xmax> => I<str>

Only return records where the 'text' field is less than specified value.

=item * B<text.xmin> => I<str>

Only return records where the 'text' field is greater than specified value.

lib/App/ListSoftwareLicenses.pm  view on Meta::CPAN

Only return records where the 'url' field does not equal specified value.

=item * B<url.max> => I<str>

Only return records where the 'url' field is less than or equal to specified value.

=item * B<url.min> => I<str>

Only return records where the 'url' field is greater than or equal to specified value.

=item * B<url.not_contains> => I<str>

Only return records where the 'url' field does not contain specified text.

=item * B<url.not_in> => I<array[str]>

Only return records where the 'url' field is not in the specified values.

=item * B<url.xmax> => I<str>

Only return records where the 'url' field is less than specified value.

=item * B<url.xmin> => I<str>

Only return records where the 'url' field is greater than specified value.

lib/App/ListSoftwareLicenses.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-software-licenses  view on Meta::CPAN

 exclude_fields (see --exclude-field)
 fields (see --field)
 format (see --format)
 meta2_name (see --meta2-name)
 meta2_name.contains (see --meta2-name-contains)
 meta2_name.in (see --meta2-name-in)
 meta2_name.is (see --meta2-name-is)
 meta2_name.isnt (see --meta2-name-isnt)
 meta2_name.max (see --meta2-name-max)
 meta2_name.min (see --meta2-name-min)
 meta2_name.not_contains (see --meta2-name-not-contains)
 meta2_name.not_in (see --meta2-name-not-in)
 meta2_name.xmax (see --meta2-name-xmax)
 meta2_name.xmin (see --meta2-name-xmin)
 meta_name (see --meta-name)
 meta_name.contains (see --meta-name-contains)
 meta_name.in (see --meta-name-in)
 meta_name.is (see --meta-name-is)
 meta_name.isnt (see --meta-name-isnt)
 meta_name.max (see --meta-name-max)
 meta_name.min (see --meta-name-min)
 meta_name.not_contains (see --meta-name-not-contains)
 meta_name.not_in (see --meta-name-not-in)
 meta_name.xmax (see --meta-name-xmax)
 meta_name.xmin (see --meta-name-xmin)
 module (see --module)
 module.contains (see --module-contains)
 module.in (see --module-in)
 module.is (see --module-is)
 module.isnt (see --module-isnt)
 module.max (see --module-max)
 module.min (see --module-min)
 module.not_contains (see --module-not-contains)
 module.not_in (see --module-not-in)
 module.xmax (see --module-xmax)
 module.xmin (see --module-xmin)
 naked_res (see --naked-res)
 name (see --name)
 name.contains (see --name-contains)
 name.in (see --name-in)
 name.is (see --name-is)
 name.isnt (see --name-isnt)
 name.max (see --name-max)
 name.min (see --name-min)
 name.not_contains (see --name-not-contains)
 name.not_in (see --name-not-in)
 name.xmax (see --name-xmax)
 name.xmin (see --name-xmin)
 notice (see --notice)
 notice.contains (see --notice-contains)
 notice.in (see --notice-in)
 notice.is (see --notice-is)
 notice.isnt (see --notice-isnt)
 notice.max (see --notice-max)
 notice.min (see --notice-min)
 notice.not_contains (see --notice-not-contains)
 notice.not_in (see --notice-not-in)
 notice.xmax (see --notice-xmax)
 notice.xmin (see --notice-xmin)
 queries (see --query)
 query_boolean (see --query-boolean)
 sort (see --sort)
 text (see --text)
 text.contains (see --text-contains)
 text.in (see --text-in)
 text.is (see --text-is)
 text.isnt (see --text-isnt)
 text.max (see --text-max)
 text.min (see --text-min)
 text.not_contains (see --text-not-contains)
 text.not_in (see --text-not-in)
 text.xmax (see --text-xmax)
 text.xmin (see --text-xmin)
 url (see --url)
 url.contains (see --url-contains)
 url.in (see --url-in)
 url.is (see --url-is)
 url.isnt (see --url-isnt)
 url.max (see --url-max)
 url.min (see --url-min)
 url.not_contains (see --url-not-contains)
 url.not_in (see --url-not-in)
 url.xmax (see --url-xmax)
 url.xmin (see --url-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.text (see --with-text)
 with_field_names (see --with-field-names)

=head1 ENVIRONMENT

=head2 LIST_SOFTWARE_LICENSES_OPT

String. Specify additional command-line options.



( run in 0.602 second using v1.01-cache-2.11-cpan-0a987023a57 )