The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Module::Plan::Base

0.12 Fri 17 Aug 2007
	- Fixing support for pip http://server/path/distribution.tar.gz
	- Added an @INC hack to allow the use with CPAN.pm older than 1.88
	- Upgrade File::Spec dependency on Win32 to ensure we some rel2abs fixes

0.11 Mon 16 Jul 2007
	- Apply rel2abs more often to hopefully allow installation of
	  tarballs in parent directories

0.10 Sun  8 Jul 2007
	- Minor pod fixes
	- Adding undocumented experimental support for p5z files
	- Increasing CPAN::Inject dependency to decrease CPAN.pm dependency :)
	- Moving bin/pip to more correct script/pip
	- Fixing the test URI to point to the new repository location

0.08 Tue 16 Jan 2007
	- Minor testing fixes

0.07 Wed  3 Jan 2007
	- Essential CPAN::Inject version bump
	- Fixed local file handling on MSWin32

0.06 Wed  3 Jan 2007
	- Fixed a minor bug in the --install handling

0.05 Wed  3 Jan 2007
	- Added basic URI support

0.04 Wed 26 Oct 2006
	- Added the -i option to install a particular tarball

0.03 Mon 16 Oct 2006
	- It turns out .pip is taken by Microsoft, thwarting the potential
	  ability to associate plan files with pip and make then actually clickable.
	- Converted everything to .p5i

0.02 Sun 15 Oct 2006
	- Added pip.pm
	- Added real dists to t/data
	- Basic .pip plans work

0.01 Sun 15 Oct 2006
	- original version