Subject: | @option-file on the command line requires $HOME/.cpan2rpm file |
The main script checks for the readability of the ~/.cpan2rpm option
file before enabling the use of @option-file on the command line.
A -r check on $ENV{HOME}/.$ME is performed before Getopt::ArgvFile is
loaded and argvFile is called. This is probably unnecessary (just load
the module and report if not available).
Simple solution though, just create a blank ~/.cpan2rpm file.