aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Printer
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-6/+4
| | | | Notes: svn path=/head/; revision=328856
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-6/+1
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-4/+0
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+4
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-4/+0
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.3Sunpoet Po-Chuan Hsieh2012-02-152-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Data-Printer/Changes Notes: svn path=/head/; revision=291405
* - Update to 0.29Sunpoet Po-Chuan Hsieh2012-01-252-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Data-Printer/Changes Notes: svn path=/head/; revision=289814
* - Update to 0.28Sunpoet Po-Chuan Hsieh2012-01-232-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Data-Printer/Changes Notes: svn path=/head/; revision=289679
* - Update to 0.26Sunpoet Po-Chuan Hsieh2011-11-232-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Data-Printer/Changes Feature safe: yes Notes: svn path=/head/; revision=286317
* - Update to 0.25Sunpoet Po-Chuan Hsieh2011-11-202-3/+6
| | | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Printer/Changes Feature safe: yes Notes: svn path=/head/; revision=286119
* - Add p5-Data-Printer 0.24Sunpoet Po-Chuan Hsieh2011-10-284-0/+76
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/ Notes: svn path=/head/; revision=284551