in reply to Re: In order to run old version Catalsyt, install Module ;and catalyst.pl dosen't work
in thread In order to run old version Catalsyt, install Module ;and catalyst.pl dosen't work

There was a new release of the YAML module a few days ago addressing this problem.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re^2: In order to run old version Catalsyt, install Module ;and catalyst.pl dosen't work

Replies are listed 'Best First'.
Re^3: In order to run old version Catalsyt, install Module ;and catalyst.pl dosen't work
by Thai Heng (Beadle) on Nov 29, 2013 at 07:59 UTC
    I reinstall YAML, all goes well.