Revision history for Perl extension WebService::FOAAS.
+0.001001 2017-02-10T18:01+00:00
+ - Add more dependencies to PREREQ_PM
+
0.001 2017-01-31T16:44+00:00
- Initial release
-WebService-FOAAS version 0.001
-==============================
+WebService-FOAAS version 0.001001
+=================================
FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable
solution to the common problem of telling people to fuck off.
use parent qw/Exporter/;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
our $BASE = 'https://foaas.com';
our $ht = HTTP::Tiny->new;
use HTTP::Tiny;
use JSON::MaybeXS qw/decode_json/;
+our $VERSION = '0.001001';
+
sub run {
my $ht = HTTP::Tiny->new;
my $result = $ht->get('https://foaas.com/operations');