line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::OAuth::RequestTokenRequest; |
2
|
4
|
|
|
4
|
|
3632
|
use warnings; |
|
4
|
|
|
|
|
7
|
|
|
4
|
|
|
|
|
127
|
|
3
|
4
|
|
|
4
|
|
21
|
use strict; |
|
4
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
139
|
|
4
|
4
|
|
|
4
|
|
21
|
use base 'Net::OAuth::Request'; |
|
4
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
1565
|
|
5
|
|
|
|
|
|
|
|
6
|
27
|
|
|
27
|
0
|
91
|
sub sign_message {1} |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
=head1 NAME |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
Net::OAuth::RequestTokenRequest - An OAuth protocol request for a Request Token |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 SEE ALSO |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
L, L |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 AUTHOR |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Keith Grennan, C<< >> |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Copyright 2007 Keith Grennan, all rights reserved. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
25
|
|
|
|
|
|
|
under the same terms as Perl itself. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=cut |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |