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

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
release v0.4
  • Loading branch information
potatogim authored Feb 14, 2018
2 parents e2a92de + 1a4a8ac commit 0282b6b
Show file tree
Hide file tree
Showing 17 changed files with 4,014 additions and 321 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ install:

script:
- perl Makefile.PL
- make && make test TEST_VERBOSE=1
# - perl .TRAVIS.PL 2>&1
- make && make test TEST_VERBOSE=1 TEST_FUNCTION=1
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4

- provides convenient classes under GlusterFS::GFAPI::FFI::*
- unit-test with mocking up

0.3

- supports scatter/gather I/O
Expand Down
31 changes: 16 additions & 15 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WriteMakefile(
'Carp' => 0,
'Try::Tiny' => 0,
'File::Spec' => 0,
'Scalar::Util::Numeric' => 0,
'List::MoreUtils' => 0,
'Moo' => 0,
'Generator::Object' => 0,
Expand All @@ -33,21 +34,21 @@ WriteMakefile(
'FFI::Platypus::Memory' => 0,
},
TEST_REQUIRES => {
'utf8' => 0,
'locale' => 0,
'POSIX' => 0,
'Symbol' => 0,
'Data::Dumper' => 0,
'Devel::Peek' => 0,
'IPC::Open3' => 0,
'IO::Select' => 0,
'List::Util' => 0,
'Scalar::Util' => 0,
'Time::HiRes' => 0,
'Test::Deep' => 0,
'Test::More' => 0,
'Test::Most' => 0,
'Test::Exception' => 0.43,
'utf8' => 0,
'locale' => 0,
'POSIX' => 0,
'Symbol' => 0,
'Data::Dumper' => 0,
'Devel::Peek' => 0,
'IPC::Open3' => 0,
'IO::Select' => 0,
'List::Util' => 0,
'Scalar::Util' => 0,
'Time::HiRes' => 0,
'Test::Deep' => 0,
'Test::More' => 0,
'Test::Most' => 0,
'Test::Class' => 0,
},
PL_FILES => {},
clean => {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3
0.4
Loading

0 comments on commit 0282b6b

Please sign in to comment.