Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. 1..1
  2. ok 1 - have a META file
  3. ok 2 - META parses okay
  4. ok 3 - have all required entries
  5. ok 4 - 'provides' looks sane
  6. # there is an 'author' field rather than the specified 'authors'
  7. not ok 5 - Optional 'authors' and not 'author'
  8. # Failed test 'Optional 'authors' and not 'author''
  9. # at home#sources/E6B391CCF8844EE61A10DCED6E801E9A713D13F6 (Test::META) line 100
  10. ok 6 - License is correct
  11. ok 7 - name has a '::' rather than a hyphen (if this is intentional please pass :relaxed-name to meta-ok)
  12. ok 8 - no 'v' in version strings (meta-version greater than 0)
  13. ok 9 - version is present and doesn't have an asterisk
  14. # github source https://github.com/finanalyst/pod-cached needs to end in .git
  15. ok 10 - have usable source
  16. 1..10
  17. # Looks like you failed 1 test of 10
  18. not ok 1 - Project META file is good
  19. # Failed test 'Project META file is good'
  20. # at home#sources/E6B391CCF8844EE61A10DCED6E801E9A713D13F6 (Test::META) line 78
  21. # Looks like you failed 1 test of 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement