[Cascavel-pm] dependencias

Daniel de Oliveira Mantovani daniel.oliveira.mantovani em gmail.com
Quarta Outubro 22 06:45:16 PDT 2008


"There is a variable $File::Find::fullname which holds the absolute pathname
of the file with all symbolic links resolved. If the link is a dangling
symbolic link, then fullname will be set to undef."
<code>
autoflush_epic (undef)
dumpvar_epic (undef)
</code>

Tenta usar $File::Find::fullname.

[]'s

2008/10/22 Elvio Barbalho <elvio.barbalho em gmail.com>

> Senhores bom dia estou rodando o seguinte script
>
> #!/usr/bin/perl
>
> use File::Find;
> use ExtUtils::MakeMaker;
>
> find(
>         sub {
>                 next unless /.pm$/i;
>                 my $mod = $File::Find::name;
>                 $mod =~ s/^$File::Find::topdir\/?//;
>                 $mod =~ s/\.pm$//i;
>                 $mod=~s!/!::!g;
>                 my $ver=MM->parse_version($File::Find::name);
>                 print "$mod ($ver)\n"
>         },
>         @INC
> )
>
>
> e esta ocorrendo o seguinte erro.
>
> autoflush_epic (undef)
> dumpvar_epic (undef)
> Insecure dependency in chdir while running with -T switch at
> /usr/share/perl/5.10/File/Find.pm line 768.
>
>
> Poderiam me ajudar a resolver?????
>
> _______________________________________________
> Cascavel-pm mailing list
> Cascavel-pm em pm.org
> http://mail.pm.org/mailman/listinfo/cascavel-pm
>



-- 
print
"\x54\x68\x65\x20\x53\x69\x6c\x65\x6e\x74\x20\x47\x75\x61\x72\x64\x69\x61\x6e",$/
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://mail.pm.org/pipermail/cascavel-pm/attachments/20081022/c1fc5e9a/attachment.html>


Mais detalhes sobre a lista de discussão Cascavel-pm