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

Diff of /test/oldencodeutils/lib/Encode/ISO2022/RFC1345.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 2  Line 2 
2    
3  Encode::ISO2022::RFC1345 --- Encode and decode of ISO/IEC 2022  Encode::ISO2022::RFC1345 --- Encode and decode of ISO/IEC 2022
4  based encodings described in IETF RFC 1345 (and not defined by  based encodings described in IETF RFC 1345 (and not defined by
5  other standards)  any other standards)
6    
7  =head1 ENCODINGS  =head1 ENCODINGS
8    
# Line 55  sub __2022_decode ($) { Line 55  sub __2022_decode ($) {
55    $C;    $C;
56  }  }
57    
58    sub __clone ($) {
59      my $self = shift;
60      bless {%$self}, ref $self;
61    };
62    
63  package Encode::ISO2022::RFC1345::NATSSEFI;  package Encode::ISO2022::RFC1345::NATSSEFI;
64  use vars qw/@ISA/;  use vars qw/@ISA/;
65  push @ISA, 'Encode::ISO2022::RFC1345';  push @ISA, 'Encode::ISO2022::RFC1345';
# Line 1063  __END__ Line 1068  __END__
1068    
1069  =back  =back
1070    
1071    =head1 AUTHORS
1072    
1073    Nanashi-san
1074    
1075    Wakaba <w@suika.fam.cx>
1076    
1077  =head1 LICENSE  =head1 LICENSE
1078    
1079  Copyright 2002 Wakaba <w@suika.fam.cx>  Copyright 2002 Authors
1080    
1081  This library is free software; you can redistribute it  This library is free software; you can redistribute it
1082  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