Subject: | block method invokes non-existent Logic::Data::Stop constuctor |
Copying, pasting and running the example code for the assign method
produces the following error.
Can't locate object method "new" via package "Logic::Data::Stop"
(perhaps you forgot to load "Logic::Data::Stop"?) at
/somepath/Logic/Easy.pm line 256.
The block method being called in turns tries to call the
Logic::Data::Stop constructor, which doesn't exist, as you can see from /somepath/Logic/Data.pm (it doesn't contain the Stop package)
`perl -v`
This is perl, v5.10.1 (*) built for x86_64-linux-gnu-thread-multi
`uname -a`
Linux ubuntu-10 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC
2010 x86_64 GNU/Linux