The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl-PrereqScanner-NotQuiteLite

0.97 2018/09/30
  - allow in-file parser package

0.96 2018/09/16
  - exclude_core option now respects used perl version
  - ignore .pm files under t/ unless they are used in .t files
  - ignore Makefile.PL under t/
  - requires Data::Dump

0.95 2018/09/16
  - added deep recursion protection
  - support fully qualified Test::More::plan/done_testing
  - Keyword::Declare support
  - ignore internal package inheritance
  - BEING { ... exit } support

0.94 2018/09/08
  - noes are now stored separately

0.93 2018/04/26
  - silence a deprecation warning (RT-125191)

0.92 2018/04/26
  - fixed to work with Module::CPANfile 1.1003

0.91 2017/11/25
  - fixed packaging issue (RT-123735)

0.90 2017/11/25
  - refactored and added more parsers
  - fixed various parsing issues
  - cpanfile support

0.50 2017/01/28
  - production release

0.49_03 2016/08/05
  - fixed another utf8 issue where unicode characters appear
    before use utf8
  - fixed various issues regarding "recommends"/"suggests"

0.49_02 2016/08/04
  - explicitly use BEGIN for older versions of perl
  - reset pos after utf8::decode for perl 5.14/5.16

0.49_01 2016/08/03
  - refactored, using regexp instead of Compiler::Lexer.
    BACKWARD INCOMPATIBLE FOR CUSTOM PARSER USERS

0.01 2015/05/30
  - initial release