projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7bbc300
)
Release 2.020
v2.020
Arthur Axel 'fREW' Schmidt [Thu, 20 Jan 2011 18:46:23 +0000 (12:46 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
0659c74
..
c528614
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+2.020 Jan 20 2011
- Add DumperObject for getting at the underlying obj
- create DwarnF for formatting Dumper'd output
- Create Ddie for die'ing output
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
14c147c
..
5e58826
100644
(file)
--- a/
lib/Data/Dumper/Concise.pm
+++ b/
lib/Data/Dumper/Concise.pm
@@
-2,7
+2,7
@@
package Data::Dumper::Concise;
use 5.006;
-$VERSION = '2.012';
+$VERSION = '2.020';
require Exporter;
require Data::Dumper;