tla / stemmatology

11 stars 1 forks source link

Need to deal with Moose exceptions being objects #25

Closed tla closed 10 years ago

tla commented 10 years ago

The exception raising mechanism in Text::Tradition::Error tends to assume that whatever error it is asked to raise is a string. Moose has turned all of its exceptions into objects, which causes an exception if we try to treat it as a string when throwing an exception (confused yet?) We need to add a check for this.

tla commented 10 years ago

But actually this was fixed in commit 11ccb53 already.