Skip Menu |

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

Report information
The Basics
Id: 36959
Status: resolved
Priority: 0/
Queue: UML-Class-Simple

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

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



Subject: UML::Class::Simple-0.10 fails on latest perl-5.10.0-34065 stable patch
Date: Fri, 20 Jun 2008 10:35:19 -0500
To: bug-UML-Class-Simple [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
PERL_DL_NONLAZY=1 /common/pkgs/perl-5.10.0-34065/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/basic.t t/classes-from-runtime.t t/pod-coverage.t t/pod.t t/umlclass.t t/basic.t...................Name "Template::Filters::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. Name "Template::Context::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. Name "Template::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. Name "Template::Service::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. Name "Template::Provider::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. Name "Template::Plugins::BASEARGS" used only once: possible typo at /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread-multi/Template/Base.pm line 49. invalid width and height at t/basic.t line 68 Renderer type: "gif" not recognized. Use one of: canon cmap cmapx cmapx_np dia dot fig gtk hpgl imap imap_np ismap mif mp pcl pdf pic plain plain-ext png ps ps2 svg svgz vml vmlz vtx xdot xlib at t/basic.t line 137 # Failed test 'binary GIF data returned' # at t/basic.t line 138. # Looks like you failed 1 test of 36. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/36 subtests -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
RT-Send-CC: max [...] foggy.ru
On Fri Jun 20 14:20:34 2008, david@davidfavor.com wrote: Show quoted text
> Name "Template::Plugins::BASEARGS" used only once: possible > typo at > /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread- > multi/Template/Base.pm line 49. > invalid width and height at t/basic.t line 68 > Renderer type: "gif" not recognized. Use one of: canon cmap
Hmm, the test failure was due to the lack of gif handler support in your graphviz installation (not GraphViz.pm BTW). UML::Class::Simple should really skip this GIF test in basic.t if no gif handler is found :) I've fixed this in the SVN repos (revision 22). Could you try out the version in the SVN head for us please? http://svn.berlios.de/svnroot/repos/umlclass/ If it works for you, I'll roll out a CPAN release soon :) For now, I think it's completely safe for you to force install the module if you can't wait ;) Thanks for the report! -agentzh
Subject: Re: [rt.cpan.org #36959] UML::Class::Simple-0.10 fails on latest perl-5.10.0-34065 stable patch
Date: Sat, 21 Jun 2008 10:59:24 -0500
To: bug-UML-Class-Simple [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
Agent Zhang via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=36959 > > > On Fri Jun 20 14:20:34 2008, david@davidfavor.com wrote:
>> Name "Template::Plugins::BASEARGS" used only once: possible >> typo at >> /common/pkgs/perl-5.10.0-34065/lib/site_perl/5.10.0/i686-linux-thread- >> multi/Template/Base.pm line 49. >> invalid width and height at t/basic.t line 68 >> Renderer type: "gif" not recognized. Use one of: canon cmap
> > Hmm, the test failure was due to the lack of gif handler support in your > graphviz installation (not GraphViz.pm BTW). > > UML::Class::Simple should really skip this GIF test in basic.t if no gif > handler is found :) I've fixed this in the SVN repos (revision 22). > Could you try out the version in the SVN head for us please? > > http://svn.berlios.de/svnroot/repos/umlclass/ > > If it works for you, I'll roll out a CPAN release soon :) > > For now, I think it's completely safe for you to force install the > module if you can't wait ;) > > Thanks for the report! > > -agentzh >
Thanks. I just installed all the Fedora graphviz rpms, so this test should run and work now. -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
i *think* it's fixed in the 0.11 release which i've just uploaded to PAUSE :)