~ubuntu-branches/ubuntu/raring/libencode-perl/raring

« back to all changes in this revision

Viewing changes to Encode/README.e2x

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-05-18 23:49:27 UTC
  • Revision ID: james.westby@ubuntu.com-20070518234927-bs37c807cty7i1ny
Tags: upstream-2.21
ImportĀ upstreamĀ versionĀ 2.21

Show diffs side-by-side

added added

removed removed

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