Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 532 Bytes

using-pod-in-nqp.md

File metadata and controls

17 lines (10 loc) · 532 Bytes

Using POD in NQP

Limited pod use is acceptable in nqp files. The following forms are currently allowed:

Single-line entries

=identifier ...text...  # note that use of 'cut' as an identifier will cause a panic

Any word (other than 'cut') is accepted as an identifier. The entry may be used inside a pod block.

Blocks

=begin ...optional identifier... ...optional text...
...any text
=end ...optional identifier...

If the =begin has an identifier, the =end must have the same identifier.