Skip to content

Commit 0beaab6

Browse files
committed
version 0.020, cleanup and build conf update
1 parent ea9658a commit 0beaab6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ Revision history for Thrift-API-HiveClient2
6262
0.019 2015-10-01
6363
Added get_tables method, outputs a list of tables with some details
6464
Added fetch_hashref, which returns a resultset keyed on column names
65+
66+
0.020 2015-10-01
67+
Removed .iml file
68+
Updated build dep for rpmbuild and older perl versions

dist.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ license = Apache_2_0
44
copyright_holder = David Morel & Booking.com. Portions are (c) R.Scaffidi, Thrift files are (c) Apache Software Foundation.
55
copyright_year = 2015
66

7-
version = 0.019
7+
version = 0.020
88

99
[Prereqs]
1010
Thrift = 0
1111
Moo = 0
1212
Class::Accessor = 0
1313
Scalar::Util = 0
14+
List::MoreUtils = 0
1415

1516
[PodWeaver]
1617

@@ -19,6 +20,7 @@ exclude_match = gen-perl
1920
exclude_match = cache
2021
exclude_filename = weaver.ini
2122
exclude_match = Thrift-API-HiveClient2-0\.[0-9]+
23+
exclude_match = .*.iml
2224

2325
[PruneCruft]
2426
[ManifestSkip]

0 commit comments

Comments
 (0)