From eca0b2ff29ce1c67d3e8686df168de38c7196991 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Fri, 18 Feb 2011 13:13:07 -0800 Subject: [PATCH] Increment version to 0.11. --- Changes | 2 ++ README.md | 2 +- lib/Test/File/Contents.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5045de2..c744ddb 100644 --- a/Changes +++ b/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. diff --git a/README.md b/README.md index 4d6d87e..7d01315 100644 --- a/README.md +++ b/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 diff --git a/lib/Test/File/Contents.pm b/lib/Test/File/Contents.pm index 89e6ced..8acc7f6 100644 --- a/lib/Test/File/Contents.pm +++ b/lib/Test/File/Contents.pm @@ -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;