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

0.000024  2021-10-12 15:58:08Z
    - Fix t/with-version.t on some machines by requiring the correct minimum
      needed module version via Test::Needs (GH#42) (Olaf Alders)

0.000023  2021-09-29 18:50:41Z
    - Eval import() statements before changing them (GH#40) (Olaf Alders)
    - Don't consider "my @Foo" to be a use of an imported "@Foo" (GH#40) (Olaf
      Alders)

0.000022  2021-09-27 01:31:43Z
    - Ensure PPI 1.270 is required in cpanfile (Reported by Slaven Rezić in
      #39)

0.000021  2021-09-25 23:51:02Z
    - Document how to configure Code::TidyAll and precious
    - Add Carp::Always to ignored modules
    - Require Log::Dispatch 2.70

0.000020  2021-09-23 22:49:41Z
    - Add a --log-filename parameter (GH#37) (Olaf Alders)
    - Add a --[no-]tidy-whitespace param (GH#38) (Olaf Alders)
    - Fix disappearing module version numbers (GH#38) (Olaf Alders)

0.000019  2021-09-17 19:20:44Z
    - Ignore modules with import errors (GH#35) (Olaf Alders)
    - Stop special-casing Import::Into (GH#35) (Olaf Alders)
    - Reduce required dependencies (GH#36) (Olaf Alders)
    - Add an examples folder (GH#36) (Olaf Alders)

0.000018  2021-09-07 18:41:28Z
    - Cover more object oriented modules (GH#32) (Olaf Alders)

0.000017  2021-07-17 15:54:27Z
    - Bump version of IP::Random used in tests. Fixes #30. (GH#31) (Olaf
      Alders)

0.000016  2021-07-09 17:54:06Z
    - Detect Module::->new syntax (GH#29) (Olaf Alders)
    - Fix some regex parsing behaviour (GH#29) (Olaf Alders)

0.000015  2021-07-08 22:35:18Z
    - Reduce false positives introduced by 0.000014 (GH#28) (Olaf Alders)

0.000014  2021-07-08 19:47:54Z
    - Detect symbols in nested quotes (GH#27) (Olaf Alders)

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.