Created
January 27, 2009 10:53
-
-
Save fuba/53291 to your computer and use it in GitHub Desktop.
I want to use the POST method on all methods on Net::Twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
541 my $reqtype = ( ( $method_def->{post} ) || ( (defined $args) && $args->{post} ) ) ? "POST" : "GET"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment