# New Ticket Created by Jonathan Stowe
# Please include the string: [perl #125441]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125441 >
The following example:
enum Error ( Metadata => -20); class Metadata { }
gives rise to:
===SORRY!===
Cannot find method 'is_composed'
Without any mention of in what or a possible reason why. In a larger enum I
had to progressively comment bits out until I saw the problem.
Not a biggy though.