DT::Incomplete does not pass tests under 5.00503

The error message is very weird.
It seems that it is mostly related to requiring 
  $var->$method();
instead of
  $var->$method;

I'm working on a fix.

- Flavio S. Glock


$ perl5.6.1 Makefile.PL
$ make test
...
All tests successful.


$ perl5.8.1 Makefile.PL
$ make test
...
All tests successful.


$ perl5.00503 Makefile.PL
$ make test
...
t/02incomplete.......Global symbol "$bigger_field" requires explicit
package name at blib/lib/DateTime/Incomplete.pm line 666.
Global symbol "$field" requires explicit package name at
blib/lib/DateTime/Incomplete.pm line 666.
blib/lib/DateTime/Incomplete.pm has too many errors.

Reply via email to