Next: , Previous: pde-vars, Up: Top


6 Projects in perl

pde-project.el provide several functions relate to project in perl.

— Function: pde-detect-project-root

Detech root directory of current file. The root directory is that has Makefile.PL or Build.PL or @INC.

— User Option: pde-project-mark-files

The directory contain one of these file will consider as project root. Default is (“Makefile.PL” “Build.PL”)

— Function: pde-set-project-root

set project root to local variable pde-project-root.

— Function: pde-file-package

Derive the package name of current buffer. The buffer should be a pm file.