1FLICKR_MAKE_TEST_VALUESU(s1e)r Contributed Perl DocumentaFtLiIoCnKR_MAKE_TEST_VALUES(1)
2
3
4

NAME

6       flickr_make_test_values.pl - script to assist with testing the
7       Flickr::API
8

SYNOPSIS

10       "flickr_make_test_values.pl --values_out=file_to_build
11       [--values_in=existing_file]"
12

OPTIONS

14   Required:
15       --values_out points to where to create the stored Flickr values file
16
17   Optional:
18
19
20       --values_in   points to the optional input values file to use as a base
21       for the --values_out file you are creating.
22
23
24       --help as expected
25       --usage
26       --man
27

DESCRIPTION

29       This script is a lightweight method to assemble key/value pairs for
30       testing the Flickr::API. It is used to build a file for the make test
31       portion of installation. It does not use Flickr::API; and sticks to
32       modules from perl core so that it can be used prior to-- and perhaps in
33       conjunction with-- installation and testing of the Flickr::API module.
34
35       When you make test, add the environment variable MAKETEST_VALUES,
36       pointing to the key/values file you specified. The command should look
37       something like:
38
39         make test MAKETEST_VALUES=/home/myusername/test-flickr-values.txt
40
41       or
42
43         make test MAKETEST_VALUES=/home/myusername/test-flickr-values.txt \
44                 MAKETEST_OAUTH_CFG=/home/myusername/test-flickr-oauth.st
45
47       Copyright (c) 2015, Louis B. Moore "<lbmoore@cpan.org>".
48
49       This program is released under the Artistic License 2.0 by The Perl
50       Foundation.
51

SEE ALSO

53       The README in the Flickr::API distribution.
54
55
56
57perl v5.30.0                      2019-07-26        FLICKR_MAKE_TEST_VALUES(1)
Impressum