Skip to content

Commit

Permalink
version 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Feb 9, 2019
1 parent a95a949 commit f2c02ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for Kafka-Librd

0.10 2019-02-09 10:01:17 -0500
- New maintainer Graham Ollis <plicease@cpan.org>
- Fix compatability with Perls older than 5.8.9

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"configure" : {
"requires" : {
"Alien::Base::Wrapper" : "0",
"Alien::Librdkafka" : "v0.9.3",
"ExtUtils::MakeMaker" : "6.64"
}
},
"runtime" : {
"requires" : {
"Alien::Librdkafka" : "v0.9.3",
"Exporter::Lite" : "0"
}
},
Expand All @@ -57,7 +57,7 @@
"url" : "git://github.com/plicease/perl-Kafka-Librd"
}
},
"version" : "0.09",
"version" : "0.10",
"x_contributors" : [
"Pavel Shaydo <zwon@cpan.org>",
"Graham Ollis <plicease@cpan.org>"
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build_requires:
ExtUtils::MakeMaker: '0'
Test::More: '0.94'
configure_requires:
Alien::Base::Wrapper: '0'
Alien::Librdkafka: v0.9.3
ExtUtils::MakeMaker: '6.64'
dynamic_config: 1
Expand All @@ -20,14 +21,13 @@ no_index:
- t
- inc
requires:
Alien::Librdkafka: v0.9.3
Exporter::Lite: '0'
resources:
bugtracker: https://github.com/plicease/perl-Kafka-Librd/issues
homepage: https://github.com/plicease/Kafka-Librd
license: http://dev.perl.org/licenses/
repository: git://github.com/plicease/perl-Kafka-Librd
version: '0.09'
version: '0.10'
x_contributors:
- 'Pavel Shaydo <zwon@cpan.org>'
- 'Graham Ollis <plicease@cpan.org>'
Expand Down
3 changes: 1 addition & 2 deletions lib/Kafka/Librd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package Kafka::Librd;
use strict;
use warnings;

our $VERSION = "0.09";
$VERSION = eval $VERSION;
our $VERSION = '0.10';

require XSLoader;
XSLoader::load('Kafka::Librd', $VERSION);
Expand Down

0 comments on commit f2c02ef

Please sign in to comment.