| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Mar 2012 16:15:36
0.30
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
0.30
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
15 Feb 2012 05:07:55
0.30
|
sunpoet  |
- Update to 0.3
Changes: http://search.cpan.org/dist/Data-Printer/Changes |
25 Jan 2012 23:11:19
0.29
|
sunpoet  |
- Update to 0.29
Changes: http://search.cpan.org/dist/Data-Printer/Changes |
23 Jan 2012 19:04:54
0.28
|
sunpoet  |
- Update to 0.28
Changes: http://search.cpan.org/dist/Data-Printer/Changes |
23 Nov 2011 17:27:54
0.26
|
sunpoet  |
- Update to 0.26
Changes: http://search.cpan.org/dist/Data-Printer/Changes
Feature safe: yes |
20 Nov 2011 09:54:25
0.25
|
sunpoet  |
- Update to 0.25
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Data-Printer/Changes
Feature safe: yes |
28 Oct 2011 17:19:52
0.24
|
sunpoet  |
- 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/ |