From: Rafael Garcia-Suarez Date: Wed, 6 Jun 2007 12:27:36 +0000 (+0000) Subject: Upgrade to encoding::warnings 0.11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=efd46721a0c1bd9cb5bfa6492d03a4890f3d86e8;p=p5sagit%2Fp5-mst-13.2.git Upgrade to encoding::warnings 0.11 p4raw-id: //depot/perl@31340 --- diff --git a/lib/encoding/warnings.pm b/lib/encoding/warnings.pm index 3ff3512..5e6aec0 100644 --- a/lib/encoding/warnings.pm +++ b/lib/encoding/warnings.pm @@ -1,5 +1,5 @@ package encoding::warnings; -$encoding::warnings::VERSION = '0.10'; +$encoding::warnings::VERSION = '0.11'; use strict; use 5.007; @@ -10,8 +10,8 @@ encoding::warnings - Warn on implicit encoding conversions =head1 VERSION -This document describes version 0.10 of encoding::warnings, released -July 7, 2006. +This document describes version 0.11 of encoding::warnings, released +June 5, 2007. =head1 SYNOPSIS @@ -177,6 +177,7 @@ sub import { sub unimport { my $class = shift; $^H{$class} = undef; + undef ${^ENCODING}; } # Don't worry about source code literals. @@ -228,7 +229,7 @@ Audrey Tang =head1 COPYRIGHT -Copyright 2004, 2005, 2006 by Audrey Tang Ecpan@audreyt.orgE. +Copyright 2004, 2005, 2006, 2007 by Audrey Tang Ecpan@audreyt.orgE. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.