2009/10/9 Rocco Caputo <rcap...@pobox.com> > [This is a repost of > http://use.perl.org/~rcaputo/journal/39736<http://use.perl.org/%7Ercaputo/journal/39736> > ] > > I've also released Version 1.269_002 to the CPAN for developers who are > more comfortable with that. Remember: CPAN shells don't install developer > releases by default. >
For those that may not be familiar with the CPAN shell features, developer releases can be installed with the CPAN shell: cpan> install RCAPUTO/POE-1.269_002.tar.gzMore to Come > > There will be more improvements in the future, but that's all for now. Stay > tuned, and please report any problems you encounter early and often. Thanks! > > I tried 1.269_002 with my test suite for POE::Component::Schedule. In my test 12-session-ref.t I got this warning: t\12-session-ref-1.t .. 4/6 Use of uninitialized value $sid in hash element at C:/STRAWB~1/perl/site/lib/POE/Resource/SIDs.pm line 80. Olivier.