Skip to content

cavis/pmp-sdk-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net-PMP

See the Public Media Platform site (http://docs.pmp.io/) for more details.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

Note that some of the unit tests will be skipped unless the following 
environment variables are set:

 PMP_CLIENT_ID
 PMP_CLIENT_SECRET

and optionally:

 PMP_CLIENT_HOST
 PMP_CLIENT_DEBUG

If not set, the unit tests against the server API are skipped.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Net::PMP

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-PMP

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-PMP

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-PMP

    Search CPAN
        http://search.cpan.org/dist/Net-PMP/


LICENSE AND COPYRIGHT

Copyright (C) 2013 American Public Media Group

See LICENSE file for details on the MIT license.

About

Perl client for the Public Media Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%