hakonhagland

razor-agents-perl

Nov 23rd, 2021 (edited)
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. $ perlbrew off
  2. perlbrew is turned off.
  3. $ perl --version
  4.  
  5. This is perl 5, version 30, subversion 3 (v5.30.3) built for darwin-thread-multi-2level
  6. (with 2 registered patches, see perl -V for more detail)
  7.  
  8. Copyright 1987-2020, Larry Wall
  9.  
  10. Perl may be copied only under the terms of either the Artistic License or the
  11. GNU General Public License, which may be found in the Perl 5 source kit.
  12.  
  13. Complete documentation for Perl, including FAQ lists, should be found on
  14. this system using "man perl" or "perldoc perl". If you have access to the
  15. Internet, point your browser at http://www.perl.org/, the Perl Home Page.
  16.  
  17. $ perl Makefile.PL
  18. Warning: NAME must be a package name
  19. Writing MYMETA.yml and MYMETA.json
  20. Generating a Unix-style Makefile
  21. Writing Makefile for razor-agents
  22. Writing MYMETA.yml and MYMETA.json
  23. $ make
  24. make: *** No rule to make target `/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE/perl.h', needed by `blib/man5/.exists'. Stop.
  25.  
Add Comment
Please, Sign In to add comment