Changes for Perl extension Portable.
1.15 Wed 2 Nov 2011
- Updated to Module::Install::DSL 1.04 (ADAMK)
- Fixed #68937: $Config{libpth} not correctly transformed (KMX)
1.14 Wed 13 Apr 2011
- Updating to Module::Install::DSL 1.00
- Switching to a production release
0.13 Mon 1 Jun 2009
- Updating to Module::Install::DSL 0.91
- Supports running the test suite while offline
- Adding no_conn_cache support to minicpan
0.12 Mon 9 Feb 2009
- Upgrading to Module::Install 0.79
- Adding a globally-accessible $Portable::ENABLED variable that
external module can use to detect if Portable mode is enabled.
0.11 Wed 2 Jul 2008
- Debugged the minicpan backend to the point where it will
actually build and install properly.
0.10 Wed 2 Jul 2008
- Working on a proper implementation of the minicpan backend.
- Added missing test_requires Test::Exception.
0.09 Wed 2 Jul 2008
- Fixing my_documents, my_data, etc in Portable::HomeDir.
- Implementing my_data also fixes Portable::CPAN.
- Adding CPAN::Mini as a dependency for that backend.
0.08 Tue 1 Jul 2008
- Adding a dependency on a new version of File::HomeDir.
0.07 Sun 20 Jun 2008
- Bug fix to make the CPAN driver test optional.
(Avoids breaking CPAN Testers)
0.06 Sat 28 Jun 2008
- Satisfactorily completed the Config.pm hook.
- Satisfactorily completed the File::HomeDir hook.
- Some test tweaks to make them actually work.
0.05 Sun 27 Apr 2008
- Don't preload the configurations.
(Delay until the final ->apply is called)
- Import now takes backend names as params.
(Allows appending "use Portable 'Config';" to Config.pm etc)
- Adding tests for the new interfaces.
- Disable warnings when playing around with Config::STORE.
- Completing the implementation of Portable::CPAN.
- A variety of functionality bug fixes.
0.04 Wed 23 Apr 2008
- Separating out each task into a separate class.
- Making the overwriting of CPAN::Config optional,
because (at least theoretically) it doesn't always exist.
0.03 Tue 22 Apr 2008
- Moving the name from Perl::Portable to Portable.
- Adding proper support for Portable'ing CPAN::Config.
- Removing dependency bloat, use only 5.10.1 core modules.
0.02 Mon 21 Apr 2008
- Completely changed the portable.perl format to be based on
Config.pm instead of some arbitrary format I invented myself.
0.01 Fri 18 Apr 2008
- Experimental first release.