/usr/share/perl5/Encode
NameSizeModeActions
Changes.e2x1790644editdlrm
ConfigLocal_PM.e2x1840644editdlrm
encode.h40490644editdlrm
Makefile_PL.e2x47330644editdlrm
PerlIO.pod60600644editdlrm
README.e2x5530644editdlrm
Supported.pod287340644editdlrm
_PM.e2x2500644editdlrm
_T.e2x1330644editdlrm
Edit: /usr/share/perl5/Encode/_PM.e2x (250B)
package Encode::$_Name_; our $VERSION = "0.01"; use Encode; use XSLoader; XSLoader::load(__PACKAGE__,$VERSION); 1; __END__ =head1 NAME Encode::$_Name_ - New Encoding =head1 SYNOPSIS You got to fill this in! =head1 SEE ALSO L =cut