Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0282b6b

Browse files
authored
release v0.4
release v0.4
2 parents e2a92de + 1a4a8ac commit 0282b6b

17 files changed

+4014
-321
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ install:
5050

5151
script:
5252
- perl Makefile.PL
53-
- make && make test TEST_VERBOSE=1
54-
# - perl .TRAVIS.PL 2>&1
53+
- make && make test TEST_VERBOSE=1 TEST_FUNCTION=1

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4
2+
3+
- provides convenient classes under GlusterFS::GFAPI::FFI::*
4+
- unit-test with mocking up
5+
16
0.3
27

38
- supports scatter/gather I/O

Makefile.PL

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ WriteMakefile(
2424
'Carp' => 0,
2525
'Try::Tiny' => 0,
2626
'File::Spec' => 0,
27+
'Scalar::Util::Numeric' => 0,
2728
'List::MoreUtils' => 0,
2829
'Moo' => 0,
2930
'Generator::Object' => 0,
@@ -33,21 +34,21 @@ WriteMakefile(
3334
'FFI::Platypus::Memory' => 0,
3435
},
3536
TEST_REQUIRES => {
36-
'utf8' => 0,
37-
'locale' => 0,
38-
'POSIX' => 0,
39-
'Symbol' => 0,
40-
'Data::Dumper' => 0,
41-
'Devel::Peek' => 0,
42-
'IPC::Open3' => 0,
43-
'IO::Select' => 0,
44-
'List::Util' => 0,
45-
'Scalar::Util' => 0,
46-
'Time::HiRes' => 0,
47-
'Test::Deep' => 0,
48-
'Test::More' => 0,
49-
'Test::Most' => 0,
50-
'Test::Exception' => 0.43,
37+
'utf8' => 0,
38+
'locale' => 0,
39+
'POSIX' => 0,
40+
'Symbol' => 0,
41+
'Data::Dumper' => 0,
42+
'Devel::Peek' => 0,
43+
'IPC::Open3' => 0,
44+
'IO::Select' => 0,
45+
'List::Util' => 0,
46+
'Scalar::Util' => 0,
47+
'Time::HiRes' => 0,
48+
'Test::Deep' => 0,
49+
'Test::More' => 0,
50+
'Test::Most' => 0,
51+
'Test::Class' => 0,
5152
},
5253
PL_FILES => {},
5354
clean => {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3
1+
0.4

0 commit comments

Comments
 (0)