From ae283e9241f3083b7fa901ba27a91a9acd289825 Mon Sep 17 00:00:00 2001 From: moznion Date: Fri, 20 Dec 2013 01:24:44 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.03. 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 --- Changes | 4 ++++ META.json | 2 +- lib/Test/Synopsis/Expectation.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 diff --git a/META.json b/META.json index bb62d4d..f7025cb 100644 --- a/META.json +++ b/META.json @@ -74,5 +74,5 @@ "web" : "https://github.com/moznion/Test-Synopsis-Expectation" } }, - "version" : "0.02" + "version" : "0.03" } diff --git a/lib/Test/Synopsis/Expectation.pm b/lib/Test/Synopsis/Expectation.pm index 462dba8..f13114b 100644 --- a/lib/Test/Synopsis/Expectation.pm +++ b/lib/Test/Synopsis/Expectation.pm @@ -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 = '';