source: for-distributions/trunk/bin/windows/perl/lib/Encode/_PM.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: 250 bytes
Line 
1package Encode::$_Name_;
2our $VERSION = "0.01";
3
4use Encode;
5use XSLoader;
6XSLoader::load(__PACKAGE__,$VERSION);
7
81;
9__END__
10
11=head1 NAME
12
13Encode::$_Name_ - New Encoding
14
15=head1 SYNOPSIS
16
17You got to fill this in!
18
19=head1 SEE ALSO
20
21L<Encode>
22
23=cut
Note: See TracBrowser for help on using the repository browser.