GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FLICKR_MAKE_TEST_VALUES(1) User Contributed Perl Documentation FLICKR_MAKE_TEST_VALUES(1)

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

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

--values_out points to where to create the stored Flickr values file

--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

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

Copyright (c) 2015, Louis B. Moore "<lbmoore@cpan.org>".

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

The README in the Flickr::API distribution.
2016-10-13 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.