Skip Menu |

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

Report information
The Basics
Id: 37023
Status: resolved
Priority: 0/
Queue: Class-MethodMaker

People
Owner: Nobody in particular
Requestors: chris [...] lf.net
Cc:
AdminCc:

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



Subject: possible typo at .../Class/MethodMaker/Engine.pm line 781.
Date: Mon, 23 Jun 2008 16:29:59 +0200
To: bug-Class-MethodMaker [...] rt.cpan.org
From: Christian Recktenwald <chris [...] lf.net>
perl -MClass::MethodMaker::Engine -e 'print $Class::MethodMaker::Engine::VERSION,"\n"' -> 2.11 problem(s): Name " GnuPG::Handles::options_clear" used only once: possible typo at /sw/i386_deb4/perl-5.10/lib/site_perl/5.10.0/i686-linux/Class/MethodMaker/Engine.pm line 781. Name " Bot::JabberBot::set_session_length" used only once: possible typo at /home/cpanrun/build/5.10.0/site/lib/Class/MethodMaker/Engine.pm line 781. more: http://www.google.de/search?hl=de&q=perl+%22used+only+once%3A+possible+typo+at%22+%22Class%2FMethodMaker%2FEngine.pm+line+781%22&btnG=Google-Suche&meta= problem occurrence: compiling perl-5.10.0 from scratch on debian 4.0 to /client /client/bin/perl -MCPAN -e shell cpan[1]> install Mail::GPG /client/bin/perl -MMail::GPG -e '' possible solution: site_perl/5.10.0/i686-linux/Class/MethodMaker/Engine.pm l. 781 : Class::MethodMaker::set_sub_name($code, $target, $name, " ${target}::${name}"); *** changing it to: Class::MethodMaker::set_sub_name($code, $target, $name, "${target}::${name}"); ** the warnings vanish. -- Gruss / Best regards | LF.net GmbH | fon +49 711 90074-0 Chris Recktenwald | Ruppmannstr. 27 | fax +49 711 90074-33 support@LF.net | D-70565 Stuttgart | http://www.lf.net
Thanks, it should be fixed in 2.12, on its way to cpan. Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/> Deutscher Perl-Workshop <http://www.perl-workshop.de/>