http://qs1969.pair.com?node_id=531384

jesuashok has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks !!!

Could anyone explain the below code.
I am aware of new => new. what about the following ?

scalar => [+{ -type => 'File::stat' }, qw/ name /],

use Class::MethodMaker [ scalar => [+{ -type => 'File::stat' }, qw/ name /], new => 'new', ];

"Keep pouring your ideas"