The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.002

  • Change: 6549d1129550c4dde198ef6cdcb44c33c6f15b68 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-01 03:49:10 +0000
    • Validations for hardcoded number of SYS_getdents
    • Updated the Pod Added the getdents_safe to the module Expanded the tests to include getdents and getdents_safe validation
  • Change: 241ab401d57ce8aac032243054681f3396d99b7a Author: Olivier Mengué <dolmen@cpan.org> Date : 2017-04-30 19:44:53 +0000
    • Syscall as constants per archname instead of requiring syscall.ph
    • This simplifies user install that is now fully automated on supported platforms. Additional archs can be easily added by fixing BigDir.pm.
    • See discussion at http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2017/02/msg3 993.html
  • Change: 26b6be00f611a5177241909d5bbf352f17372f9a Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-02-05 13:17:03 +0000
    • Fixes for releasing Added install receipt Added more restrictions on dist.ini Fixed the failing test on pod-coverage.t
  • Change: e4438afaeafaa791d24274c83f44eb85e210ac07 Author: Alceu Rodrigues de Freitas Junior <glasswalk3r@yahoo.com.br> Date : 2017-02-05 10:32:16 +0000
    • Fixing the markdown syntax
  • Change: efca41dbd625d03a8f3efcfc6b5e932ef35359e9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-02-05 10:27:46 +0000
    • Changes for releasing on CPAN
  • Change: 8edb7dcdc0ea2b9df1377f83fb4a4dd7ad308b82 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 15:44:35 +0000
    • fixed markdown README
  • Change: fa3f73660931d7ac67de987977f7bb0f0130fba9 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2016-12-04 15:40:28 +0000
    • Initial release

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