Skip to content

Commit

Permalink
fixspec: fix 1.113121 which was not doing the right job
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed Nov 8, 2011
1 parent c0e33cb commit 467d391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog for App-Magpie

{{$NEXT}}
- fixspec: fix 1.113121 which was not doing the right job

1.113121 2011-11-08 14:39:05 Europe/Paris
- fixspec: don't bundle MYMETA.json in %doc JSON is not always generated
Expand Down
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)|(MY)?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 467d391

Please sign in to comment.