Skip to content

Commit

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

diff --git a/Changes b/Changes
index 8978c32..9fa10be 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Test-EasyMock

 {{$NEXT}}

+0.05 2013-06-27T14:05:19Z
+
+  * Move some test to xt/.
+
 0.04 2013-06-23T09:19:01Z

   * Use minilla for authoring.
  • Loading branch information
NetPenguin committed Jun 27, 2013
1 parent 0fbfe9d commit 4db0ec5
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-EasyMock

{{$NEXT}}

0.05 2013-06-27T14:05:19Z

* Move some test to xt/.

0.04 2013-06-23T09:19:01Z

* Use minilla for authoring.
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"web" : "https://github.com/NetPenguin/perl-test-easymock"
}
},
"version" : "0.04",
"version" : "0.05",
"x_contributors" : [
"keita.iseki <keita.iseki@gmail.com>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/EasyMock.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Test::EasyMock;
use strict;
use warnings;
use version; our $VERSION = '0.04';
use version; our $VERSION = '0.05';

=head1 NAME
Expand Down

0 comments on commit 4db0ec5

Please sign in to comment.