My first Moose class (from the command-line)

perl -Moose -E 'has attribute => (is => "ro");
                say Class->new(attribute => 42)->attribute'