-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 0.2.
Changelog diff is: diff --git a/Changes b/Changes index 5a0eaa6..5b41e12 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi {{$NEXT}} +0.2 2016-09-12T21:28:00Z + - first CPAN release, hopefully. - updated dependencies.
- Loading branch information
1 parent
fccaa42
commit c5c5350
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
"web" : "https://github.com/pacoesteban/OvhApi" | ||
} | ||
}, | ||
"version" : "0.1", | ||
"version" : "0.2", | ||
"x_contributors" : [ | ||
"Paco Esteban <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ package OvhApi; | |
use strict; | ||
use warnings; | ||
|
||
our $VERSION = 0.1; | ||
our $VERSION = 0.2; | ||
|
||
|
||
use OvhApi::Answer; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters