subroutine pod snippet with "=cut"
For when someone wants to put the pod next to the subroutine definition
This commit is contained in:
parent
6c886e2864
commit
827755ad89
@ -215,6 +215,15 @@ snippet psub
|
|||||||
|
|
||||||
${2:Summary....}
|
${2:Summary....}
|
||||||
|
|
||||||
|
# Heading for inline subroutine pod
|
||||||
|
snippet psubi
|
||||||
|
=head2 ${1:MethodName}
|
||||||
|
|
||||||
|
${2:Summary...}
|
||||||
|
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
|
||||||
# Subroutine signature
|
# Subroutine signature
|
||||||
snippet parg
|
snippet parg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user