Carmel
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Carmel/App.pm view on Meta::CPAN
my($self, @args) = @_;
my $snapshot = $self->snapshot
or die "Can't run carmel update without snapshot. Run `carmel install` first.\n";
print "---> Checking updates...\n";
$self->update_or_install($snapshot, @args);
}
sub update_or_install {
my($self, $snapshot, @args) = @_;
my $builder = $self->builder;
my $requirements = $self->requirements;
my $check = sub {
my($module, $pathname, $in_args, $version) = @_;
return if $module eq 'perl';
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.157 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )