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

« back to all changes in this revision

Viewing changes to Encode/_PM.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
package Encode::$_Name_;
 
2
our $VERSION = "0.01";
 
3
 
 
4
use Encode;
 
5
use XSLoader;
 
6
XSLoader::load(__PACKAGE__,$VERSION);
 
7
 
 
8
1;
 
9
__END__
 
10
 
 
11
=head1 NAME
 
12
 
 
13
Encode::$_Name_ - New Encoding
 
14
 
 
15
=head1 SYNOPSIS
 
16
 
 
17
You got to fill this in!
 
18
 
 
19
=head1 SEE ALSO
 
20
 
 
21
L<Encode>
 
22
 
 
23
=cut