The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension App-scan_prereqs_cpanfile

0.08 2013-06-17T06:28:03Z

    - Do not use /usr/bin/env
      (Reported by moznion++)

0.07 2013-06-17T04:28:43Z

    - Ignore unix socket
      (Reported by Songmu++)

0.06 2013-04-26T10:50:13Z

    - Document --ignore option.
      (tokuhirom)
    - Ignore `local` directory by default.
      (tokuhirom)

0.05 2013-04-16T12:30:30Z

    - add 'ignore' option (append ignore dirs)
      (Kan Fushihara)

0.04 2013-04-04T05:48:20Z

    - Ignore fatlib/ and ignore fatpacked files.
      (tokuhirom)

0.03 2013-04-04T03:07:39Z

    - Fixed deps: Module::CPANfile 0.9020
      (Syohei YOSHIDA)
    - Do not include prereqs determined by 'recommends'
      (tokuhirom)
    - Ignore build dir like Dist-Name-0.01/.
      (tokuhirom)

0.02 2013-04-03T21:03:10Z

    - Documentation enhancements
    - Added `--include-empty` option
    - Move `xt/` deps to 'develop' deps instead of 'test' deps.
    - Ignore eg/, examples/ and share/

0.01 2013-04-03T20:38:35Z

    - original version