From 8af7f775ca5f056d2f357c16c23bf364f87495a4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 12 Apr 2014 01:39:33 -0400 Subject: this should be required --- lib/WWW/Pinboard.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WWW/Pinboard.pm b/lib/WWW/Pinboard.pm index 39e1c63..edcbb9c 100644 --- a/lib/WWW/Pinboard.pm +++ b/lib/WWW/Pinboard.pm @@ -6,8 +6,9 @@ use JSON::PP; use URI; has token => ( - is => 'ro', - isa => 'Str', + is => 'ro', + isa => 'Str', + required => 1, ); has _endpoint => ( -- cgit v1.2.3-54-g00ecf