package Article; use Moose; has 'title' => (is => 'rw'); has 'body' => (is => 'rw'); # Interesting stuff ...
- Free: use strict
- Free: use warnings
- Free: constructor
package Article; use Moose; has 'title' => (is => 'rw'); has 'body' => (is => 'rw'); # Interesting stuff ...