[Bioperl-l] a thought on Bio::Root::Build
Sendu Bala
bix at sendu.me.uk
Mon Jan 26 10:13:29 UTC 2009
Mark A. Jensen wrote:
> +use CPAN; # use here to get %{$CPAN::Config} with user defaults
>
> our $VERSION = '1.007000';
> our @extra_types = qw(options excludes_os feature_requires test); # test
> must always be last in the list!
> our $checking_types = "requires|conflicts|".join("|", @extra_types);
> +our $myconfig_mbuildpl_arg = $$CPAN::Config{mbuildpl_arg};
> +our $myconfig_makepl_arg = $$CPAN::Config{makepl_arg};
Given what was recently brought up, my concern is what happens when the
user is running this from within the CPANPLUS shell?
More information about the Bioperl-l
mailing list