projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f5e1b9b
)
1.200 release commit
Matt S Trout [Sat, 13 Feb 2010 18:53:42 +0000 (18:53 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b98affd
..
eb704ca
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+1.200 Feb 13 2010
- make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work
1.100 Dec 10 2009
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
3f7111c
..
2220af7
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 = '1.100';
+$VERSION = '1.200';
require Exporter;
require Data::Dumper;