Looks like the failing tests are just regexp matches on error messages that seem to have changed.
not ok 6 - method call on a non-reference literal passed through to pp_method_named
# Failed test 'method call on a non-reference literal passed through to pp_method_named'
# at t/fail.t line 46.
# 'Can't locate object method "private" via package "42" (perhaps you forgot to load "42"?) at t/fail.t line 45.
# '
# doesn't match '(?^:^Can't call method "private" without a package or object reference )'
not ok 7 - method call on a non-reference variable passed through to pp_method_named
# Failed test 'method call on a non-reference variable passed through to pp_method_named'
# at t/fail.t line 49.
# 'Can't locate object method "private" via package "42" (perhaps you forgot to load "42"?) at t/fail.t line 48.
# '
# doesn't match '(?^:^Can't call method "private" without a package or object reference )'
not ok 8 - method call on a non-reference literal passed through to pp_method
# Failed test 'method call on a non-reference literal passed through to pp_method'
# at t/fail.t line 52.
# 'Can't locate object method "private" via package "42" (perhaps you forgot to load "42"?) at t/fail.t line 51.
# '
# doesn't match '(?^:^Can't call method "private" without a package or object reference )'
not ok 9 - method call on a non-reference variable passed through to pp_method
# Failed test 'method call on a non-reference variable passed through to pp_method'
# at t/fail.t line 55.
# 'Can't locate object method "private" via package "42" (perhaps you forgot to load "42"?) at t/fail.t line 54.
# '
# doesn't match '(?^:^Can't call method "private" without a package or object reference )'
Tue Jul 23 15:37:08 2013CHOCOLATE [...] cpan.org - Taken
Thanks! This should be fixed in 0.24. I can't test it against perl 5.18 at the moment, so if you spot any issues, please let me know.
Thanks again,
chocolateboy.
Tue Jul 23 17:01:06 2013The RT System itself - Status changed from 'new' to 'open'
Tue Jul 23 17:01:06 2013CHOCOLATE [...] cpan.org - Status changed from 'open' to 'resolved'