Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package ASObjects::MValue; {
- use strict;
- use Moose;
- use Data::Dumper;
- has 'value' => (
- is => 'rw',
- isa => 'Any',
- default => undef
- );
- };
- 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement