Subject: | parsing errors because of missing symbols |
Date: | Mon, 3 Nov 2008 23:42:56 +0100 |
To: | bug-module-depends [...] rt.cpan.org |
From: | Marc Chantreux <khatar [...] phear.org> |
hello world,
Module::Depends::Intrusive failed to parse the perl-ldap makefile dist
because of missing symbols perl_version and ressources.
this patch add them
regards
64c64
< cc_optimize_flags author license
---
Show quoted text
> cc_optimize_flags author license perl_version ressources
77,80d76
< local *inc::Module::Install::resources = sub {
< my ($k, $v) = @_;
< $self->{ressources}->{$k} = $v;
< };