Revision history for App-perlimports

0.000013  2021-07-08 14:54:28Z
    - Detect functions used in regex replacements (GH#26) (Olaf Alders)

0.000012  2021-06-23 17:52:22Z
    - Fix a warning that was being triggered by the logger

0.000011  2021-06-14 20:24:05Z
    - Fix export tag test

0.000010  2021-06-12 03:25:27Z
    - Detect fully qualified symbol name interpolated in quotes
    - Ignore HTTP::Message::PSGI
    - Include docs for regex patterns which should have been included in
      0.000009

0.000009  2021-06-10 18:41:59Z
    - Remove dependency on Data::Printer
    - Add support for ignoring modules via regular expression pattern (GH#16)
      (Nicolas Mendoza)
    - Silence "Use of uninitialized value" warning (GH#21) (Kenichi Ishigaki)
    - Export tag are now converted to symbols

0.000008  2021-06-08 10:42:56Z
    - Detect imported symbols used in prototypes
    - Ignore more modules
    - Make annotation regex less restrictive
    - Add --libs arg to dump-perl-exports
    - Detect when modules are only used via package variables
    - Detect subs which are only re-exported via Sub::Exporter
    - Optimize for speed a little bit more

0.000007  2021-05-27 15:24:53Z
    - Add an experimental --cache flag
    - Experiment with parsing signatures
    - Optimize (a little bit) for speed

0.000006  2021-05-04 22:28:39Z
    - Support ## no perlimports and ## use perlimports annotations (GH#5) (Olaf
      Alders)
    - Update docs to include --[no-]preserve-duplicates and
      --[no-]preserve-unused
    - Update docs on log-level
    - Remove FindBin as a runtime dependency

0.000005  2021-05-01 16:49:07Z
    - Require a minimum Data::Printer version of 0.36.

0.000004  2021-04-30 21:40:35Z
    - Be explicit about more module versions in tests.

0.000003  2021-04-29 03:00:10Z
    - Fix t/dump-perl-exports.t, which was sometimes testing against the wrong
      perl.

0.000002  2021-04-22 20:35:47Z
    - Add test-data to no_index directories.

0.000001  2021-04-22 20:10:45Z
    - Initial release. Caveat emptor.
