Skip to content

Commit

Permalink
fixspec: shipping back MYMETA in %doc
Browse files Browse the repository at this point in the history
it wasn't removed by rpmbuild, but never generated due to not up-to-date
modules:
 - EUMM >= 6.57_07
 - CPAN::Meta >= 2.112150
  • Loading branch information
jquelin committed Nov 15, 2011
1 parent e58ada1 commit b5b4ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/Magpie/Action/FixSpec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sub run {
sort
grep {
( /^[A-Z]+$/ && ! /^MANIFEST/ ) ||
m{^(Change(s|log)|META.(json|yml)|e[gx]|(ex|s)amples?|demos?)$}i
m{^(Change(s|log)|MYMETA.yml|META.(json|yml)|e[gx]|(ex|s)amples?|demos?)$}i
}
map { $_->basename }
$distdir->children;
Expand Down

0 comments on commit b5b4ecc

Please sign in to comment.