Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suggest to check for common errors in META file
  • Loading branch information
zoffixznet committed Nov 7, 2015
1 parent 60567b4 commit 72a76b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -29,3 +29,13 @@ temporary; something to sustain us until we can hook up with CPAN goodness
in some more long-term way.

Have a nice day.

### Common Errors

Some of these issues commonly occur. Be sure to check your distro:

* Either `git://` or `https://` source URL will work, but:
* If using `git://`, be sure your URL ends with `.git`
* If using `https://`, be sure your URL ends with a `/`

* Check that your `META.info` (or `META.json`) file contain valid JSON. To do so, you can use an online service, such as [JSON Lint](http://jsonlint.com/).

0 comments on commit 72a76b1

Please sign in to comment.