Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Feb 2017 18:01:23 +0000 (18:01 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Feb 2017 18:01:23 +0000 (18:01 +0000)
Changes
README
lib/WebService/FOAAS.pm
lib/WebService/FOAAS/Codegen.pm

diff --git a/Changes b/Changes
index 76286fe999a31486d8dd9152037cec98406a7d87..8d06e24370169b82d6f2427302a97c27f5b56e31 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 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
diff --git a/README b/README
index 671b75d028dace119c84b9ebf0e6d52f5d9cb16b..775be8a0383f08569ac4baae9259f01790cab637 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-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.
index f4d34e171ceff61784886a8224fbc2baaf3741d8..9a00b4f1eeccd2961efd8a793aebf1bcb09db826 100644 (file)
@@ -36,7 +36,7 @@ use URI::Escape;
 
 use parent qw/Exporter/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 our $BASE = 'https://foaas.com';
 
 our $ht = HTTP::Tiny->new;
index a8e1dd1bc7d06828b2d72bf510d1fda073b2a968..f4e4f32db08c9a64319f4f25a3c4b4449d5e54ff 100644 (file)
@@ -7,6 +7,8 @@ use warnings;
 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');
This page took 0.012827 seconds and 4 git commands to generate.