Navigation Menu

Skip to content

Commit

Permalink
Item13364: Don't try to "install" NODEPS or SIMULATE
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 11, 2015
1 parent e258807 commit 1fbef3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/lib/Foswiki/Configure/Wizards/InstallExtensions.pm
Expand Up @@ -98,6 +98,10 @@ sub depreport {

while ( my ( $module, $repo ) = each %$args ) {

# NODEPS and SIMULATE are not used for depreport
next if $module eq 'NODEPS';
next if $module eq 'SIMULATE';

my $pkg = $this->_getPackage( $reporter, $module, $repo, $seen );
next unless $pkg;

Expand Down

0 comments on commit 1fbef3b

Please sign in to comment.