diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-30 14:20:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-30 14:20:32 +0000 |
commit | 28030390a154dbd9a6f1e4042f20ea5b4d780933 (patch) | |
tree | b9b421e7867b9a8dacbc2580dbffa3221f12d491 /ext | |
parent | d70b7d477c148def9a2f86b1e58a9a6eab8eb345 (diff) | |
download | perl-28030390a154dbd9a6f1e4042f20ea5b4d780933.tar.gz |
Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
re-sort MANIFEST.
p4raw-id: //depot/perl@14501
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Encode/Encode.pm (renamed from ext/Encode/lib/Encode.pm) | 0 | ||||
-rw-r--r-- | ext/Encode/Makefile.PL | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/lib/Encode.pm b/ext/Encode/Encode.pm index 7af36ad721..7af36ad721 100644 --- a/ext/Encode/lib/Encode.pm +++ b/ext/Encode/Encode.pm diff --git a/ext/Encode/Makefile.PL b/ext/Encode/Makefile.PL index 3a26ad8203..2478779aa3 100644 --- a/ext/Encode/Makefile.PL +++ b/ext/Encode/Makefile.PL @@ -20,7 +20,7 @@ closedir(ENC); WriteMakefile( NAME => "Encode", - VERSION_FROM => 'lib/Encode.pm', + VERSION_FROM => 'Encode.pm', OBJECT => '$(O_FILES)', 'dist' => { COMPRESS => 'gzip -9f', |