projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aea780a
)
get ready for a real release
Arthur Axel 'fREW' Schmidt [Sat, 20 Feb 2010 22:56:56 +0000 (16:56 -0600)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Log/Contextual.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8d2513c
..
48734a3
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,2
+1,4
@@
-1.000
- -
+ChangeLog for Log-Contextual
+
+0.00100
+ - initial release
diff --git
a/Makefile.PL
b/Makefile.PL
index
78664b4
..
bb54e6b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,5
+4,6
@@
use strict;
use warnings FATAL => 'all';
all_from 'lib/Log/Contextual.pm';
+requires 'Data::Dumper::Concise';
WriteAll;
diff --git
a/lib/Log/Contextual.pm
b/lib/Log/Contextual.pm
index
17681dc
..
92ecf97
100644
(file)
--- a/
lib/Log/Contextual.pm
+++ b/
lib/Log/Contextual.pm
@@
-3,7
+3,7
@@
package Log::Contextual;
use strict;
use warnings;
-our $VERSION = '1.000';
+our $VERSION = '0.00100';
require Exporter;
use Data::Dumper::Concise;