subroutine pod snippet with "=cut"

For when someone wants to put the pod next to the subroutine definition
This commit is contained in:
William Travis Holton 2012-03-11 08:58:12 +13:00
parent 6c886e2864
commit 827755ad89

View File

@ -215,6 +215,15 @@ snippet psub
${2:Summary....}
# Heading for inline subroutine pod
snippet psubi
=head2 ${1:MethodName}
${2:Summary...}
=cut
# Subroutine signature
snippet parg