Skip to content

Commit

Permalink
Upgrading MARC::File::XML
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed May 24, 2017
1 parent b000f69 commit be09bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.008.
# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.005.
use strict;
use warnings;

Expand Down Expand Up @@ -29,7 +29,7 @@ my %module_build_args = (
"List::Util" => 0,
"MARC::File::MARCMaker" => "0.05",
"MARC::File::MiJ" => "0.04",
"MARC::File::XML" => "v1.0.3",
"MARC::File::XML" => "v1.0.5",
"MARC::Lint" => 0,
"MARC::Parser::RAW" => 0,
"MARC::Record" => "v2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires 'Catmandu', '>=1.0201';
requires 'JSON::XS', '2.3';
requires 'YAML::XS', '0.34';
requires 'List::Util', '0';
requires 'MARC::File::XML', '1.0.3';
requires 'MARC::File::XML', '1.0.5';
requires 'MARC::File::MARCMaker', '0.05';
requires 'MARC::File::MiJ' , '0.04';
requires 'MARC::Record', '2.0.6';
Expand Down

0 comments on commit be09bcd

Please sign in to comment.