in reply to Re: Unable to install XML::LibXSLT
in thread Unable to install XML::LibXSLT

"Line 14 is important"

Line 1 is even more so.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name