/[pub]/test/oldencodeutils/lib/Encode/ISO2022/ISO646.pm
Suika

Diff of /test/oldencodeutils/lib/Encode/ISO2022/ISO646.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Mon Sep 23 02:35:37 2002 UTC revision 1.4 by wakaba, Sat Oct 12 07:27:01 2002 UTC
# Line 54  sub __2022_decode ($) { Line 54  sub __2022_decode ($) {
54    $C;    $C;
55  }  }
56    
57    sub __clone ($) {
58      my $self = shift;
59      bless {%$self}, ref $self;
60    };
61    
62  package Encode::ISO2022::ISO646::ISO646basic1993;  package Encode::ISO2022::ISO646::ISO646basic1993;
63  use vars qw/@ISA/;  use vars qw/@ISA/;
64  push @ISA, 'Encode::ISO2022::ISO646';  push @ISA, 'Encode::ISO2022::ISO646';
# Line 584  __END__ Line 589  __END__
589    
590  =back  =back
591    
592    =head1 AUTHORS
593    
594    Nanashi-san
595    
596    Wakaba <w@suika.fam.cx>
597    
598  =head1 LICENSE  =head1 LICENSE
599    
600  Copyright 2002 Wakaba <w@suika.fam.cx>  Copyright 2002 Authors
601    
602  This library is free software; you can redistribute it  This library is free software; you can redistribute it
603  and/or modify it under the same terms as Perl itself.  and/or modify it under the same terms as Perl itself.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24