On Sun, 16 Feb 2003 07:15:08 -0800, [EMAIL PROTECTED] (Hv) wrote:
> +=head1 AUTHOR
> +
> +Salvador Fandi�o, E<lt>[EMAIL PROTECTED]<gt>
> +
> +=head1 COPYRIGHT AND LICENSE
> +
> +Copyright 2002 by Salvador Fandi�o
> +
> +This library is free software; you can redistribute it and/or modify
> +it under the same terms as Perl itself.
> +
> +=cut
Please, no 8-bit chars in POD ("all the world's a Latin-1 machine"). I
suggest E<ntilde>. Or, for easy copy-and-paste:
=head1 AUTHOR
Salvador FandiE<ntilde>o, E<lt>[EMAIL PROTECTED]<gt>
=head1 COPYRIGHT AND LICENSE
Copyright 2002 by Salvador FandiE<ntilde>o
This change needs to be made to lib/assertions.pm as well as
lib/assertions/activate.pm.
Or am I overreacting? I just have bad memories of mis-charsetted docs on
a HP-UX machine with HP Roman-8 charset; maybe POD formatters are
smarter these days.
Cheers,
Philip