Skip to content

Commit

Permalink
Prep for release 0.02
Browse files Browse the repository at this point in the history
Make build dependent on Moo 0.009013
Update Changes file
  • Loading branch information
jadeallenx committed Dec 23, 2011
1 parent da1268b commit 58bd52b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -13,7 +13,7 @@ my $builder = Module::Build->new(
requires => {
'perl' => '5.010',
'LWP::Protocol::https' => 0,
'Moo' => 0,
'Moo' => '0.009013',
'Sub::Quote' => 0,
'LWP' => 0,
'JSON' => 0,
Expand Down
10 changes: 10 additions & 0 deletions Changes
@@ -1,5 +1,15 @@
Revision history for Net-API-Gett

0.02 2011-12-23
Integrate patch from keedi to allow object initialization
with one of:
* access token
* refresh token, or,
* api key, email and password

Document change
Make build dependent on Moo 0.009013 which fixes CPAN test failures.

0.01 2011-12-02
Initial release

9 changes: 6 additions & 3 deletions MANIFEST
@@ -1,14 +1,17 @@
Build.PL
Changes
ignore.txt
lib/Net/API/Gett.pm
lib/Net/API/Gett/User.pm
lib/Net/API/Gett/Share.pm
lib/Net/API/Gett/File.pm
lib/Net/API/Gett/Share.pm
lib/Net/API/Gett/User.pm
MANIFEST This list of files
MANIFEST.SKIP
README
ignore.txt
t/00-load.t
t/01-basic.t
t/manifest.t
t/pod.t
Makefile.PL
META.yml
META.json

0 comments on commit 58bd52b

Please sign in to comment.