. "$GRIMOIRE/FUNCTIONS" &&
# Take care of the downgrade from 3.1 to 3.0 in test grimoire.
if spell_ok $SPELL && is_version_less $VERSION 3.1 &&
  is_version_less $VERSION $(installed_version $SPELL); then
    cast_dependents $SPELL
fi
