projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7393972
)
release 1.001
Matt S Trout [Mon, 5 Oct 2009 16:43:06 +0000 (17:43 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
7391ea7
..
310620d
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+1.001 Oct 5 2009
- more explanation of purpose, limitations and alternatives in the POD
1.000 Oct 3 2009
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
66ab409
..
7c60395
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.000';
+$VERSION = '1.001';
require Exporter;
require Data::Dumper;