Subject: | dependencies in Makefile.PL |
It's nice that Term::ReadPassword::Win32 automatically uses
Term::ReadPassword on non windows platform, but it should declare it as
a dependency in the Makefile.PL on that platform.
gato% perl
use Term::ReadPassword::Win32;
read_password('password: ');
Undefined subroutine &Term::ReadPassword::read_password called at
blib/lib/Term/ReadPassword/Win32.pm line 52.