source: for-distributions/trunk/bin/windows/perl/lib/Encode/README.e2x@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 553 bytes
Line 
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 <[email protected]>
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
31
Note: See TracBrowser for help on using the repository browser.