Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. === dzil build -v output ===
  2. [host][user App-Indexer.git][master]$ dzil build -v
  3. [DZ] reading configuration using Dist::Zilla::MVP::Reader::Finder
  4. [AutoPrereqs] online, Dist::Zilla::Plugin::AutoPrereqs v5.035
  5. [PodVersion] online, Dist::Zilla::Plugin::PodVersion v5.035
  6. [PkgVersion] online, Dist::Zilla::Plugin::PkgVersion v5.035
  7. [PodWeaver] online, Dist::Zilla::Plugin::PodWeaver v4.006
  8. [MetaYAML] online, Dist::Zilla::Plugin::MetaYAML v5.035
  9. [MetaJSON] online, Dist::Zilla::Plugin::MetaJSON v5.035
  10. [Git::NextVersion] online, Dist::Zilla::Plugin::Git::NextVersion v2.035
  11. [Git::Check] online, Dist::Zilla::Plugin::Git::Check v2.035
  12. [Git::Commit] online, Dist::Zilla::Plugin::Git::Commit v2.035
  13. [NextRelease] online, Dist::Zilla::Plugin::NextRelease v5.035
  14. [DZ] beginning to build App-Indexer
  15. [MetaYAML] adding file META.yml
  16. [MetaJSON] adding file META.json
  17. [DZ] Unable to find main_module in the distribution
  18. [DZ] 'main_module' was specified in dist.ini but the file 'lib/App/Indexer.pm' is not to be found in our dist. ( Did you add it? )
  19. [DZ] We didn't find any .pm files in your dist, this is probably a problem.
  20. [DZ] Cannot continue without a main_module
  21. [DZ] Unable to find main_module in the distribution
  22. [DZ] 'main_module' was specified in dist.ini but the file 'lib/App/Indexer.pm' is not to be found in our dist. ( Did you add it? )
  23. [DZ] We didn't find any .pm files in your dist, this is probably a problem.
  24. [DZ] Cannot continue without a main_module at /Users/bdmanning/.plenv/versions/5.20.2/lib/perl5/site_perl/5.20.2/darwin-thread-multi-ld-2level/Moose/Meta/Method/Delegation.pm line 110.
  25.  
  26. === dist.ini ===
  27. [host][user App-Indexer.git][master]$ cat dist.ini
  28. name = App-Indexer
  29. author = user <user@example.com>
  30. license = Perl_5
  31. copyright_holder = user
  32. copyright_year = 2015
  33. main_module = lib/App/Indexer.pm
  34.  
  35. ; http://dzil.org/tutorial/prereq.html
  36. [AutoPrereqs]
  37.  
  38. ; https://metacpan.org/pod/Dist::Zilla::Plugin::PodVersion
  39. [PodVersion]
  40.  
  41. ; https://metacpan.org/pod/Dist::Zilla::Plugin::PkgVersion
  42. [PkgVersion]
  43.  
  44. ; http://dzil.org/tutorial/writing-docs.html
  45. [PodWeaver]
  46.  
  47. [MetaYAML]
  48. version = 2
  49. [MetaJSON]
  50.  
  51. ; Git bits
  52. ; http://dzil.org/tutorial/vcs-git.html
  53. [Git::NextVersion]
  54. [Git::Check]
  55. [Git::Commit]
  56. ;[Git::Tag]
  57. ;[Git::Push]
  58.  
  59. [NextRelease]
  60. filename = Changes
  61. format = Overview of changes in App-Indexer %v [%{yyyy-MM-dd}d]%n==============================================
  62.  
  63.  
  64. === 'tree' output ===
  65. [host][user App-Indexer.git][master]$ tree
  66. .
  67. ├── Changes
  68. ├── dist.ini
  69. ├── lib
  70. │   └── App
  71. │   └── Indexer.pm
  72. └── weaver.ini
  73.  
  74. 2 directories, 4 files
  75.  
  76. === Perl info ===
  77. Executable version: v5.20.2
  78. Dist::Zilla: 5.035
  79. 1560 Dist::Zilla::Plugin::GatherDir : 5.035
  80. 1561 Dist::Zilla::Plugin::GatherDir::Template : 5.035
  81. 1562 Dist::Zilla::Plugin::GenerateFile : 5.035
  82. 1563 Dist::Zilla::Plugin::Git : 2.035
  83. 1564 Dist::Zilla::Plugin::Git::Check : 2.035
  84. 1565 Dist::Zilla::Plugin::Git::Commit : 2.035
  85. 1566 Dist::Zilla::Plugin::Git::CommitBuild : 2.035
  86. 1567 Dist::Zilla::Plugin::Git::GatherDir : 2.035
  87. 1568 Dist::Zilla::Plugin::Git::Init : 2.035
  88. 1569 Dist::Zilla::Plugin::Git::NextVersion : 2.035
  89. 1570 Dist::Zilla::Plugin::Git::Push : 2.035
  90. 1571 Dist::Zilla::Plugin::Git::Tag : 2.035
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement