Subject: | Build.PL does not set module_name |
In Build.pl module_name needs to be set to 'Cwd'. (dist_version_from
can be removed as it will be redundant). Without module_name, no
.packlist file is created.
Technically, we should fix this in M::B too (it should make a reasonable
guess if module_name is not set) but this fix is needed in PathTools now
to make it consistent with how the Makefile.PL works.
-- David