The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.007   2022-07-28  Released-By: PERLANCAR; Urgency: medium

        [Enhancemnents]

        - Make error message more similar to require()'s but still adds more
          information about the entry and nature of error. ("Can't locate
          Foo/Bar.pm (you may need to install the Foo::Bar module): EXTRA INFO
          (@INC contains ...)").

        - Add more information if called in the list context: entry as well as
          entry index. The full return in list context is now: ($src, $path,
          $entry, $index).

        [Bug Fixes]

        - Consistently try not to die when passed die=>0 option, by enclosing
          calls to hook with eval { }.

        - In the error message, consistently show Foo::Bar as Foo/Bar.pm and do
          not use native path separator.

        [Documentation]

        - Tweak/fix documentation.


0.006   2022-06-10  Released-By: PERLANCAR; Urgency: medium

        - Introduce options: die, find_prefix.


0.005   2021-05-19  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- [doc] Add a FAQ item.


0.004   2020-01-04  Released-By: PERLANCAR; Urgency: medium

	- In list context, module_source() now returns (module_source,
	  path/entry).


0.003   2016-08-04  Released-By: PERLANCAR

	- No functional changes.

	- [test][Bugfix] Test skipping was not done early enough, before
	  loading optional prereq IPC::System::Options [RT#116686].


0.002   2016-08-03  Released-By: PERLANCAR

        - Rename dist from Module-Loadable to Module-Installed-Tiny to
          differentiate with existing solutions.


0.001   2016-08-02  Released-By: PERLANCAR

        - First release.