Skip to content

Commit

Permalink
Import Sclar::Util::blessed in the POD Synopsis to make it clear call…
Browse files Browse the repository at this point in the history
…ers need to do so (RT#55283)
  • Loading branch information
semifor committed Mar 6, 2010
1 parent 1d130a5 commit 89bf175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,3 +1,4 @@
- Import Sclar::Util::blessed in the POD Synopsis to make it clear callers need to do so (RT#55283)
- Use newly documented "preferred" oauth endpoints: http://api.twitter.com/oauth/*
- Added SimulateCursors trait for Identi.ca compatibility

Expand Down
1 change: 1 addition & 0 deletions src/net-twitter-pod.tt2
Expand Up @@ -9,6 +9,7 @@ This document describes Net::Twitter version [% VERSION %]
=head1 SYNOPSIS

use Net::Twitter;
use Scalar::Util 'blessed';

my $nt = Net::Twitter->new(
traits => [qw/API::REST/],
Expand Down

0 comments on commit 89bf175

Please sign in to comment.