• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Changes.e2xH A D13-Oct-2021179 86

ConfigLocal_PM.e2xH A D11-Nov-2011184 1410

Makefile_PL.e2xH A D31-May-20145 KiB191180

README.e2xH A D11-Nov-2011553 3221

_PM.e2xH A D11-Nov-2011250 2414

_T.e2xH A D26-Oct-2016151 108

encode.hH A D06-Apr-201948.1 KiB1,3591,009

README.e2x

1Encode::$_Name_ version 0.1
2========
3
4NAME
5       Encode::$_Name_ - <describe encoding>
6
7SYNOPSIS
8       use Encode::$_Name_;
9       #<put more words here>
10ABSTRACT
11      <fill this in>
12INSTALLATION
13
14To install this module type the following:
15
16   perl Makefile.PL
17   make
18   make test
19   make install
20
21DEPENDENCIES
22
23This module requires perl version 5.7.3 or later.
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2002 Your Name <your@address.domain>
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
31
32