From e28a9e8cb08eaf433e42a57731973f3b80db8efb Mon Sep 17 00:00:00 2001 From: Mike Doherty Date: Thu, 21 Apr 2011 15:08:34 -0300 Subject: [PATCH] Released 0.002 --- Changes | 2 ++ Makefile.PL | 2 +- README | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 020b19d..dcda873 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl module {{$dist->name}} {{$NEXT}} + +0.002 2011-04-21 * Add unimport() * Expand test suite slightly diff --git a/Makefile.PL b/Makefile.PL index 1fcd26a..177d2e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ my %WriteMakefileArgs = ( 'parent' => '0', 'utf8' => '0' }, - 'VERSION' => '0.001', + 'VERSION' => '0.002', 'test' => { 'TESTS' => 't/*.t' } diff --git a/README b/README index e35e164..e01dda7 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME utf8::all - turn on unicode. All of it. VERSION - version 0.001 + version 0.002 SYNOPSIS use utf8::all; # Turn on UTF-8. All of it. @@ -34,6 +34,8 @@ DESCRIPTION print length $text, "\n"; # 10, not 7! AVAILABILITY + The project homepage is . + The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you, or see .