flickr_make_test_values - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS OPTIONS DESCRIPTION LICENSE AND COPYRIGHT SEE ALSO
NAME
    flickr_make_test_values - script to assist with testing the Flickr::API

SYNOPSIS
      flickr_make_test_values --values_out=file_to_build [--values_in=existing_file]

OPTIONS
  Required:
    --values_out points to where to create the stored Flickr values file

  Optional:
    --values_in points to the optional input values file to use as a base
    for the *--values_out* file you are creating.
    --help as expected
    --usage
    --man

DESCRIPTION
    This script is a lightweight method to assemble key/value pairs for
    testing the Flickr::API. It is used to build a file for the make test
    portion of installation. It does not *use Flickr::API;* and sticks to
    modules from perl core so that it can be used prior to-- and perhaps in
    conjunction with-- installation and testing of the Flickr::API module.

    When you make test, add the environment variable MAKETEST_VALUES,
    pointing to the key/values file you specified. The command should look
    something like:

      make test MAKETEST_VALUES=/home/myusername/test-flickr-values.txt

    or

      make test MAKETEST_VALUES=/home/myusername/test-flickr-values.txt \
              MAKETEST_OAUTH_CFG=/home/myusername/test-flickr-oauth.st

LICENSE AND COPYRIGHT
    Copyright (c) 2015, Louis B. Moore "<lbmoore AT cpan.org>".

    This program is released under the Artistic License 2.0 by The Perl
    Foundation.

SEE ALSO
    The README in the Flickr::API distribution.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 03:34 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top