Version 0.07
This commit is contained in:
parent
a45ae6f113
commit
98a34879dc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use warnings;
|
||||||
use Carp;
|
use Carp;
|
||||||
use Moose;
|
use Moose;
|
||||||
|
|
||||||
our $VERSION = '0.06';
|
our $VERSION = '0.07';
|
||||||
|
|
||||||
has file => ( is => 'rw', isa => 'Str', required => 1 );
|
has file => ( is => 'rw', isa => 'Str', required => 1 );
|
||||||
has name => ( is => 'rw', isa => 'Str' );
|
has name => ( is => 'rw', isa => 'Str' );
|
||||||
|
|
Loading…
Add table
Reference in a new issue