Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some trivial changes in the doc, including RT #93027 #19

Merged
merged 1 commit into from Feb 27, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions lib/Net/Twitter/Lite/WithAPIv1_1.pod
@@ -1,8 +1,6 @@
#!/usr/bin/env perl

=head1 NAME

Net::Twitter::Lite::WithAPIv1_1 - A perl interface to the Twitter API
Net::Twitter::Lite::WithAPIv1_1 - A perl interface to the Twitter API v1.1

=head1 SYNOPSIS

Expand Down Expand Up @@ -64,7 +62,7 @@ significantly changing the behavior for anyone upgrading.
=head1 DESCRIPTION

This module provides a perl interface to the Twitter APIs. See
L<http://dev.twitter.com/docs/api/1.1> for a full description of the Twitter
L<https://dev.twitter.com/docs/api/1.1/overview> for a full description of the Twitter
APIs.

=head1 RETURN VALUES
Expand All @@ -79,7 +77,7 @@ Instead, rely on the online Twitter API documentation and inspection of the
returned data.

The Twitter API online documentation is located at
L<http://dev.twitter.com/docs/1.1>.
L<https://dev.twitter.com/docs/api/1.1/overview>.

To inspect the data, use L<Data::Dumper> or similar module of your choice.
Here's a simple example using Data::Dumper:
Expand Down