Revision history for Perl extension File-ShareDir 1.106 2018-06-10 - Add support for overriding the resolved path for a given Module or Dist (Thanks to Kent Fredric ) - Fix RT#84914: _dist_file_new lacks return check (Thanks to Alex Peters ) -- fixes RT#40158, too. - Fix RT#60431: common @INC traversal code Phillip Moore requested for easier overriding in controlled environments an extraction of @INC traversal in one subroutine. The provided patch has been applied with minor modifications, thanks Phillip! - Fix RT#63548: State explicit how developers can use File::ShareDir even in development phase out-of-the-box - Fix RT#18042: Windows style path errors (Thanks to Barbie ) - Improve infrastructure of distribution (toolchain, perltidy, perlcritic, Devel::Cover, ...) - deploy with most recent File::ShareDir::Install (v0.12-6-g29a6ff7 aka 0.13) 1.104 2017-06-29 - Fix RT#120833: Fails tests when no "." in @INC reported by Kent Fredric . - avoid tracking bundled prereqs - use inc::latest tooling from List::MoreUtils... - bundle reasonable LICENSE file and README.md 1.102 2014-05-12 - Fix RT#95572 "necessary test files not copied into blib" Thanks to Graham Knop for fixing and Zefram for reporting - Explicitely require warnings as runtime prerequisite Thanks to Graham Knop for reporting 1.101 2014-05-10 - Reformat Changes according to CPAN::Changes::Spec - Switch to EU::MM - fix RT#95401 (Thanks, Dolmen) - Taking Maintainership (Jens Rehsack, thanks to David Golden) 1.03 2010-02-01 - Upgraded to Module::Install 1.00 1.02 2010-05-18 - Upgraded to Module::Install 0.95 - Removed Params::Util dep (MIYAGAWA) 1.01 2009-11-24 - Updating Module::Install to 0.91 - Fix typo in documentation (Thanks, ribasushi) 1.00 2009-07-17 - Everything appears ok, release prod 0.99_01 2009-07-10 - Updating tests a little - Adding the class_file function - Allow *_file to find any kind of path, not just files (hdp) - Localising $@ during evals - Implementing the new sharedir model 0.05 2006-09-04 - Upgrading to Module::Install 0.64 0.04 2006-05-09 - Made module_dir work properly under MSWin32 (ishigaki) 0.03 2006-12-27 - Upgraded to Module::Install 0.55 - Added an additional test case for a bug(sort of) in 0.54 0.02 2005-12-11 - Made dist_file work properly with Module::Install::Share 0.01 2005-12-10 - First implementation