projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42f8d5b
)
1.100 release commit
Matt S Trout [Thu, 10 Dec 2009 16:43:26 +0000 (16:43 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
30a7fed
..
e1c0399
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+1.100 Dec 10 2009
- add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS
helper functions
- add Devel::Dwarn as a more concise alias for ::Sugar
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
e61e3e2
..
3f7111c
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.002';
+$VERSION = '1.100';
require Exporter;
require Data::Dumper;