projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7194c02
)
release 2.010
v2.010
Arthur Axel 'fREW' Schmidt [Fri, 30 Jul 2010 03:34:41 +0000 (22:34 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9e9fda6
..
89ee9ba
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+2.010 Jul 29 2010
+ - add $Dwarn export
+
2.001 Jul 23 2010
- add documentation for DwarnN
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
00364a7
..
e9c7d4d
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.001';
+$VERSION = '2.010';
require Exporter;
require Data::Dumper;