Skip to content

Commit

Permalink
Add YAML to configure_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 23, 2021
1 parent ddaac63 commit 460a29e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ my $b = AudioFile::Info::Build->new(
perl => '5.6.0',
AudioFile::Info => 0,
Ogg::Vorbis::Header::PurePerl => 0,
},
configure_requires => {
YAML => 0,
},
build_requires => {
Expand Down
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2021-02-22 1.5.4 DAVECROSS
2021-01-23 1.5.5 DAVECROSS

* Add YAML to configure_requires

2021-01-22 1.5.4 DAVECROSS

* Added bugtracker details
* Added Github CI
Expand Down
2 changes: 1 addition & 1 deletion lib/AudioFile/Info/Ogg/Vorbis/Header/PurePerl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Carp;

use Ogg::Vorbis::Header::PurePerl;

our $VERSION = '1.5.4';
our $VERSION = '1.5.5';

my %data = (artist => 'ARTIST',
title => 'TITLE',
Expand Down

0 comments on commit 460a29e

Please sign in to comment.