Changes for version 0.002
- Change: cc347013f6f73e19793726afeb3278d2553bb49d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 18:36:55 +0000
- Added CPANFile
- Added the plug-in Dist::Zilla::Plugin::CPANFile to add a cpanfile to this distribution, making it easier to install it with cpanm
- Change: cb12c28e99eba21806b7bdb0ef14c65b25a1d6d6 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 18:30:06 +0000
- Removed hardcode values for SYS_getdents syscall
- Using Inline::C to return respective integer from header files, avoiding using hardcodes or having to rely on h2ph Added more descriptive messages on getdents.t test Added the benchmark.t author test (still not passing, marked as TODO) Added a gitignore due files generated by Inline::C
Modules
use Linux getdents syscall to read large directories over NFS