simo1980 has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

I'm trying to install the module Privileges::Drop on my redHat 9 (perl is 5.8.0) but it failed

after typing: perl Makefile.PL I received the message: Null filename used at -e line 1

It seems to be a bug, but not solved yet https://rt.cpan.org/Public/Bug/Display.html?id=69840 Thanks for your help
  • Comment on Privileges::Drop Null filename used at -e line

Replies are listed 'Best First'.
Re: Privileges::Drop Null filename used at -e line
by Anonymous Monk on Sep 10, 2011 at 02:03 UTC
    $ perl -e " require >= 5.8.0; " Null filename used at -e line 1. $ perl -e " require ; " Null filename used at -e line 1. $ perl -e " require 5.8.0; " $ perl -e " require 5.18.0; " Perl v5.18.0 required--this is only v5.14.1, stopped at -e line 1.
      hello, do you mean my perl version (5.8.0) is to old for this module? Thanks

        What gave you that idea?

        A typo is a typo

Re: Privileges::Drop Null filename used at -e line
by choroba (Cardinal) on Oct 11, 2011 at 10:51 UTC
    The bugreport now says: Solved in 1.03.