Bug 71508

Summary: [NEW PORT] devel/p5-Data-Dumper-Simple: Easily dump variables with names
Product: Ports & Packages Reporter: Cheng-Lung Sung <clsung>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Data-Dumper-Simple-0.06.shar none

Description Cheng-Lung Sung 2004-09-09 05:10:25 UTC
This module allow the user to dump variables in a Data::Dumper format.

Unlike the default behavior of Data::Dumper, the variables are named
(instead of $VAR1, $VAR2, etc.)  Data::Dumper provides an extended 
interface that allows the programmer to name the variables, but this
interface requires a lot of typing and is prone to tyops (sic).  This 
module fixes that.

Data::Dumper::Simple is actually a source filter that replaces all 
instances of Dumper($some, @args) in your code with a call to 
Data::Dumper->Dump(). You can use the one function provided to make 
dumping variables for debugging a trivial task.

Note that this is primarily a debugging tool. Data::Dumper offers a 
bit more than that, so don't expect this module to be more than it is.

WWW: http://search.cpan.org/dist/Data-Dumper-Simple/

Generated with FreeBSD Port Tools 0.63
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-09-09 05:16:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Ya, I will commit it when unfreeze.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-10-12 14:02:39 UTC
State Changed
From-To: open->closed

Committed.