Limited pod use is acceptable in nqp files. The following forms are currently allowed:
=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.
=begin ...optional identifier... ...optional text...
...any text
=end ...optional identifier...
If the =begin
has an identifier, the =end
must have the same identifier.