projects
/
p5sagit/Data-Dumper-Concise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0deeb75
)
release 2.000
v2.000
Arthur Axel 'fREW' Schmidt [Thu, 22 Jul 2010 04:40:07 +0000 (23:40 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Data/Dumper/Concise.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
be54156
..
3b0b40b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,5
+4,6
@@
use strict;
use warnings FATAL => 'all';
all_from 'lib/Data/Dumper/Concise.pm';
+requires 'Devel::ArgNames' => 0.03;
WriteAll;
diff --git
a/lib/Data/Dumper/Concise.pm
b/lib/Data/Dumper/Concise.pm
index
b829179
..
cecc57c
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.200';
+$VERSION = '2.000';
require Exporter;
require Data::Dumper;