Skip to content

Commit

Permalink
Add Test::Exception to prereqs. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 4, 2020
1 parent 7056412 commit 939e064
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -11,6 +11,7 @@ my $build = Module::Build->new(
},
build_requires => {
'Test::More' => 0,
'Test::Exception' => 0,
},
build_recommends => {
'Test::Pod' => 0,
Expand Down
7 changes: 6 additions & 1 deletion Changes
@@ -1,4 +1,9 @@
2020-11-3 Dave Cross <dave@perlhaskc.com>
2020-11-04 Dave Cross <dave@perlhacks.com>

* Version 1.0.2
* Add Test::Exception to prereqs

2020-11-03 Dave Cross <dave@perlhacks.com>

* Version 1.0.1
* Improved tests
Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/RPM/Spec.pm
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Carp;
use Moose;

our $VERSION = 'v1.0.1';
our $VERSION = 'v1.0.2';

has file => ( is => 'ro', isa => 'Str', required => 1 );
has name => ( is => 'rw', isa => 'Str' );
Expand Down

0 comments on commit 939e064

Please sign in to comment.