Skip to content

Commit

Permalink
resolve #7 - add missing module to MANIFEST
Browse files Browse the repository at this point in the history
run make manifest this time to... make sure

bump VERSION and Changes for CPAN release
  • Loading branch information
leejo committed Jun 10, 2017
1 parent 0415569 commit a88d702
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Business-GoCardless

0.21 2017-06-09
- Fix add missing module to MANIFESt

0.20 2017-06-09
- Fix add missing module to MANIFESt

Expand Down
11 changes: 6 additions & 5 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ lib/Business/GoCardless.pm
lib/Business/GoCardless/Basic.pm
lib/Business/GoCardless/Bill.pm
lib/Business/GoCardless/Client.pm
lib/Business/GoCardless/Customer.pm
lib/Business/GoCardless/Exception.pm
lib/Business/GoCardless/Merchant.pm
lib/Business/GoCardless/Mandate.pm
lib/Business/GoCardless/Merchant.pm
lib/Business/GoCardless/Paginator.pm
lib/Business/GoCardless/Payment.pm
lib/Business/GoCardless/Payout.pm
lib/Business/GoCardless/PreAuthorization.pm
lib/Business/GoCardless/Pro.pm
lib/Business/GoCardless/Resource.pm
lib/Business/GoCardless/RedirectFlow.pm
lib/Business/GoCardless/Resource.pm
lib/Business/GoCardless/Subscription.pm
lib/Business/GoCardless/Upgrading.pod
lib/Business/GoCardless/User.pm
lib/Business/GoCardless/Utils.pm
lib/Business/GoCardless/Webhook.pm
lib/Business/GoCardless/Webhook/V2.pm
lib/Business/GoCardless/Webhook/Event.pm
lib/Business/GoCardless/Webhook/V2.pm
Makefile.PL
MANIFEST
README.md
Expand All @@ -35,8 +36,8 @@ t/business/gocardless/client.t
t/business/gocardless/customer.t
t/business/gocardless/exception.t
t/business/gocardless/merchant.t
t/business/gocardless/payment.t
t/business/gocardless/paginator.t
t/business/gocardless/payment.t
t/business/gocardless/preauthorization.t
t/business/gocardless/pro.t
t/business/gocardless/redirectflow.t
Expand All @@ -45,7 +46,7 @@ t/business/gocardless/subscription.t
t/business/gocardless/user.t
t/business/gocardless/utils.t
t/business/gocardless/webhook.t
t/business/gocardless/webhook/v2.t
t/business/gocardless/webhook/event.t
t/business/gocardless/webhook/v2.t
t/end_to_end/.exists
t/gocardless_callback_reader.pl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set of modules

# VERSION

0.20
0.21

# DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Business/GoCardless.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set of modules
=head1 VERSION
0.20
0.21
=head1 DESCRIPTION
Expand Down Expand Up @@ -53,7 +53,7 @@ use Carp qw/ confess /;
use Business::GoCardless::Client;
use Business::GoCardless::Webhook;

$Business::GoCardless::VERSION = '0.20';
$Business::GoCardless::VERSION = '0.21';

has api_version => (
is => 'ro',
Expand Down

0 comments on commit a88d702

Please sign in to comment.