Revision history for Perl extension WebService::FOAAS.
+0.002 2018-05-26T19:34+01:00
+ - Support new FOAAS endpoints
+
0.001001 2017-02-10T18:01+00:00
- Add more dependencies to PREREQ_PM
-WebService-FOAAS version 0.001001
-=================================
+WebService-FOAAS version 0.002
+==============================
FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable
solution to the common problem of telling people to fuck off.
* Test::RequiresInternet
* URI::Escape
-
COPYRIGHT AND LICENCE
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.22.3 or,
use parent qw/Exporter/;
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
our $BASE = 'https://foaas.com';
our $ht = HTTP::Tiny->new;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.22.3 or,
use HTTP::Tiny;
use JSON::MaybeXS qw/decode_json/;
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
sub run {
my $ht = HTTP::Tiny->new;