Add "mob" to perl-doc-parser.pl

This commit is contained in:
Akkadius
2018-07-01 19:30:52 -05:00
parent 214503617e
commit 332a3d6c6a
2 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -7183,7 +7183,7 @@ XS(XS_Mob_IsRunning); /* prototype to pass -Wmissing-prototypes */
XS(XS_Mob_IsRunning) {
dXSARGS;
if (items != 1)
Perl_croak(aTHX_ "Usage: Mob:::IsRunning(THIS)");
Perl_croak(aTHX_ "Usage: Mob::IsRunning(THIS)");
{
Mob *THIS;
bool RETVAL;