Changes for version 0.009 - 2006-01-17
- If there isn't a CPAN::Config yet, get CPAN to generate one for us. I'm toying with the idea of making our own CPAN::Config whether or not there is one (to prevent permissions problems on cpan_home, etc) - might do that next release.
- Removed dependancy on Test::Deep. Instead, we just depend on Test::More now.
- perl 5.6.1 doesn't support "open(FOO, ">&", $foo)", so use open(FOO, ">&$foo") instead.
Documentation
Pretend that CPAN has downloaded the package in the current directory
Modules
Test a distribution's interaction with CPAN before uploading.
Provides
in lib/Test/CPANpm/Fake.pm