Changes for version 0.004

  • Change: fbbc717e85617485b77ae4bc4c3217ce76d76553 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-15 16:44:08 +0000
    • Included Inline::C in the Prereqs
    • Due lots of failed reports for release 0.002 due the missing Inline::C Simplified the generation of Linux::NFS::BigDir::Syscalls, no need to create a sub if it will be invoked only once
  • Change: 746d7caeb2f31e3dc8e3186040781e5dabf7042d Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-03 00:51:15 +0000
    • Moved syscall constant retrival to Makefile.PL
    • Instead of calling the Inline::C function everytime, code to retrieve the constant from corresponding C header file was moved to the Makefile.PL (generated by Dist::Zilla automatically). This should take care of making the distribution portable between Linux architectures and avoid loading/running Inline everytime without need.
  • Change: cb284820e6bf04dfc9b22e6ea5af29444d951c64 Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-03 00:29:41 +0000
    • Fixed license of the distribution

Changes for version 0.004

  • Change: 895ff2cd03b27c0b3589eae353b85db816f157ec Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-06-06 10:33:47 +0000
    • Fixed dynamic module generation
    • Renamed the script to a better name Now working on the file generated on blib directory, after pm_to_blib phase of Makefile.PL Using chmod to add write permissions and change it back to original after editing the module
  • Change: 48fe96111bc7b4130989bcbaa5e9c15447b3fd3f Author: Alceu Rodrigues de Freitas Junior <arfreitas@cpan.org> Date : 2017-05-26 22:01:15 +0000
    • Moving Syscalls.pm generation outside Makefile.PL
    • Generating the code from Makefile.PL is generating problems when Inline dependency is not yet installed Created build_my_module.PL to generate the module AFTER the Makefile.PL is executed, during "make" execution Still need to figure out how to make build_my_module.PL to be executed before the Syscalls.pm is copied from lib to blib

Modules

use Linux getdents syscall to read large directories over NFS
exports syscalls numbers defined during distribution setup