lopnor / Net-Google-DocumentsList

http://search.cpan.org/dist/Net-Google-DocumentsList/
3 stars 0 forks source link

Problem with the new Changes functionality: #2

Open phillipadsmith opened 10 years ago

phillipadsmith commented 10 years ago

Problem with the new Changes functionality:

Attribute (updated) does not pass the type constraint because: Validation failed for 'Net::Google::DocumentsList::Types::DateTime' with value 2014-07-19T18:29:39.309Z 
my $service = Net::Google::DocumentsList->new(
    username => $user,
    password => $pass,
);
my @changes = $service->changes();
for my $doc ( @changes ) {
    say $doc->updated;
}