The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Version control files and dirs.
\bRCS\b
\bCVS\b
,v$
.svn/

# Makemaker generated files and dirs.
^MANIFEST\.(?!SKIP)
^Makefile$
^pm_to_blib$
^blib/
^MakeMaker-\d
^Build$
^_build

# Temp, old and emacs backup files.
~$
\.old$
^#.*#$
^\.#
\.swp$
\.bak$