"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "inc/Module/Install/CheckOptional.pm" between
Mail-Mbox-MessageParser-1.5110.tar.gz and Mail-Mbox-MessageParser-1.5111.tar.gz

About: Mail-Mbox-MessageParser is a feature-poor but very fast mbox parser (Perl module).

CheckOptional.pm  (Mail-Mbox-MessageParser-1.5110):CheckOptional.pm  (Mail-Mbox-MessageParser-1.5111)
skipping to change at line 16 skipping to change at line 16
use Carp; use Carp;
# For module install and version checks # For module install and version checks
use Module::AutoInstall; use Module::AutoInstall;
use vars qw( @ISA $VERSION ); use vars qw( @ISA $VERSION );
use Module::Install::Base; use Module::Install::Base;
@ISA = qw( Module::Install::Base Module::AutoInstall ); @ISA = qw( Module::Install::Base Module::AutoInstall );
$VERSION = sprintf "%d.%02d%02d", q/0.11.3/ =~ /(\d+)/g; $VERSION = sprintf "%d.%02d%02d", q/0.11.5/ =~ /(\d+)/g;
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
sub check_optional { sub check_optional {
my ($self, $module, $version, $message) = @_; my ($self, $module, $version, $message) = @_;
# Tell Module::Install to include this, since we use it. # Tell Module::Install to include this, since we use it.
$self->perl_version('5.005'); $self->perl_version('5.005');
$self->include('Module::AutoInstall', 0); $self->include('Module::AutoInstall', 0);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)