<br><br><div class="gmail_quote">2010/5/18 Glauber Machado Rodrigues (Ananda) <span dir="ltr">&lt;<a href="mailto:glauber.rodrigues@gmail.com">glauber.rodrigues@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote">2010/5/18 Nilson Santos Figueiredo Jr. <span dir="ltr">&lt;<a href="mailto:acid06@gmail.com" target="_blank">acid06@gmail.com</a>&gt;</span><div class="im"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>2010/5/18 Glauber Machado Rodrigues (Ananda) &lt;<a href="mailto:glauber.rodrigues@gmail.com" target="_blank">glauber.rodrigues@gmail.com</a>&gt;:<br>
</div><div>&gt; Valeu pessoal, eu consegui instalar os módulos que estavam faltando na mão<br>
&gt; (que deveriam ser papel do Makefile.PL). Não sei o que fazer para o exemplo<br>
&gt; dos livros serem corrigidos enquanto a isso. Fico feliz por ter resolvido o<br>
&gt; meu problema, obrigado por ajudarem.<br>
<br>
</div>O problema é que você está rodando makefiles na mão.<br>
Use o shell da CPAN (o tradicional &quot;cpan&quot; ou então instale o<br>
App::cpanminus e use o &quot;cpanm&quot; que é mais DWIM).<br>
<br></blockquote></div></div><br>Estou falando do Makefile.PL do catalyst, que faz tudo isso basta você. Basta colocar o nome da dependencia lá e ele baixa para você via cpan. Quem não sabe o que é um Makefile.PL do catalyst, por favor, fala.<div>
<div></div><div class="h5"><br clear="all"></div></div></blockquote></div>&quot;&quot;&quot;<br>Makefile.PL: This is a script that will generate a makefile to build, test and install<br>your application. It can also contain a list of your application&#39;s CPAN dependencies<br>
and automatically install them.<br>To run Makefile.PL and generate a Makefile, simply type perl Makefile.PL.<br>After that, you can run make to build the app, make test to test the app (you can try<br>this right now, as some sample tests have already been created), make install to<br>
install the app, and so on. For full details, see the Module::Install documentation.<br>It&#39;s important that you don&#39;t delete this file. Catalyst looks for it to determine where<br>the root of your application is.<br>
&quot;&quot;&quot;<br>Esse é o Makefile da aplicação que eu estava com problemas:<br>&quot;&quot;&quot;<br># IMPORTANT: if you delete this file your app will not work as<br># expected.  you have been warned<br>use inc::Module::Install;<br>
<br>name &#39;DBAuthTest&#39;;<br>all_from &#39;lib/DBAuthTest.pm&#39;;<br><br>requires &#39;Catalyst::Runtime&#39; =&gt; &#39;5.80002&#39;;<br>requires &#39;Catalyst::Plugin::ConfigLoader&#39;;<br>requires &#39;Catalyst::Plugin::Static::Simple&#39;;<br>
requires &#39;Catalyst::Action::RenderView&#39;;<br>requires &#39;parent&#39;;<br>requires &#39;Config::General&#39;; # This should reflect the config file format you&#39;ve chosen<br>                 # See Catalyst::Plugin::ConfigLoader for supported formats<br>
catalyst;<br><br>install_script glob(&#39;script/*.pl&#39;);<br>auto_install;<br>WriteAll;<br>&quot;&#39;&quot;&quot;<br><br><br><br>-- <br>Glauber Machado Rodrigues<br>(Só mais um filho de Deus)<br><br>skype: glauber.rodrigues<br>