Skip Menu |

This queue is for tickets about the Net-Google-Calendar CPAN distribution.

Report information
The Basics
Id: 61798
Status: resolved
Priority: 0/
Queue: Net-Google-Calendar

People
Owner: PLYTLE [...] cpan.org
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.0
Fixed in: (no value)



Subject: [Patch] POD typo
The attached patch fixes a POD typo in lib/Net/Google/Calendar/Entry.pm. Thanks, Frank
Subject: Entry.pm.patch
diff --git a/lib/Net/Google/Calendar/Entry.pm b/lib/Net/Google/Calendar/Entry.pm index 773423a..c8c6b22 100644 --- a/lib/Net/Google/Calendar/Entry.pm +++ b/lib/Net/Google/Calendar/Entry.pm @@ -491,7 +491,7 @@ For example ... To get the recurrence back: - print $entry->recurrence->a_string; + print $entry->recurrence->as_string; See
Fixed in 1.01