ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-Scalar/Scalar.pm
(Generate patch)

Comparing Convert-Scalar/Scalar.pm (file contents):
Revision 1.11 by root, Wed Jan 12 20:35:08 2005 UTC vs.
Revision 1.12 by root, Thu Mar 3 17:11:26 2005 UTC

24=cut 24=cut
25 25
26package Convert::Scalar; 26package Convert::Scalar;
27 27
28BEGIN { 28BEGIN {
29 $VERSION = '1.02'; 29 $VERSION = '1.03';
30 @ISA = qw(Exporter); 30 @ISA = qw(Exporter);
31 @EXPORT_OK = qw(weaken unmagic grow); 31 @EXPORT_OK = qw(weaken unmagic grow);
32 %EXPORT_TAGS = ( 32 %EXPORT_TAGS = (
33 taint => [qw(taint untaint tainted)], 33 taint => [qw(taint untaint tainted)],
34 utf8 => [qw(utf8 utf8_on utf8_off utf8_valid utf8_upgrade utf8_downgrade utf8_encode utf8_decode utf8_length)], 34 utf8 => [qw(utf8 utf8_on utf8_off utf8_valid utf8_upgrade utf8_downgrade utf8_encode utf8_decode utf8_length)],
186 sv_pvutf8n_force 186 sv_pvutf8n_force
187 the sv2xx family 187 the sv2xx family
188 188
189=head1 AUTHOR 189=head1 AUTHOR
190 190
191 Marc Lehmann <pcg@goof.com> 191 Marc Lehmann <schmorp@schmorp.de>
192 http://home.schmorp.de/ 192 http://home.schmorp.de/
193 193
194=cut 194=cut
195 195

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines