Skip Menu |

This queue is for tickets about the UML-Class-Simple CPAN distribution.

Report information
The Basics
Id: 47518
Status: open
Priority: 0/
Queue: UML-Class-Simple

People
Owner: Nobody in particular
Requestors: DJIBEL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: [Warning] Pango-WARNING and Subroutine methode redefined
Dear, Thank you for your module. 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. And a lot of another messages as : Subroutine new redefined at ... Subroutine get_name redefined at ... Subroutine set_name redefined at ... But my image is create correctly. Have you an idea. Best regards, Djibril
Subject: Re: [rt.cpan.org #47518] [Warning] Pango-WARNING and Subroutine methode redefined
Date: Sun, 5 Jul 2009 15:30:11 +0800
To: bug-UML-Class-Simple [...] rt.cpan.org
From: agentzh <agentzh [...] gmail.com>
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