Skip to content

Commit

Permalink
Released 0.002
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Apr 21, 2011
1 parent f76b936 commit e28a9e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl module {{$dist->name}}

{{$NEXT}}

0.002 2011-04-21
* Add unimport()
* Expand test suite slightly

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
'parent' => '0',
'utf8' => '0'
},
'VERSION' => '0.001',
'VERSION' => '0.002',
'test' => {
'TESTS' => 't/*.t'
}
Expand Down
4 changes: 3 additions & 1 deletion README
Expand Up @@ -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.
Expand Down Expand Up @@ -34,6 +34,8 @@ DESCRIPTION
print length $text, "\n"; # 10, not 7!

AVAILABILITY
The project homepage is <http://p3rl.org/utf8::all>.

The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a
CPAN site near you, or see <http://search.cpan.org/dist/utf8-all/>.
Expand Down

0 comments on commit e28a9e8

Please sign in to comment.