The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
##
# TypeError ISO Test

assert('TypeError', '15.2.29') do
  TypeError.class == Class
end

assert('TypeError superclass', '15.2.29.2') do
  TypeError.superclass == StandardError
end