cvs commit: ports/devel Makefile ports/devel/p5-Data-Printer Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 28 17:19:52 UTC 2011


sunpoet     2011-10-28 17:19:52 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-Printer Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Data-Printer 0.24
  
  Data::Printer is meant to do one thing and one thing only: display Perl
  variables and objects on screen, properly formatted (to be inspected by a
  human).
  
  Here's what Data::Printer has to offer to Perl developers, out of the box:
  - Very sane defaults (I hope!)
  - Highly customizable (in case you disagree with me :)
  - Colored output by default
  - Human-friendly output, with array index and custom separators
  - Full object dumps including methods, inheritance and internals
  - Exposes extra information such as tainted data and weak references
  - Ability to easily create filters for objects and regular structures
  - Ability to load settings from a .dataprinter file so you don't have to write
    anything other than "use DDP;" in your code!
  
  WWW: http://search.cpan.org/dist/Data-Printer/
  
  Revision  Changes    Path
  1.4637    +1 -0      ports/devel/Makefile
  1.1       +46 -0     ports/devel/p5-Data-Printer/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Data-Printer/distinfo (new)
  1.1       +16 -0     ports/devel/p5-Data-Printer/pkg-descr (new)
  1.1       +12 -0     ports/devel/p5-Data-Printer/pkg-plist (new)


More information about the cvs-ports mailing list