Did all the modules pass all tests? So far, I have no failing reports
for RHTMLO version 0.601 from CPAN testers:
http://www.cpantesters.org/show/Rose-HTML-Objects.html#Rose-HTML-Objects-0.601
> But now when I try to run my module that was previously working fine,
> it crashes horribly. I may be wrong but it doesn't seem to relate to
> my code but to some problem within Rose that I don't understand:
> Can't locate object method "valid_html_attrs" via package
> "Rose::HTML::Text" at C:/Perl/site/lib/Rose/HTML/Text.pm line 11.
> at C:/Perl/site/lib/Rose/HTML/Text.pm line 11
That makes me think there was some sort of installation issue. Maybe
the old versions are still installed too? Can you even load the
Rose::HTML::Text module?
% perl -MRose::HTML::Text -e 0
-John
Okay, that's correct. Now I guess try to build up from there (or
downwards from your actual code) until you get a minimal script that
reproduces your error.
-John