in reply to Re^3: Any one know how to use sigtrap with moose?
in thread Any one know how to use sigtrap with moose?
The method 'BUILD' was not found in the inheritance hierarchy for Mypackage at /usr/lib/perl5/Class/MOP/Class.pm line 1053
So I changed to :Then it works. may be I miss some perl modules...sub BUILD{ $newest_instance = shift; }
|
|---|