Prep for release
This commit is contained in:
parent
f7c21bdcba
commit
b61e9b4921
2 changed files with 7 additions and 1 deletions
6
Changes
6
Changes
|
@ -1,5 +1,11 @@
|
||||||
|
2023-01-12 Dave Cross <dave@perlhacks.com>
|
||||||
|
|
||||||
|
* Version 1.1.1
|
||||||
|
* Fix problem parsing perl-License-Syntax.spec (thanks Michal Josef Špaček)
|
||||||
|
|
||||||
2022-12-09 Dave Cross <dave@perlhacks.com>
|
2022-12-09 Dave Cross <dave@perlhacks.com>
|
||||||
|
|
||||||
|
* Version 1.1.0
|
||||||
* Support ExcludeArch, ExclusiveArch, ExcluseOS, ExclusiveOS
|
* Support ExcludeArch, ExclusiveArch, ExcluseOS, ExclusiveOS
|
||||||
|
|
||||||
2021-01-23 Dave Cross <dave@perlhacks.com>
|
2021-01-23 Dave Cross <dave@perlhacks.com>
|
||||||
|
|
|
@ -7,7 +7,7 @@ use warnings;
|
||||||
use Carp;
|
use Carp;
|
||||||
use Moose;
|
use Moose;
|
||||||
|
|
||||||
our $VERSION = 'v1.1.0';
|
our $VERSION = 'v1.1.1';
|
||||||
|
|
||||||
has file => ( is => 'ro', isa => 'Str', required => 1 );
|
has file => ( is => 'ro', isa => 'Str', required => 1 );
|
||||||
has name => ( is => 'rw', isa => 'Str' );
|
has name => ( is => 'rw', isa => 'Str' );
|
||||||
|
|
Loading…
Add table
Reference in a new issue