Skip to content

Commit

Permalink
Minor tidy up (#26)
Browse files Browse the repository at this point in the history
* MYMETA.json shouldn't be in the MANIFEST file

* MYMETA.json should be in the MANIFEST.SKIP file

* Include META.json in the MANIFEST file.
  • Loading branch information
manwar authored and robkinyon committed Dec 3, 2016
1 parent ae263c3 commit c401a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -19,7 +19,7 @@ Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml
MYMETA.json
META.json
t/common.pm
t/loader.pm
t/column_defaults.t
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -7,4 +7,5 @@ Makefile$
.bak
.gz
^MYMETA.yml$
^MYMETA.json$
xt

0 comments on commit c401a7b

Please sign in to comment.