Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 0.005001 (FINALLY!)
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Feb 7, 2013
1 parent 5a5adda commit 8ccaf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
ChangeLog for Log-Contextual

0.005001 2013-02-07
- No changes from previous dev release

0.005000_03 2013-01-16
- merge unpushed 0.004300 into master (frew--, Tyler Riddle++)

Expand Down
2 changes: 1 addition & 1 deletion lib/Log/Contextual.pm
Expand Up @@ -3,7 +3,7 @@ package Log::Contextual;
use strict;
use warnings;

our $VERSION = '0.005000_03';
our $VERSION = '0.005001';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases

my @levels = qw(debug trace warn info error fatal);
Expand Down

0 comments on commit 8ccaf9f

Please sign in to comment.