/usr/local/lib, fixed that
don't rebuild META.yml if we're not setting AUTHOR, this was producing
a bad META.yml on older EU::MMs
# it can't find and it doesn't look for -L in ldflags
#@deflib{@hidden} = @hidden;
}
+ push @libs, grep -d, qw(/usr/local/lib);
$formats{'jpeg'}={
order=>'21',
my $version = MM->parse_version($opts->{VERSION_FROM})
or die "Could not extract version number from $opts->{VERSION_FROM}\n";
+ # we don't set this on older EU::MM and it corrupts META.yml
+ # so don't generate it
+ return unless $opts->{AUTHOR};
+
my $meta = <<YAML;
--- #YAML:1.0
name: $opts->{NAME}