On 7/3/09, Djibril Ousmanou via RT <bug-UML-Class-Simple@rt.cpan.org> wrote:
Show quoted text>
> Thank you for your module.
Glad you like it :)
Show quoted text> I have this warnings when I use your module :
>
> (dot.exe:4012): Pango-WARNING **: couldn't load font "Times Roman
> Not-Rotated 14", falling back to "Sans Not-Rotated 14", expect ugly output.
>
I didn't see these warnings the last time I checked this module on
Windows. Some googling reveals the following workaround:
http://www.graphviz.org/bugs/b1246.html
not sure if it will work for you :)
Show quoted text> And a lot of another messages as :
> Subroutine new redefined at ...
> Subroutine get_name redefined at ...
> Subroutine set_name redefined at ...
>
These (unharmful) warnings are possible with certain kind of modules.
You can suppress it with the following command:
perl -X /path/to/your/umlclass.pl
or put the following shebang to your umlclass.pl (or umlclass.bat on Win32?):
#!/usr/bin/env perl -X
Hope this helps :)
Show quoted text> But my image is create correctly.
>
Good to learn :)
Cheers,
-agentzh