package end_token; # 1

our $VERSION = '1.0'; # 2

our $EXPECTED_NON_SUB_LINES = 4; #3

# the __END__ token also counts as a line of code
__END__

The idea here is that the count of lines for this file should
not include anything after the __END__ token.
