![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | WWW-PunchTab-0.02.tar.gz |
NAME WWW::PunchTab - PunchTab REST API VERSION version 0.02 SYNOPSIS use WWW::PunchTab; use Data::Dumper; my $pt = WWW::PunchTab->new( domain => 'fayland.org', access_key => 'f4f8290698320a98b1044615e722af79', client_id => '1104891876', secret_key => 'ed73f70966dd10b7788b8f7953ec1d07', ); $pt-> more»
p5-WWW-PunchTab =============== PunchTab API
#!perl BEGIN { unless ( $ENV{RELEASE_TESTING} ) { require Test::More; Test::More::plan( skip_all => 'these tests are for release candidate testing' ); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Covera more»
#!perl BEGIN { unless ( $ENV{RELEASE_TESTING} ) { require Test::More; Test::Mor more»
Revision history for Perl extension WWW-PunchTab 0.02 2012.10.5 sso_auth_js and fixes 0 more»
This software is copyright (c) 2012 by Fayland Lam. This is free software; you can redistribute it more»
[DIR] | WWW-PunchTab-0.02/ (12) |