Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jamesw [...] bsdhosting.co.za
Cc:
AdminCc:

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



Subject: typo in Net/Google/Calendar.pm
Date: Thu, 27 Dec 2007 20:37:43 -0800
To: Bugs in Net-Google-Calendar via RT <bug-Net-Google-Calendar [...] rt.cpan.org>
From: James Wright <jamesw [...] bsdhosting.co.za>
s/rteurn/return/ also replace tabs with spaces.
--- lib/Net/Google/Calendar.pm.orig Thu Dec 27 20:27:30 2007 +++ lib/Net/Google/Calendar.pm Thu Dec 27 20:32:04 2007 @@ -558,9 +558,9 @@ sub _get_entry { my $atom = $r->content; my $entry = XML::Atom::Entry->new(\$atom); - $entry = bless $entry, $class; - $entry->_initialize(); - rteurn $entry; + $entry = bless $entry, $class; + $entry->_initialize(); + return $entry; } =head2 set_calendar <Net::Google::Calendar::Calendar>