Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: erantapaa [...] gmail.com
Cc:
AdminCc:

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



Subject: bug in Net::Google::Calendar::Base::_initialize
Date: Thu, 24 Apr 2008 12:45:31 -0500
To: bug-Net-Google-Calendar [...] rt.cpan.org
From: "Erik Rantapaa" <erantapaa [...] gmail.com>
This routine is missing "my $self = shift;" at the beginning: sub _initialize { my $class = ref($self)? ref($self) : $self; my $ns = XML::Atom::Namespace->new(gd => 'http://schemas.google.com/g/2005'); $self->{_gd_ns} = $ns; } A consequence is that things like $entry->when don't work.
Thanks for the report. I actually fixed this in SVN a few days back https://svn.unixbeard.net/simon/Net-Google-Calendar but haven't rolled a release yet. Thanks again, Simon