logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flickr_make_test_values - script to assist with testing the Flickr::API

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 maketest portion of installation. It does not useFlickr::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 maketest, 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

Name

       flickr_make_test_values - script to assist with testing the Flickr::API

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

See Also

       The README in the Flickr::API distribution.

perl v5.38.2                                       2024-03-02                        FLICKR_MAKE_TEST_VALUES(1p)

Synopsis

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

See Also