Skip to content

Commit

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

diff --git a/Changes b/Changes
index 1e10d1e..a29e582 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Test-Synopsis-Expectation

 {{$NEXT}}

+0.03 2013-12-19T16:24:36Z
+
+    - Fix some tests
+
 0.02 2013-12-19T15:44:22Z

     - Add checking syntax of synopsis code
  • Loading branch information
moznion committed Dec 19, 2013
1 parent e5482a5 commit ae283e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Test-Synopsis-Expectation

{{$NEXT}}

0.03 2013-12-19T16:24:36Z

- Fix some tests

0.02 2013-12-19T15:44:22Z

- Add checking syntax of synopsis code
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"web" : "https://github.com/moznion/Test-Synopsis-Expectation"
}
},
"version" : "0.02"
"version" : "0.03"
}
2 changes: 1 addition & 1 deletion lib/Test/Synopsis/Expectation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use ExtUtils::Manifest qw/maniread/;
use Test::More import => \@test_more_exports;
use Test::Synopsis::Expectation::Pod;

our $VERSION = "0.02";
our $VERSION = "0.03";
our @EXPORT = (@test_more_exports, qw/all_synopsis_ok synopsis_ok/);

my $prepared = '';
Expand Down

0 comments on commit ae283e9

Please sign in to comment.