package com.intellij.perlplugin.psi; import com.intellij.psi.PsiNameIdentifierOwner; public interface PerlNamedElement extends PsiNameIdentifierOwner { }