Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.06.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2db43e0..7d5edaa 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::Flatten

+0.06  Mon Nov  7 22:15:16 2011
+    - fix: $Test::Builder::Level was wrong
+
 0.05  Tue Oct 18 01:10:44 2011
     - Added support for SUBTEST_FILTER environment variable. (idea from tokuhirom++)
  • Loading branch information
xaicron committed Nov 7, 2011
1 parent 7694332 commit 792cf8e
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 @@
Revision history for Perl extension Test::Flatten

0.06 Mon Nov 7 22:15:16 2011
- fix: $Test::Builder::Level was wrong

0.05 Tue Oct 18 01:10:44 2011
- Added support for SUBTEST_FILTER environment variable. (idea from tokuhirom++)

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Flatten.pm
Expand Up @@ -6,7 +6,7 @@ use Test::More ();
use Test::Builder ();
use Term::ANSIColor qw(colored);

our $VERSION = '0.05';
our $VERSION = '0.06';

our $BORDER_COLOR = [qw|cyan bold|];
our $BORDER_CHAR = '-';
Expand Down

0 comments on commit 792cf8e

Please sign in to comment.