Upstream changes:
0.32 Thu Feb 20 22:53:19 GMT 2014
* Fix tests to support statically built perls
0.30 Sat Jan 25 13:26:51 GMT 2014
* Fix 'uninitialized' warnings during testing
* Added done_testing() to tests
0.28 Sat Jan 4 11:07:27 GMT 2014
* Fix 'Prototype after' warnings
0.26 Sat Jan 4 10:08:35 GMT 2014
* New functions added (reisub)
* Documented by magnolia
Changes for 0.24 Fri Feb 1 18:14:28 2013
============================================
* Resolve [rt #83093] "Won't load modules with apostrophes"
reported by Dave Golden
Changes from previous:
Changes for 0.22 Tue Oct 4 21:44:32 2011
============================================
* Resolve possible security problem [http://goo.gl/YzHRU]
where a '::' prefixed module can 'jump' out of @INC
Changes for 0.20 Mon Aug 1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
trailing '::' silently ignored
Changes for 0.18 Tue Mar 2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
- Updating package for p5 module Module::Load to 0.16
- Set license to artistic-2.0
Upstream changes:
Changes for 0.16 Fri Feb 6 17:51:14 2009
============================================
* This is a bugfix release for users of perl versions 5.8.4 and
5.8.5, which works around a core perl bug in those versions that
loses arguments from @_ when using 'goto &subroutine'.
Users of other perl versions need not upgrade.
Changes for 0.14 Mon Jan 19 17:19:58 2009
============================================
* Address #41883: Module::Load cannot import non-Exporter module:
import() function for modules used via load() weren't being
called properly
* Test cases are now generated