Skip to content

Commit

Permalink
release 0.005000_03
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jan 16, 2013
1 parent e06303c commit 5a5adda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
ChangeLog for Log-Contextual

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

0.005000_02 2013-01-15
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_02';
our $VERSION = '0.005000_03';
$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 5a5adda

Please sign in to comment.