Skip to content

Commit

Permalink
get ready for a real release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Feb 20, 2010
1 parent aea780a commit 1c399f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
1.000
-
ChangeLog for Log-Contextual

0.00100
- initial release
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ use strict;
use warnings FATAL => 'all';

all_from 'lib/Log/Contextual.pm';
requires 'Data::Dumper::Concise';

WriteAll;
2 changes: 1 addition & 1 deletion lib/Log/Contextual.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c399f4

Please sign in to comment.