Acme-Test-Weather
view release on metacpan or search on metacpan
CPAN/MakeMaker.pm view on Meta::CPAN
};
print STDERR $@ if $@;
}
die <<END unless length($VERSION);
Can't determine a VERSION for this distribution.
Please pass a VERSION parameter to the WriteMakefile function in Makefile.PL.
END
return $VERSION;
}
sub update_manifest {
my ($manifest, $manifest_path, $relative_path) = read_manifest();
my $manifest_changed = 0;
my %manifest;
for (@$manifest) {
my $path = $_;
chomp $path;
$path =~ s/^\.[\\\/]//;
$path =~ s/[\\\/]/\//g;
$manifest{$path} = 1;
( run in 0.643 second using v1.01-cache-2.11-cpan-49f99fa48dc )