From 6697f60f19393c9ba9e2dc9bcc680024fb3878ee Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 26 May 2018 19:34:00 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 7 +++---- lib/WebService/FOAAS.pm | 4 ++-- lib/WebService/FOAAS/Codegen.pm | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 8d06e24..9ab2784 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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 diff --git a/README b/README index 775be8a..6a775fd 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -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. @@ -24,10 +24,9 @@ This module requires these other modules and libraries: * 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, diff --git a/lib/WebService/FOAAS.pm b/lib/WebService/FOAAS.pm index 0d20dec..e7cb714 100644 --- a/lib/WebService/FOAAS.pm +++ b/lib/WebService/FOAAS.pm @@ -36,7 +36,7 @@ use URI::Escape; use parent qw/Exporter/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; our $BASE = 'https://foaas.com'; our $ht = HTTP::Tiny->new; @@ -994,7 +994,7 @@ Marius Gavrilescu Emarius@ieval.roE =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, diff --git a/lib/WebService/FOAAS/Codegen.pm b/lib/WebService/FOAAS/Codegen.pm index f4e4f32..edd9e5f 100644 --- a/lib/WebService/FOAAS/Codegen.pm +++ b/lib/WebService/FOAAS/Codegen.pm @@ -7,7 +7,7 @@ use warnings; use HTTP::Tiny; use JSON::MaybeXS qw/decode_json/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; sub run { my $ht = HTTP::Tiny->new; -- 2.30.2