Typos in documentations
In SwitchQuick(), we have public void SwitchProcess()
Another one in Available.
Displays the names of the versions of Perl that are available to berrybrew, as found in this.Perls, where this.Perls is a OrderedDictionary<string name, Berrybrew.StrawberryPerl>.
I believe it should be this._perls.
In the Snapshot listings in the table, the protection level is not noted
In berrybrew info doc:
berrybrew info <option>
The option is optional, not mandatory
Refactor exit in berrybrew doc. The parameter in the example is hard coded, it should be something like <errNum>.
Also, the lower example, -5 is an invalid code.
info is in both hidden commands and the main commands list. Verify whether it's hidden or not.
PerlOp.PerlGenerateObjects() no longer has a parameter. Remove it from the API doc.
internal List<StrawberryPerl> PerlGenerateObjects(bool importIntoObject=false)