Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
[p5sagit/p5-mst-13.2.git] / ext / Encode / Makefile.PL
index 3a26ad8..2478779 100644 (file)
@@ -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',