Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.1.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2fba802..9cf52f5 100644
--- a/Changes
+++ b/Changes
@@ -2,7 +2,7 @@ Revision history for Perl extension OvhApi

 {{$NEXT}}

-1 2016-09-12T21:18:20Z
+0.1 2016-09-12T21:20:12Z

     - original version.
     - Imported from https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip
  • Loading branch information
pacoesteban committed Sep 12, 2016
1 parent 6974687 commit 883ea90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Revision history for Perl extension OvhApi

{{$NEXT}}

1 2016-09-12T21:18:20Z
0.1 2016-09-12T21:20:12Z

- original version.
- Imported from https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"web" : "https://github.com/pacoesteban/OvhApi"
}
},
"version" : "1",
"version" : "0.1",
"x_contributors" : [
"Paco Esteban <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/OvhApi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package OvhApi;
use strict;
use warnings;

our $VERSION = 1;
our $VERSION = 0.1;


use OvhApi::Answer;
Expand Down
2 changes: 1 addition & 1 deletion lib/OvhApi/Answer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package OvhApi::Answer;
use strict;
use warnings;

our $VERSION = 1;
our $VERSION = 0.1;


use overload (
Expand Down

0 comments on commit 883ea90

Please sign in to comment.