Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
Build results of 48375d8 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Phillips committed Jul 11, 2013
1 parent 01dcf71 commit 988f404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for WebService-Shutterstock

0.006 2013-07-11 12:50:23 CST6CDT
0.006 2013-07-11 12:52:23 CST6CDT
- don't override the "new" constructor that's provided by Moo (use BUILD instead) courtesy of arodland

0.005 2013-05-13 09:49:50 CST6CDT
Expand Down
3 changes: 3 additions & 0 deletions lib/WebService/Shutterstock/Client.pm
Expand Up @@ -102,6 +102,7 @@ sub process_response {
}
}


sub BUILD {
my $self = shift;
if($ENV{SS_API_DEBUG}){
Expand Down Expand Up @@ -143,6 +144,8 @@ Processes the most recent response object based on the HTTP status code,
the content type and response body. Additional handlers may be passed in
(keyed on HTTP status codes).
=for Pod::Coverage BUILD
=head1 AUTHOR
Brian Phillips <bphillips@cpan.org>
Expand Down

0 comments on commit 988f404

Please sign in to comment.