File tree Expand file tree Collapse file tree 4 files changed +11
-42
lines changed Expand file tree Collapse file tree 4 files changed +11
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Net::Stripe - API client for Stripe.com
66
77=head1 VERSION
88
9- version 0.10
9+ version 0.11
1010
1111=head1 SYNOPSIS
1212
@@ -41,6 +41,8 @@ This method returns Moose objects for responses from the API.
4141
4242This creates a new stripe api object. The following parameters are accepted:
4343
44+ =over
45+
4446=item api_key
4547
4648This is required. You get this from your Stripe Account settings.
@@ -53,6 +55,8 @@ You can set this to true to see extra debug info.
5355
5456You can set this to true to see the actual network requests.
5557
58+ =back
59+
5660=head1 Charge Methods
5761
5862=head2 post_charge( PARAMHASH | OBJECT )
@@ -141,10 +145,6 @@ You can set this to true to see the actual network requests.
141145
142146=head2 get_invoiceitems( PARAMHASH )
143147
144- =head1 METHODS
145-
146- =head2 API Object
147-
148148=head1 SEE ALSO
149149
150150L<https://stripe.com>, L<https://stripe.com/docs/api>
Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ copyright_year = 2011
1010repo = lukec/stripe-perl
1111[ChangelogFromGit]
1212[Git::NextVersion]
13- first_version = 0.10
13+ first_version = 0.11
1414[ContributorsFromGit]
1515[PodWeaver]
1616
17+
1718[ReadmeAnyFromPod / pod.root ]
1819 filename = README.pod
1920 type = pod
Original file line number Diff line number Diff line change @@ -51,14 +51,12 @@ generally named after the HTTP method and the object name.
5151
5252This method returns Moose objects for responses from the API.
5353
54- =head1 METHODS
55-
56- =head2 API Object
57-
5854=method new PARAMHASH
5955
6056This creates a new stripe api object. The following parameters are accepted:
6157
58+ =over
59+
6260=item api_key
6361
6462This is required. You get this from your Stripe Account settings.
@@ -71,6 +69,8 @@ You can set this to true to see extra debug info.
7169
7270You can set this to true to see the actual network requests.
7371
72+ =back
73+
7474=cut
7575
7676has ' debug' => (is => ' rw' , isa => ' Bool' , default => 0);
You can’t perform that action at this time.
0 commit comments