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