Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index b12671f..03fc577 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 # Revision history for Perl extension Test::Cukes

+0.08:
+- allow step definitions to be defined in all namespaces.
+
 0.07:
 - makes it perl 5.8 compatible. thanks to miyagawa++
  • Loading branch information
gugod committed Jul 20, 2009
1 parent 65eceb7 commit 9dfdd93
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::Cukes # Revision history for Perl extension Test::Cukes


0.08:
- allow step definitions to be defined in all namespaces.

0.07: 0.07:
- makes it perl 5.8 compatible. thanks to miyagawa++ - makes it perl 5.8 compatible. thanks to miyagawa++


Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Cukes.pm
Expand Up @@ -6,7 +6,7 @@ use Test::More;
use Test::Cukes::Feature; use Test::Cukes::Feature;
use Carp::Assert; use Carp::Assert;


our $VERSION = "0.07"; our $VERSION = "0.08";
our @EXPORT = qw(feature runtests Given When Then assert affirm should shouldnt); our @EXPORT = qw(feature runtests Given When Then assert affirm should shouldnt);


our @missing_steps = (); our @missing_steps = ();
Expand Down

0 comments on commit 9dfdd93

Please sign in to comment.