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>