Skip to content

Commit

Permalink
Increment version to 0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 18, 2011
1 parent b903f59 commit eca0b2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Test-File-Contents

0.11

0.10 2011-02-18
- Maintainership taken by David E. Wheeler.
- Removed `examples/simple.pl`, since it wouldn't run anyway.
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Test/File/Contents 0.10
Test/File/Contents 0.11
=======================

This library's module, Test::File::Contents, provides an interface for testing
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/File/Contents.pm
Expand Up @@ -9,7 +9,7 @@ Test::File::Contents - Test routines for examining the contents of files
=cut

our $VERSION = '0.10';
our $VERSION = '0.11';

use Test::Builder;
use Digest::MD5;
Expand Down

0 comments on commit eca0b2f

Please sign in to comment.