Skip to content

Commit

Permalink
0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Feb 26, 2018
1 parent 136d198 commit 6da7758
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Catmandu-BagIt

{{$NEXT}}

0.22 2018-02-26 15:34:23 CET
- Fixing checksums for URI encoded files

0.211 2018-02-09 17:25:37 CET
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Patrick Hochstenbach <Patrick.Hochstenbach@UGent.be>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
Expand All @@ -31,7 +31,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.18",
"Dist::Milla" : "v1.0.17",
"Test::Pod" : "1.41"
}
},
Expand Down Expand Up @@ -72,11 +72,11 @@
"web" : "https://github.com/LibreCat/Catmandu-BagIt"
}
},
"version" : "0.211",
"version" : "0.22",
"x_contributors" : [
"Nicolas Franck <njfranck@ca20c533.ugent.be>",
"Vitali Peil <vitali.peil@uni-bielefeld.de>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 4.01"
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
}

2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Catmandu::Sane;
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt/Fetch.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt::Fetch;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Moo;
use IO::String;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt/Payload.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt::Payload;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Moo;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Exporter::BagIt;

our $VERSION = '0.211';
our $VERSION = '0.22';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::BagIt;

our $VERSION = '0.211';
our $VERSION = '0.22';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::File::BagIt;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Catmandu::Sane;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt/Bag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::File::BagIt::Bag;

use Catmandu::Sane;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Moo;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt/Index.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::File::BagIt::Index;

our $VERSION = '0.211';
our $VERSION = '0.22';

use Catmandu::Sane;
use Moo;
Expand Down

0 comments on commit 6da7758

Please sign in to comment.