Skip to content

Commit

Permalink
Item2102: trunk BuildContrib now demands a .pm file also for a contrib
Browse files Browse the repository at this point in the history
But that is a dumb requirement. If a contrib does not need a .pm file
it should not require one just to satisfy BuildContrib. Removing this.


git-svn-id: http://svn.foswiki.org/trunk@4988 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 18, 2009
1 parent 01b1bec commit 5bdadec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ sub new {
$this->{SHORTDESCRIPTION} = $2;
}
}
} else {
die "NO $this->{pm} - aborting";
}

# where data files live
Expand Down

0 comments on commit 5bdadec

Please sign in to comment.