Change 31340 by [EMAIL PROTECTED] on 2007/06/06 12:27:36
Upgrade to encoding::warnings 0.11
Affected files ...
... //depot/perl/lib/encoding/warnings.pm#3 edit
Differences ...
==== //depot/perl/lib/encoding/warnings.pm#3 (text) ====
Index: perl/lib/encoding/warnings.pm
--- perl/lib/encoding/warnings.pm#2~28504~ 2006-07-07 18:14:28.000000000
-0700
+++ perl/lib/encoding/warnings.pm 2007-06-06 05:27:36.000000000 -0700
@@ -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 @@
=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 unimport {
my $class = shift;
$^H{$class} = undef;
+ undef ${^ENCODING};
}
# Don't worry about source code literals.
@@ -228,7 +229,7 @@
=head1 COPYRIGHT
-Copyright 2004, 2005, 2006 by Audrey Tang E<lt>[EMAIL PROTECTED]<gt>.
+Copyright 2004, 2005, 2006, 2007 by Audrey Tang E<lt>[EMAIL PROTECTED]<gt>.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
End of Patch.