Skip BUILDALL in the default constructor, and DEMOLISHALL in the default destructor:
authorgfx <gfuji@cpan.org>
Tue, 3 Nov 2009 02:51:51 +0000 (11:51 +0900)
committergfx <gfuji@cpan.org>
Tue, 3 Nov 2009 02:51:51 +0000 (11:51 +0900)
commit6ff81d81df833c5faa820ab7148df1c7d58d24d3
treed4fef7a1cb77bd6359fd3b57ba75ccd5952f9074
parent1b812057da4c97ecef7dcd723ac05e249e5d6d4b
Skip  BUILDALL in the default constructor, and DEMOLISHALL in the default destructor:

This is because generated (optimized) constructors/destructors do not call them. Don't modify BUILDALL and DEMOLISHALL, anyway.
lib/Mouse/Object.pm