- or download this
subtype 'FilePath'
=> as 'Str'
...
isa => 'FilePath',
default => '/var/log/walrus.log',
);
- or download this
subtype 'FilePath'
=> as 'Str'
...
isa => 'FilePath',
default => '/var/log/walrus.log',
);
- or download this
subtype 'FilePath'
=> as 'Str'
...
default => '/var/log/walrus.log',
coerce => 1,
);