CPAN-Mini-Extract

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Add better use of Archive::Tar
	- Seperated out the actual extraction mechanics so it can more
	  easily be upgraded to Archive::Extract later

0.10    2005-10-12
	- Converted from CPAN::Processor to CPAN::Mini::Extract.
	- Stripped out the PPI::Processor code.
	- This module is now considered EXPERIMENTAL again.

0.08    2005-01-11
	- Adding the update_mirror option to disable CPAN synchronisation
	- Updated copyright date

0.07    2005-01-10
	- Fixing some small bugs in the Archive::Tar report
	- Added a report for "Build.PL but no Makefile.PL in tarball"
	  (Requested by Randal Schwartz)
	- Adding some additional trace messages

0.06    2005-01-10
	- Removed a useless setting of $self->{limit_processor}

lib/CPAN/Mini/Extract.pm  view on Meta::CPAN

C<CPAN::Mini::Extract> inherits from L<CPAN::Mini>, so all of the arguments
that can be used with L<CPAN::Mini> will also work with
C<CPAN::Mini::Extract>.

Please note that C<CPAN::Mini::Extract> applies some additional defaults
beyond the normal ones, like turning C<skip_perl> on.

=item offline

Although useless with L<CPAN::Mini> itself, the C<offline> flag will
cause the CPAN synchronisation step to be skipped, and only any
extraction tasks to be done. (False by default)

=item extract

Provides the directory (which must exist and be writable, or be creatable)
that the tarball dists should be extracted to.

=item extract_filter

C<CPAN::Mini::Extract> allows you to specify a filter controlling which



( run in 0.591 second using v1.01-cache-2.11-cpan-0d8aa00de5b )