Subject: | parent attribute is always empty |
Date: | Sun, 28 Sep 2014 19:16:44 -0700 |
To: | bug-Net-Google-DocumentsList [...] rt.cpan.org |
From: | Stephen Montsaroff <stephm [...] pobox.com> |
In running a script, I found that the parent attribute for items is
always empty.
Below is a test script.
use Net::Google::DocumentsList;
use Data::Dumper;
my $client = Net::Google::DocumentsList->new(
username => 'XXX',
password => 'XXX
);
# taking one document
my $doc = $client->item;
my @items = $client->items;
foreach my $item (@items){
my $parent=$item->parent;
my $name=$item->title;
chomp($name);
chomp($parent);
print $parent."\n";
}
--
SzsSignature
Stephen Montsaroff
stephm@pobox.com Signature
The Bear Who Swims
****//****