The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file tests the else macro

Some starting text.

# Test an unexpected else (should generate an error)
!else

Some middle text.
!if abc
Inside abc.
!endif

# Test another unexpected else (should generate an error)
!else

Some ending text.