Subject: | Patch to silence warnings from Makefile.PL |
While porting IPC::Run::SafeHandles i saw two warnings passing by.
I've simply compared Makefile.PL to others also using Module::Install
and came up with two simple changes that silence these warnings.
Previous output:
$ perl Makefile.PL
Cannot determine perl version info from lib/IPC/Run/SafeHandles.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Test::More ...loaded. (0.62)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Warning: Guessing NAME [IPC-Run-SafeHandles] from current directory name.
Writing Makefile for IPC-Run-SafeHandles
And output with the attached patch:
$ perl Makefile.PL
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Test::More ...loaded. (0.62)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for IPC::Run::SafeHandles
Regards,
Simon
Subject: | patch-Makefile_PL |
Message body not shown because it is not plain text.