From 89bf175d9b875906662c4f2924bbea3dd6a54ce2 Mon Sep 17 00:00:00 2001 From: Marc Mims Date: Sat, 6 Mar 2010 09:29:04 -0800 Subject: [PATCH] Import Sclar::Util::blessed in the POD Synopsis to make it clear callers need to do so (RT#55283) --- Changes | 1 + src/net-twitter-pod.tt2 | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index d434ec4..131bd59 100644 --- a/Changes +++ b/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 diff --git a/src/net-twitter-pod.tt2 b/src/net-twitter-pod.tt2 index 0690dab..81d1350 100644 --- a/src/net-twitter-pod.tt2 +++ b/src/net-twitter-pod.tt2 @@ -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/],